summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-05
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-05
* make mpeg decoder handle mid-stream changes in resolutionHeikki Lindholm2007-05-02
* typos/grammarDiego Biurrun2007-04-07
* 10l to whoever wrote thisMichael Niedermayer2007-03-14
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-13
* Give context to dprintfMichel Bardiaux2007-03-12
* fix drop frame timecode flagBaptiste Coudurier2007-03-08
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-04
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not...Michael Niedermayer2007-02-09
* correctly set profile/level for hdBaptiste Coudurier2007-02-01
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer2007-01-15
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* make more tables staticMåns Rullgård2006-11-12
* typoBaptiste Coudurier2006-11-07
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-07
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-06
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-06
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* set v_edge_pos correctly for field picture mpeg2Michael Niedermayer2006-10-24
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ...Stefan Gehrer2006-07-02
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
* remove unused variableBaptiste Coudurier2006-05-13
* d10 decoding fixMichael Niedermayer2006-05-02
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* fix decoding of mpeg2-trunc.vobMichael Niedermayer2006-03-01
* faster find_startcode()Michael Niedermayer2006-02-04
* Off by one fix to prevent possible segfault. Patch by jwestfall at surrealist...jwestfall@surrealistic.net2006-01-14
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Mark all 12 block unused when there are no coded blocksIvan Kalvachev2005-11-20
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* skip_idctMichael Niedermayer2005-07-14
* fix decoding of (broken) files with f_code=0Michael Niedermayer2005-07-11
* fix mpeg2 chroma_420_typeMichael Niedermayer2005-05-18
* preserve parse contextMichael Niedermayer2005-05-14
* sanity checkMichael Niedermayer2005-05-12
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* switch to native time basesMichael Niedermayer2005-04-30