summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui:sr552008-09-119-45/+101
* LinGui: change deblock control to a slider to set deblock strengthjstebbins2008-09-1121-11964/+15907
* check return value of opendir in hb_close. hb_close was segfaulting whenjstebbins2008-09-111-9/+12
* Various fixes for ffmpeg input files (mp4, avi, mkv, etc.):van2008-09-113-185/+331
* WinGui:sr552008-09-108-81/+157
* LinGui: consolidate all resources into one stringified plist file that getsjstebbins2008-09-0941-5958/+3889
* WinGui:sr552008-09-093-11/+12
* WinGui: sr552008-09-091-0/+3
* WinGui:sr552008-09-0910-76/+169
* CLI: exit rather than continue when invalid input audio tracks are selected.eddyg2008-09-091-6/+5
* LinGui: internalize the UI description xml file. That's the last external jstebbins2008-09-084-55/+4677
* LinGui: simplify the makefile icon building commandjstebbins2008-09-081-24/+24
* LinGui: Internalize all the icons so I don't have to install them injstebbins2008-09-0855-55/+5964
* LinGui: yikes, this thing leaks worse than my roof, fixedjstebbins2008-09-089-24/+75
* LinGui: fix memory issues found by valgrindjstebbins2008-09-083-1/+3
* Removed contrib pack from cygwin part of makefile.sr552008-09-071-5/+0
* LinGui: Fix crash on ubuntu intrepid. Just luck it didn't crash on other jstebbins2008-09-071-26/+26
* LinGui: Fix several strict-aliasing warnings and a null pointer dereferencejstebbins2008-09-074-19/+67
* LinGui: Fix a crash with re-scanning prior to encoding. Incorrect title jstebbins2008-09-063-5/+30
* LinGui: Fix a non-fatal Gtk assert when switching the source selection modejstebbins2008-09-061-14/+7
* LinGui: missed adding a file with last commitjstebbins2008-09-061-0/+2
* WinGui:sr552008-09-064-101/+72
* LinGui: Add queue save/restorejstebbins2008-09-0617-255/+2946
* WinGui:sr552008-09-055-43/+211
* WinGui:sr552008-09-054-28/+47
* - get rid of another deadlock: if there were more than 64 audio frames befor...van2008-09-051-7/+16
* Removed old CYGWIN contrib pack files.sr552008-09-042-13/+0
* CLI: Sanity check audio options in HandBrakeCLI to prevent NULL dereferences ...eddyg2008-09-031-27/+66
* LinGui: Presets and preferences are now stored as plistsjstebbins2008-09-0227-3302/+8338
* Removed Cygwin info from BUILD file as it is no longer valid.sr552008-09-011-22/+4
* Updated THANKS Filesr552008-09-011-0/+3
* Change buffer reuse policy to MRU to hopefully improve cache and VM performance.eddyg2008-08-292-1/+39
* THANKS file updated, missed a name out, my bad.sr552008-08-281-1/+1
* Added some names to THANKS file.sr552008-08-281-0/+11
* WinGui:sr552008-08-281-4/+4
* WinGui:sr552008-08-2711-237/+167
* LinGui: plug small memory leakjstebbins2008-08-271-0/+1
* WinGui:sr552008-08-2412-107/+297
* LinGui: oops. presets weren't saved after refreshing standard presets, so thejstebbins2008-08-242-3/+6
* LinGui: bundle the standard presets in the exe. eliminates installingjstebbins2008-08-244-84/+646
* LinGui: allow standard presets to be deleted and provide a button to reloadjstebbins2008-08-238-142/+202
* LinGui: improve data entry method for deinterlace and denoise settings in jstebbins2008-08-227-144/+496
* LinGui: add a hidden feature to allow tweaking some settings. currentlyjstebbins2008-08-217-16/+357
* LinGui: force use of contrib libs. libtool seems to be pretty arbitraryjstebbins2008-08-201-1/+27
* Fix Solaris buildseddyg2008-08-202-5/+14
* fix subtitle indepth scan abort & hang.van2008-08-192-4/+8
* Don't allow theora to use pkg-config and use system versions of ogg and vorbiseddyg2008-08-182-1/+3
* The per-stream timing changes (r1570) make the overall timing depend on which...van2008-08-181-7/+3
* - To reliably find audio in 720p or 1080i TS streams we need to search throu...van2008-08-181-5/+18
* If we try to release old frames in the loop that searches for a free one we m...van2008-08-181-19/+6