| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | mpegvideo: do not set current_picture_ptr in decoders | Anton Khirnov | 2013-12-05 | 1 | -9/+0 |
* | h26[13]dec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+4 |
* | lavc: don't set AVFrame.pts to random numbers in decoders. | Anton Khirnov | 2013-10-28 | 1 | -1/+0 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | h261: check the mtype index | Luca Barbato | 2013-08-16 | 1 | -0/+5 |
* | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -2/+2 |
* | h261: Move encoder/decoder shared table init to common code | Diego Biurrun | 2013-04-10 | 1 | -1/+1 |
* | h261: Move shared data tables from a header to a proper C file | Diego Biurrun | 2013-04-10 | 1 | -13/+12 |
* | h261: Move mvmap table to the only place it is used | Diego Biurrun | 2013-04-05 | 1 | -0/+4 |
* | h261: cosmetics: Move functions to avoid forward declarations | Diego Biurrun | 2013-04-05 | 1 | -90/+88 |
* | h261: K&R formatting and prettyprinting cosmetics | Diego Biurrun | 2013-04-05 | 1 | -225/+238 |
* | h261: Move ff_h261_rl_table_store declaration to header file | Diego Biurrun | 2013-04-05 | 1 | -2/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+6 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -1/+1 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -2/+2 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+0 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -1/+1 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -1/+2 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -8/+8 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | mpegvideo: remove abort() in ff_find_unused_picture() | Andrey Utkin | 2011-12-14 | 1 | -0/+2 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -5/+5 |
* | lavc: replace references to deprecated AVCodecContext.error_recognition to us... | Dustin Brody | 2011-10-22 | 1 | -1/+1 |
* | Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. | Diego Biurrun | 2011-09-21 | 1 | -2/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -7/+7 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -5/+5 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -4/+0 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -1/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -2/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Add include necessary for ff_set_qscale | Reimar Döffinger | 2010-02-06 | 1 | -0/+1 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -2/+2 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 1 | -4/+2 |
* | get rid of INIT_VLC_USE_STATIC in h261. | Michael Niedermayer | 2009-04-11 | 1 | -8/+8 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 1 | -4/+4 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -1/+1 |
* | do not fail on qscale==0 if error resilience is high, fix broken quicktime h2... | Baptiste Coudurier | 2008-08-02 | 1 | -2/+5 |