summaryrefslogtreecommitdiffstats
path: root/libhb/decmpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* Improve mpeg PS supportjstebbins2011-09-141-6/+15
* libhb: fix or simplify several hacks involved with Libav supportjstebbins2011-07-271-1/+0
* Fix a crash that can happen due to corrupt mpeg2 datajstebbins2011-04-271-0/+9
* Eliminate incompatible pointer type warnings for sws_scalejstebbins2011-04-081-1/+1
* Fix source dimensions problem with some mpeg2 streamsjstebbins2011-03-131-6/+6
* Fix PAR and height of mpeg-2 1080 content.jstebbins2011-03-111-58/+46
* plug some memory leaks.jstebbins2011-02-121-1/+1
* fix double free in handling of last CC messagejstebbins2011-01-131-4/+13
* bump ffmpeg from 25082 to 25374jstebbins2010-10-121-3/+2
* fix some mingw warnings and a mingw build issuejstebbins2010-04-101-1/+1
* handle YUV422P video in the mpeg2 decoderjstebbins2010-04-021-10/+31
* Add support for ATSC (North American Digital TV) closed captions.van2009-07-131-184/+297
* - cleanup gcc format warnings showing up on linux 64-bitkonablend2009-06-251-2/+2
* softsubs: allow 1 source to many output subs by duplicating thejstebbins2009-06-031-11/+22
* softsubtitles:jstebbins2009-06-021-1/+1
* Remove some noise from the log: Only announce chapters when we're reading, no...van2009-05-161-3/+7
* Combine multiple CC lines into one, trimming whitespace, and adding proper la...eddyg2009-05-071-1/+12
* Change CC608 decoder to be its own threadeddyg2009-05-071-55/+25
* Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...eddyg2009-05-061-0/+7
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-2/+237
* Another minor step on the way back to Solaris compiles - not linking as yet.eddyg2009-03-201-2/+2
* With live preview decmpeg2 can be running more than once simultaneously, so t...jbrjake2009-02-051-25/+25
* Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then protot...van2008-12-131-3/+1
* Correct chroma size for raw video frames - width & height need to be rounded ...van2008-11-081-1/+1
* Fix for mpeg content that changes size in the middle of a decode (such as Doc...van2008-10-301-17/+66
* Fix a couple problem exposed through some valgrind testing. use of freedjstebbins2008-09-151-0/+2
* - change aspect from a scaled int to a double so we can handle the widervan2008-08-081-6/+3
* - add pixel_aspect_ratio reporting to the mpeg decodervan2008-06-041-31/+10
* Don't crash in decmpeg2Info if we failed to get a preview due to not finding ...van2008-06-031-1/+1
* - support blu-ray, avchd & dvb x264van2008-05-311-22/+43
* Print a log line for the first chapter.van2008-04-151-0/+8
* Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only co...jbrjake2008-04-151-1/+1
* Fix the automatic subtitle scan that I broke with r1412.van2008-04-141-1/+3
* Fixes for different number of frames between pass 1 & 2, missing frames at en...van2008-04-131-6/+17
* Minor chapter cleanups.van2008-04-041-25/+35
* scan and pcm audio fixes.van2008-04-021-20/+13
* Don't crash while scanning when we can't get previews for some title.van2008-02-291-0/+7
* Formatting: Remove a lot of trailing whitespace.saintdev2008-02-211-19/+19
* Refer to transitions in the presence-or-lack-thereof of progressive flags on ...jbrjake2008-02-121-2/+2
* Don't drop subtitles when crossing PTS discontinuities by using buffer sequen...eddyg2007-10-081-0/+2
* Die, non-standard printf logging, die!jbrjake2007-08-291-4/+4
* Doubles the number of frames checked for cadence changes, streamlines their s...jbrjake2007-08-241-10/+10
* Prevents a bus error at scan time with DVDs that have a weird cell structure....jbrjake2007-08-171-10/+13
* "Same as source" changes. Old behavior: mark all NTSC content as 23.976. New ...jbrjake2007-08-131-8/+116
* This huge patch from huevos_rancheros ports a number of video filters from me...jbrjake2007-07-271-0/+3
* This patch from eddyg should help alleviate HandBrake's audio drop issues. It...jbrjake2007-07-251-0/+4
* Implement transport and program stream support. With these changes it's now p...awk2007-07-041-1/+25
* Fix Previous Bad commit for Cyanders Chapter Markersdynaflash2007-04-251-0/+33
* Merge the 5.1 branch into the trunk.prigaux2007-03-061-0/+253
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-111-253/+0