summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* Remove assert()s.saintdev2008-06-171-7/+0
* If we're using pass-through, copy the input bitrate/sample rate to the output.saintdev2008-06-171-4/+16
* No need to check the mixdown settings if pass-through is requested.saintdev2008-06-171-119/+122
* remove libhb.so from "all" target. It can't be build on x86_64 and nobody isjstebbins2008-06-151-1/+1
* New cropping algorithm - determine cropping rectangle from a median filter ru...van2008-06-121-43/+123
* - put the "find a usable frame rate" logic in the place that actually comput...van2008-06-121-3/+77
* Improve image quality for ffmpeg constant qualityjstebbins2008-06-081-4/+23
* Encode the initial H.264 NAL units for PPS and SPS, not just the ones during ...jbrjake2008-06-061-6/+5
* Adds a job->cfr boolean to indicate "encode this with a constant frame rate" ...jbrjake2008-06-052-12/+17
* Fixes loose anamorphicjbrjake2008-06-041-4/+5
* - add pixel_aspect_ratio reporting to the mpeg decodervan2008-06-043-101/+133
* Keep track of the input pixel aspect ratio as well as the output one. Hopeful...jbrjake2008-06-044-31/+63
* Don't crash in decmpeg2Info if we failed to get a preview due to not finding ...van2008-06-031-1/+1
* Use index+1 for numbering interlaced previews, so realityking doesn't get con...jbrjake2008-06-021-1/+1
* Use loose breaks for detelecine. This reduces jerkiness with PAL->NTSC teleci...jbrjake2008-06-021-1/+1
* Don't crash during scan when source not recognized (bug found & fixed by John...van2008-06-011-1/+4
* Don't call small frame displacements a "time reversal" & drop the frame on bi...van2008-06-011-4/+14
* Fix for cygwin builds - can't use "\n" in echovan2008-05-311-3/+9
* - support blu-ray, avchd & dvb x264van2008-05-3126-1008/+2065
* Hack to fix building in xcodevan2008-05-311-1/+15
* Fix for unplayable m4v/mp4 files due to negative numbers in ctts atom.van2008-05-311-7/+25
* Reverts r1475 until it plays nice with Xcode + makejbrjake2008-05-311-45/+111
* update.c altered to use both appcast.xml and appcast_unstable.xmlsr552008-05-301-111/+45
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-298-37/+1035
* When encoding anamorphic with lavc, ensure PAR values are 8-bit. Thanks, j45!jbrjake2008-05-291-1/+15
* Store video aspect ratio in the avi header.ritsuka2008-05-231-4/+91
* ...on the other hand, when we *are* using VFR we *do* want to break on drops,...jbrjake2008-05-211-0/+1
* When using detelecine but not dropping frames (non-VFR detelecine), continue ...jbrjake2008-05-211-1/+0
* Re-allow constant frame rates. The MacGui should probably be updated to alway...jbrjake2008-05-172-2/+4
* Allow the user to directly set a pixel aspect height and width, instead of us...jbrjake2008-05-131-2/+2
* Opens up another way to give x264 a constant QP or RF, by passing a direct va...jbrjake2008-04-261-1/+24
* Changes to support unstructured program streams (such as those produced by a ...van2008-04-251-342/+463
* - Don't allow chapter durations to go negative (since durations are unsigned...van2008-04-252-16/+31
* libhb:sr552008-04-201-22/+134
* Handle the case where hb_list_audio_config_item is passed an invalid index.saintdev2008-04-181-2/+4
* Avoid a divide by 0 in encfaac.c caused by the mixdown not being specifiededdyg2008-04-171-0/+9
* Print a log line for the first chapter.van2008-04-151-0/+8
* Move clock recovery code from reader to demuxmpeg so it sees all frames & not...van2008-04-156-72/+65
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-1536-36/+36
* Fix the automatic subtitle scan that I broke with r1412.van2008-04-144-8/+34
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-136-73/+55
* When dropping frames from pullup for VFR, deallocate the associated subtitle ...jbrjake2008-04-131-1/+4
* Let's try out saner b-frame init delays again.jbrjake2008-04-111-4/+2
* Provide more feedback as to the types of the streams in an MPEG Transport streameddyg2008-04-111-24/+101
* Fix brain fade in comments (it's been a long day).van2008-04-101-3/+3
* Fix avi containers which I unwittingly broke with r1341.van2008-04-101-26/+95
* During conversion only log when there's an error or anomaly.van2008-04-061-5/+12
* - Fix sync problems associated with sample rate conversion - the truncation ...van2008-04-061-38/+62
* Minor chapter cleanups.van2008-04-047-39/+77
* Windows line endings are bad.jbrjake2008-04-031-601/+601