summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libhb: Allow control of audio mix normalizationjstebbins2012-08-019-12/+112
* Bump Libav to v0.8-2551-gc83f44d.Rodeo2012-07-302-10/+5
* work: simplify & optimize.Rodeo2012-07-291-47/+38
* work: indentation and miscellaneous cosmetics.Rodeo2012-07-291-181/+182
* work: don't sanitize output bitrate etc. for passthrough audio.Rodeo2012-07-291-11/+15
* Use HB_INVALID_AMIXDOWN and HB_AMIXDOWN_NONE where applicable.Rodeo2012-07-294-10/+11
* Introduce a negative HB_INVALID_AMIXDOWN.Rodeo2012-07-272-1/+3
* WinGui: Couple more Picture Settings Tab bug fixes. Note: Still a few more is...sr552012-07-251-1/+6
* WinGui: Don't set -X or -Y for the CLI Query. The UI handles Max Width / Height.sr552012-07-251-2/+2
* muxmkv: reset the output track configuration before adding each audio track, ...Rodeo2012-07-241-3/+2
* WinGui: Couple UI tweaks and better text rendering throughout the app since n...sr552012-07-237-10/+20
* WinGui: Fix up the Audio Passthru selection options.sr552012-07-237-45/+172
* WinGui: Fix a possible crash after scanning a source.sr552012-07-234-136/+9
* Only log the input bitrate if it's valid; some decoders (e.g. TrueHD) set it ...Rodeo2012-07-231-1/+7
* libhb: fix logging of container aspect in dvd.c and dvdnav.cjstebbins2012-07-222-2/+2
* WinGui: Move some stuff around in the services library and refactor out some ...sr552012-07-2034-103/+74
* WinGui: Array of fixes and changessr552012-07-2010-27/+199
* Enable threaded decoding for ProRes video sources.Rodeo2012-07-181-4/+1
* libhb: fix deinterlace fast green stripejstebbins2012-07-182-12/+15
* More fine grained progress statistics during subtitle scanjstebbins2012-07-183-33/+94
* LinGui: Fix preset import of new frameratesjstebbins2012-07-172-7/+23
* LinGui: remove obsolete ubuntu lucid rulejstebbins2012-07-161-1/+0
* disable harfbuzz on libasssr552012-07-161-1/+1
* WinGui: Pushing version numbers forward for the main branch.sr552012-07-164-6/+6
* hb_audio_remap: remove unneeded channel map.Rodeo2012-07-151-1/+0
* hb_audio_remap: remove unneeded channel map.Rodeo2012-07-151-16/+0
* Use libav for dts audio decoding instead of libdca jstebbins2012-07-1518-1312/+22
* Change a few more hb_log() calls to hb_error(), and some cosmetics.Rodeo2012-07-152-33/+35
* Fix something John and I both missed.Rodeo2012-07-151-1/+1
* hb_audio_resample: libvaresample wrapper.Rodeo2012-07-155-331/+400
* decpgssub: simplify code (merge several if/else blocks).Rodeo2012-07-151-35/+27
* WinGui: Working drive tray insert/remove detection.sr552012-07-149-59/+148
* WinGui: Improve the code behind the taskbar source menu. Note, The Disc inser...sr552012-07-135-125/+250
* hb_audio_remap improvements.Rodeo2012-07-126-181/+268
* Cleanup after last commit: delete empty files, rename some patches.Rodeo2012-07-117-0/+0
* bump libav to libav-v0.8-2197-g1a068bfjstebbins2012-07-1140-2445/+882
* WinGui: Fix an issue where selecting the dvd drive in the source menu would n...sr552012-07-111-7/+3
* libhb: fix hb_read_preview() when invalid index is passedjstebbins2012-07-111-0/+1
* libhb: fix problem reading previewjstebbins2012-07-101-2/+11
* WinGui: Initial work to restore queue editing functionality. (Note, it's not ...sr552012-07-0824-132/+387
* WinGui: Add support for keyboard shortcuts. These are slightly different to t...sr552012-07-085-1/+168
* WinGui: Additional fixes for multi-instance.sr552012-07-075-62/+114
* WinGui: Fixes to allow for multi-instance to work again.sr552012-07-073-32/+3
* Forgotten part of portability patchesjstebbins2012-07-072-0/+22
* libhb: fix comb detection crash and decomb crashjstebbins2012-07-064-34/+20
* WinGui: Fix for Chapter markers starting at the wrong point. sr552012-07-061-1/+1
* libhb: fix live preview crash when generating preview while encodingjstebbins2012-07-031-11/+12
* libhb: fix unused variable warningjstebbins2012-07-021-1/+0
* LinGui: sync with iPad preset changesjstebbins2012-07-021-2/+2
* Fix comparison (check if unsigned type is < 0). Not sure why I keep doing this.Rodeo2012-07-021-5/+9