| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg1: Make intra-block decoding independent of MpegEncContext | Vittorio Giovara | 2016-02-09 | 1 | -0/+88 |
* | mpegvideo: Move tables to a separate file | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | rl: Rename ff_*_rl() to ff_rl_*() | Anton Khirnov | 2015-05-28 | 1 | -2/+2 |
* | Remove a number of unnecessary dsputil.h #includes | Diego Biurrun | 2014-04-04 | 1 | -1/+0 |
* | Deprecate obsolete XvMC hardware decoding support | Diego Biurrun | 2013-11-13 | 1 | -1/+0 |
* | mpeg12decdata.h: Move all tables to the only place they are used | Diego Biurrun | 2013-08-15 | 1 | -1/+24 |
* | vdpau: remove old-style decoders | Rémi Denis-Courmont | 2013-08-05 | 1 | -1/+0 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -4/+0 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | Split MPEG-1/2 decoder code off from MPEG-1/2 common code | Diego Biurrun | 2013-03-27 | 1 | -2429/+11 |
* | vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled | Janne Grunau | 2013-03-26 | 1 | -1/+2 |
* | lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo | Martin Storsjö | 2013-03-26 | 1 | -4/+4 |
* | mpeg12: do not fail on zero dimensions in the sequence header. | Anton Khirnov | 2013-03-18 | 1 | -2/+12 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -22/+37 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -1/+1 |
* | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -1/+15 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -1/+1 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -10/+10 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -10/+10 |
* | mpeg12: do not decode extradata more than once. | Anton Khirnov | 2012-12-19 | 1 | -1/+2 |
* | mpegvideo: allocate scratch buffers after linesize is known | Janne Grunau | 2012-12-18 | 1 | -1/+4 |
* | avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab | Martin Storsjö | 2012-10-18 | 1 | -4/+4 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -12/+12 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -5/+8 |
* | mpeg12: fix the semantics of the int* parameter of decode() | Anton Khirnov | 2012-09-29 | 1 | -6/+6 |
* | mpeg12: move mpeg_decode_frame() lower | Anton Khirnov | 2012-09-29 | 1 | -48/+44 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -14/+14 |
* | mpeg12: fixed parsing in some mpeg2 streams | Hendrik Leppkes | 2012-05-03 | 1 | -0/+1 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -7/+4 |
* | hwaccel: mpeg2: decode first field, if requested. | Gwenole Beauchesne | 2012-04-08 | 1 | -0/+6 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -15/+22 |
* | mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning | Anne Aaron | 2012-04-06 | 1 | -2/+1 |
* | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov | 2012-03-04 | 1 | -4/+0 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -10/+10 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | mpeg12: check for available bits to avoid an infinite loop | Jindřich Makovička | 2012-01-19 | 1 | -1/+1 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | mpegenc: use avctx->slices as number of slices | Janne Grunau | 2012-01-02 | 1 | -1/+3 |
* | error_resilience: use the ER_ namespace | Luca Barbato | 2011-12-13 | 1 | -4/+4 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -3/+4 |
* | lavc: remove "legacy" mpegvideo decoder. | Anton Khirnov | 2011-10-27 | 1 | -15/+0 |
* | mpeg12: fix mpeg_decode_slice context parameter type | Janne Grunau | 2011-10-24 | 1 | -4/+3 |
* | Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" | Janne Grunau | 2011-10-24 | 1 | -8/+7 |
* | mpeg12: move closed_gop from MpegEncContext to Mpeg1Context | Anton Khirnov | 2011-10-23 | 1 | -3/+4 |
* | mpeg12: move full_pel from MpegEncContext to Mpeg1Context | Anton Khirnov | 2011-10-23 | 1 | -7/+8 |
* | mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h | Anton Khirnov | 2011-10-23 | 1 | -13/+0 |
* | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -13/+13 |
* | lavc: use avpriv_ prefix for ff_frame_rate_tab. | Anton Khirnov | 2011-10-20 | 1 | -4/+4 |