summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
* Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer2008-09-28
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Ignore the spec, and calculate aspect ratio on width/height.Michael Niedermayer2008-09-03
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-20
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-20
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
* Mark init_vlcs function as av_cold.Diego Biurrun2008-08-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-02
* Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer2008-05-30
* Remove constant argument.Michael Niedermayer2008-05-30
* Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer2008-05-30
* Do not reject odd width/height.Michael Niedermayer2008-05-25
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Decode stuff from extradata as well.Michael Niedermayer2008-04-03
* Factorize code a little.Michael Niedermayer2008-04-03
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-14
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer2008-02-20
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-19
* constMichael Niedermayer2008-02-01
* Drop non key frames before the first key frame.Michael Niedermayer2008-01-05
* Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke2007-10-13
* Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.Michael Niedermayer2007-08-04
* output last frame if seq end code is encounteredMichael Niedermayer2007-08-02
* simplify s->mv_dir initMichael Niedermayer2007-08-02
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
* exchange if() and for() in the MT_FIELD caseMichael Niedermayer2007-08-01
* exchange for() and if() order in the MT_FRAME caseMichael Niedermayer2007-08-01
* changeMichael Niedermayer2007-08-01
* merge another 2 if() to save a few cpu cyclesMichael Niedermayer2007-08-01
* reorder if() so that the condition can be simplifiedMichael Niedermayer2007-08-01
* merge/simplify 2 if()Michael Niedermayer2007-08-01
* merge 2 if()Michael Niedermayer2007-08-01
* move some code which was executed for every skipped MB so it is only executedMichael Niedermayer2007-07-31
* get rid of a useless variableMichael Niedermayer2007-07-31
* avoid 2 additions (1 cpu cycle) per MBMichael Niedermayer2007-07-31
* chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time se...Michael Niedermayer2007-07-31
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-05
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-05
* get rid of one unneeded #ifdef HAVE_XVMCMichael Niedermayer2007-06-22
* misc typo fixesDiego Biurrun2007-06-12
* 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