| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavc: rename ff_find_start_code to avpriv_mpv_find_start_code | Anton Khirnov | 2011-10-20 | 1 | -4/+4 |
* | w32threads: support for frame multithreading | Steven Walters | 2011-10-16 | 1 | -1/+1 |
* | mpeg124: use sign_extend() function | Mans Rullgard | 2011-10-09 | 1 | -4/+2 |
* | lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_* | Anton Khirnov | 2011-09-21 | 1 | -1/+1 |
* | mpeg12: reorder functions to avoid ugly forward declarations | Diego Biurrun | 2011-09-13 | 1 | -532/+521 |
* | mpeg12: cosmetics: reformat as K&R | Diego Biurrun | 2011-09-06 | 1 | -768/+751 |
* | mpeg12: propagate more real return values through chunk decode error return a... | Dustin Brody | 2011-09-05 | 1 | -21/+19 |
* | mpeg12: propagate chunk decode errors and fix conditional indentation | Dustin Brody | 2011-08-25 | 1 | -4/+24 |
* | mpeg12: remove repeat-field code disabled since May 2002 | Dustin Brody | 2011-08-15 | 1 | -12/+0 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -54/+48 |
* | mpeg1video: add CODEC_CAP_SLICE_THREADS. | Ronald S. Bultje | 2011-07-13 | 1 | -1/+1 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -25/+25 |
* | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 1 | -2/+0 |
* | mpeg12: more advanced ffmpeg mpeg2 aspect guessing code. | Michael Niedermayer | 2011-06-10 | 1 | -2/+16 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
* | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -4/+32 |
* | mpeg12: add slice-threading checks to slice-threading initializers. | Ronald S. Bultje | 2011-05-18 | 1 | -3/+3 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -23/+23 |
* | mpeg12: terminate mpeg2_video_profiles arrays | Stefano Sabatini | 2011-04-28 | 1 | -0/+1 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -8/+0 |
* | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -2/+2 |
* | Use consistent condition for whether to run slice-threading execute function. | Reimar Döffinger | 2011-04-09 | 1 | -1/+1 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+4 |