| Commit message (Expand) | Author | Age | Files | Lines |
* | WinGui: UI Cosmetic fixes. | sr55 | 2013-03-09 | 5 | -4/+12 |
* | WinGui: Use invariant culture for scan percentage conversion. | sr55 | 2013-03-08 | 1 | -1/+1 |
* | manicure: add support for more audio encoders. | Rodeo | 2013-03-07 | 1 | -15/+65 |
* | CLI: fix Auto Passthru for built-in presets. | Rodeo | 2013-03-07 | 1 | -22/+22 |
* | manicure: fix setting acodec_fallback. | Rodeo | 2013-03-07 | 1 | -9/+8 |
* | WinGui: Some Threading, Performance and Log window fixes. | sr55 | 2013-03-07 | 11 | -126/+199 |
* | LinGui: fix incorrect glib version check macros | jstebbins | 2013-03-07 | 2 | -3/+3 |
* | WinGui: Show the two log files as tabs rather than a combobox selection. Make... | sr55 | 2013-03-05 | 2 | -89/+33 |
* | MacGui: only show the global default preset in bold. | Rodeo | 2013-03-04 | 1 | -3/+3 |
* | CLI: add default Auto Passthru settings to built-in presets. | Rodeo | 2013-03-04 | 1 | -11/+165 |
* | LinGui: add default Auto Passthru settings to built-in presets. | Rodeo | 2013-03-04 | 1 | -0/+132 |
* | MacGui: add default Auto Passthru settings to all presets. | Rodeo | 2013-03-04 | 1 | -82/+71 |
* | CLI: update built-in presets. | Rodeo | 2013-03-04 | 2 | -29/+37 |
* | LinGui: update built-in presets. | Rodeo | 2013-03-04 | 1 | -1211/+1441 |
* | 2013 preset changes: | Rodeo | 2013-03-04 | 3 | -922/+960 |
* | MacGui: add a TODO. | Rodeo | 2013-03-04 | 1 | -0/+2 |
* | fdkaac: new bitrate limits. | Rodeo | 2013-03-04 | 1 | -3/+40 |
* | fdk_haac: samplerates < 16 kHz are not supported. | Rodeo | 2013-03-04 | 1 | -0/+6 |
* | decavcodec: remove unnecessary code. | Rodeo | 2013-03-03 | 1 | -10/+0 |
* | Bump Libav to v9.3. | Rodeo | 2013-03-03 | 2 | -3/+3 |
* | Disable building of libavdevice. | Rodeo | 2013-03-03 | 1 | -1/+2 |
* | encavcodecaInit: minimize code duplication. | Rodeo | 2013-03-03 | 2 | -98/+94 |
* | Fix AAC encoding with Libav. | Rodeo | 2013-03-03 | 1 | -1/+1 |
* | Add optional fdk-aac encoder | jstebbins | 2013-03-03 | 17 | -26/+132 |
* | WinGui: Push Any up to the top of the language lists. | sr55 | 2013-03-03 | 3 | -12/+3 |
* | WinGui: Port advanced tab caching code to trunk | sr55 | 2013-03-02 | 1 | -0/+41 |
* | WinGui: Update the scan parser to handle the new scan progress meter. | sr55 | 2013-03-02 | 4 | -10/+19 |
* | CLI: Switch back to stderr. | sr55 | 2013-03-02 | 1 | -3/+3 |
* | Remove libswscale patch. | Rodeo | 2013-03-01 | 4 | -15/+0 |
* | CLI, MacGui: cosmetics. | Rodeo | 2013-03-01 | 2 | -13/+24 |
* | Improve scan progress granularity | jstebbins | 2013-03-01 | 8 | -32/+136 |
* | MacGui: open the URL to a specific, known version of libdvdcss. | Rodeo | 2013-02-27 | 1 | -1/+1 |
* | Bump x264 to r2273-b3065e6. | Rodeo | 2013-02-27 | 1 | -1/+1 |
* | Bump Libav to v9.2. | Rodeo | 2013-02-27 | 7 | -232/+12 |
* | WinGui: Show "Scan failed: Unrecognized file type." when a scan fails for thi... | sr55 | 2013-02-24 | 4 | -10/+24 |
* | WinGui: Enhancements to the preview window and scanning option.s | sr55 | 2013-02-23 | 2 | -9/+24 |
* | Disable mno-ms-bitfields globally - Thanks to Maxym Dmytrychenko and Konab1en... | sr55 | 2013-02-21 | 1 | -0/+2 |
* | LinGui: increase max number of static previews to 60 | jstebbins | 2013-02-20 | 1 | -1/+1 |
* | LinGui: increase max live preview duration to 240 seconds | jstebbins | 2013-02-20 | 1 | -4/+4 |
* | MacGui: Raise the maximum allowable previews from 30 to 60 in 5 preview incre... | dynaflash | 2013-02-20 | 1 | -22/+166 |
* | MacGui: Live Preview extend the live preview maximum duration to 240 seconds ... | dynaflash | 2013-02-19 | 1 | -0/+8 |
* | cleanup build system settings for several modules | konablend | 2013-02-19 | 3 | -10/+6 |
* | minor fixup: append to GCC.args.extra | konablend | 2013-02-19 | 1 | -1/+1 |
* | WinGui: Split out the advanced tab code into separate panels. | sr55 | 2013-02-16 | 13 | -1628/+2014 |
* | add --disable-sndfile to avoid build failure | konablend | 2013-02-15 | 1 | -0/+3 |
* | WinGui: A Stylecop cleanup pass on Interop Library. Note, moved the Eventarg... | sr55 | 2013-02-12 | 34 | -265/+591 |
* | WinGui: Fix the source display label for batch scan mode. | sr55 | 2013-02-09 | 1 | -19/+3 |
* | Set AVCodecContext.request_channel_layout when decoding. | Rodeo | 2013-02-05 | 2 | -35/+125 |
* | Audio dithering. | Rodeo | 2013-02-05 | 6 | -0/+217 |
* | MacGui: re enable deinterlaced still preview images when deinterlace is selec... | dynaflash | 2013-02-04 | 3 | -18/+40 |