summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't reject MPEG PS files just because they're missing a SYS header (clips w...van2008-12-111-7/+7
* Improve duration calculation for transport streams. Streams that havejstebbins2008-12-101-3/+5
* WinGui:sr552008-12-073-9/+19
* LinGui: fix me_method/me_range dependencyjstebbins2008-12-0615-73/+62
* If we don't get signed 16 bits samples from the audio decoder, convert to sig...van2008-12-061-0/+37
* LinGui: add a duration widget for live previewjstebbins2008-12-056-1760/+2111
* LinGui: stop live preview playback when the preview window is closedjstebbins2008-12-054-4/+14
* MacGui: Live Preview fixesdynaflash2008-12-052-14/+22
* LinGui: add a flush to activity log output to prevent large chunks of it jstebbins2008-12-051-0/+4
* fix some floating point rounding errors in aspect ratio calculationsjstebbins2008-12-052-4/+4
* More code to deal with the flakey streams from NZ TV. They like to change the...van2008-12-055-33/+18
* LinGui: make preview scalling take screen PAR into accountjstebbins2008-12-055-55/+118
* libhb:sr552008-12-041-1/+8
* MacGui: correct month output in the names of the individual encode logsdynaflash2008-12-041-1/+1
* MacGui: Fix a built error introduced in 2003dynaflash2008-12-041-1/+0
* MacGui: Remove legacy preset codedynaflash2008-12-041-400/+118
* - validate frame sync the way the standard suggests (via checking the frame ...van2008-12-042-97/+169
* - Elementary streams that scan couldn't type as audio streams have to be com...van2008-12-041-15/+56
* Gives van the more prominent position in the AUTHORS file he deserves, and ad...jbrjake2008-12-041-7/+15
* LinGui: update readme with list of dependencies for buildingjstebbins2008-12-031-1/+19
* Remove deprecated patch-x264-aq.patch from contribsdynaflash2008-12-031-299/+0
* MacGui: Picture Settings window - fix issue with freezing when resizing with ...dynaflash2008-12-031-6/+2
* LinGui: fix live preview on 32 bit platformsjstebbins2008-12-031-6/+2
* Found the ffmpeg initialization problem with VC-1 video. jstebbins2008-12-032-12/+115
* Mac: move decmetadata.c to "libhb Sources" in the xcode project like all of t...dynaflash2008-12-031-1/+1
* - allow titles with video but no audio.van2008-12-021-9/+4
* I suspect that eddyg's r1987 didn't really want to totally break transport an...van2008-12-021-0/+5
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1991 b64f7644-9d1e-0410-96...sr552008-12-022-2/+2
* LinGui: minor adjustments to the display of source informationjstebbins2008-12-023-9/+29
* LinGui: free a mark thats used in activity log scrollingjstebbins2008-12-021-0/+1
* WinGui:sr552008-12-022-1/+4
* Add metadata support to libhb, add importing of MP4 metadata, add export of M...eddyg2008-12-0214-131/+469
* LinGui: add logging level to preferencesjstebbins2008-12-027-12/+175
* LinGui: fix cut/past capability in x264 options textview.jstebbins2008-12-011-1/+1
* LinGui: fix a minor annoyance with how activity window scrolling works.jstebbins2008-12-011-3/+3
* Update ffmpeg to svn r15974, fixed up minor incompatiblities in the ffmpeg LA...eddyg2008-12-013-4/+4
* LinGui: fix live preview scaling for PAR's < 1jstebbins2008-12-011-1/+5
* MacGui: Fix Auto Crop in the Legacy AppleTV presetdynaflash2008-12-011-0/+1
* MacGui: Fix the deblock filter for live previews.dynaflash2008-12-011-1/+7
* MacGui: Add selectable logging levels to the Advanced preferences.dynaflash2008-12-011-14/+196
* WinGui:sr552008-11-302-6/+10
* LinGui: when setting up a live preview encode, ignore current chapter settings.jstebbins2008-11-301-33/+36
* Fix one massively stupid & one moderately stupid bug I introduced into the DT...van2008-11-301-2/+21
* MacGui: Remove custome decomb option from preferences and Picture Settingsdynaflash2008-11-306-294/+95
* LinGui: set job->seek_points when generating live previewjstebbins2008-11-301-0/+1
* MacGui: Picture Previews - increase the maximum number of previews per title ...dynaflash2008-11-301-2/+38
* MacGui: Implement variable number of preview framesdynaflash2008-11-305-23/+212
* LinGui: variable number of preview frames. preference option to setjstebbins2008-11-307-438/+573
* Adds two new parameters to hb_scan, to control the number of preview frames g...jbrjake2008-11-307-31/+66
* Don't allow multiple decodes of the same ffmpeg audio stream. Because ffmpeg ...van2008-11-291-4/+22