summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke2007-10-131-1/+1
* Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer2007-08-041-1/+32
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-021-1/+5
* simplify s->mv_dir initMichael Niedermayer2007-08-021-6/+1
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-011-5/+5
* exchange if() and for() in the MT_FIELD caseMichael Niedermayer2007-08-011-7/+12
* exchange for() and if() order in the MT_FRAME caseMichael Niedermayer2007-08-011-9/+14
* changeMichael Niedermayer2007-08-011-59/+66
* merge another 2 if() to save a few cpu cyclesMichael Niedermayer2007-08-011-4/+1
* reorder if() so that the condition can be simplifiedMichael Niedermayer2007-08-011-4/+4
* merge/simplify 2 if()Michael Niedermayer2007-08-011-6/+2
* merge 2 if()Michael Niedermayer2007-08-011-11/+8
* move some code which was executed for every skipped MB so it is only executedMichael Niedermayer2007-07-311-25/+30
* get rid of a useless variableMichael Niedermayer2007-07-311-5/+1
* avoid 2 additions (1 cpu cycle) per MBMichael Niedermayer2007-07-311-2/+2
* chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time se...Michael Niedermayer2007-07-311-1/+0
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-051-30/+30
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-051-921/+6
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-221-2/+0
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-5/+5
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-191-31/+0
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-121-0/+2
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-1/+1
* add a ff_ prefix to the now exported mpeg1_find_frame_end() functionAurelien Jacobs2007-05-051-2/+2
* move mpegvideo_parser in it's own fileAurelien Jacobs2007-05-051-174/+1
* make mpeg decoder handle mid-stream changes in resolutionHeikki Lindholm2007-05-021-0/+5
* typos/grammarDiego Biurrun2007-04-071-1/+1
* 10l to whoever wrote thisMichael Niedermayer2007-03-141-2/+1
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-141-4/+6
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-131-3/+1
* Give context to dprintfMichel Bardiaux2007-03-121-28/+28
* fix drop frame timecode flagBaptiste Coudurier2007-03-081-1/+1
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-041-0/+30
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-041-8/+18
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not...Michael Niedermayer2007-02-091-0/+4
* correctly set profile/level for hdBaptiste Coudurier2007-02-011-5/+22
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer2007-01-151-0/+4
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* make more tables staticMåns Rullgård2006-11-121-4/+4
* typoBaptiste Coudurier2006-11-071-1/+1
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-071-4/+16
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-061-3/+3
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-061-0/+163
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-011-79/+79
* set v_edge_pos correctly for field picture mpeg2Michael Niedermayer2006-10-241-2/+4
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-3/+5
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ...Stefan Gehrer2006-07-021-8/+8
OpenPOWER on IntegriCloud