| Commit message (Expand) | Author | Age | Files | Lines |
* | h263dec: call get_format() on resolution changes | Rémi Denis-Courmont | 2014-10-13 | 1 | -0/+6 |
* | h263dec: call get_format after setting resolution and profile | Rémi Denis-Courmont | 2014-10-13 | 1 | -5/+12 |
* | h263dec: Force padding bug workaround for H.263. | Josh Allmann | 2014-10-07 | 1 | -1/+2 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -2/+2 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -12/+12 |
* | h263dec: Fix order of initialization | John Stebbins | 2014-08-14 | 1 | -13/+12 |
* | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 1 | -2/+6 |
* | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -0/+1 |
* | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+2 |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -7/+9 |
* | lavc: set AVCodecContext.hwaccel in ff_get_format() | Anton Khirnov | 2014-05-11 | 1 | -1/+0 |
* | lavc: Add an internal wrapper around get_format() | Anton Khirnov | 2014-05-11 | 1 | -1/+1 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -9/+9 |
* | h263: improve hwaccel #ifdefs | Rémi Denis-Courmont | 2014-03-31 | 1 | -2/+2 |
* | mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpe... | Anton Khirnov | 2013-11-29 | 1 | -33/+2 |
* | mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4 | Anton Khirnov | 2013-11-29 | 1 | -85/+0 |
* | h263dec: remove commented out cruft | Anton Khirnov | 2013-11-29 | 1 | -25/+1 |
* | mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 1 | -1/+1 |
* | mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext | Anton Khirnov | 2013-11-29 | 1 | -2/+2 |
* | h263dec: sanitize a condition. | Anton Khirnov | 2013-11-27 | 1 | -1/+1 |
* | hwaccel: Simplify ff_find_hwaccel | Luca Barbato | 2013-11-10 | 1 | -1/+1 |
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -0/+1 |
* | h26[13]dec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -1/+3 |
* | h263: Check init_get_bits return value | Michael Niedermayer | 2013-10-28 | 1 | -6/+11 |
* | h263: Return meaningful errors | Luca Barbato | 2013-10-28 | 1 | -21/+30 |
* | h263: K&R formatting cosmetics | Luca Barbato | 2013-10-23 | 1 | -322/+361 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | h263dec: Remove a hack that can cause infinite loops | Martin Storsjö | 2013-09-23 | 1 | -13/+0 |
* | vdpau: remove old-style decoders | Rémi Denis-Courmont | 2013-08-05 | 1 | -7/+0 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | h263dec: Remove broken and disabled debug cruft | Diego Biurrun | 2013-05-15 | 1 | -8/+0 |
* | hwaccel: fix use with frame based multithreading | Janne Grunau | 2013-03-26 | 1 | -1/+5 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -4/+8 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -1/+12 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -2/+2 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -10/+10 |
* | h263: remove an unused parameter from ff_h263_decode_init_vlc | Anton Khirnov | 2013-02-06 | 1 | -1/+1 |
* | dsputil: drop non-compliant "fast" qpel mc functions | Mans Rullgard | 2013-01-20 | 1 | -4/+1 |
* | lavc: support ZenoXVID custom tag | Luca Barbato | 2013-01-17 | 1 | -1/+1 |
* | cosmetics: Fix dropable --> droppable typo | Diego Biurrun | 2012-12-09 | 1 | -1/+3 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+2 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -2/+0 |
* | mpeg4: support frame parameter changes with frame-mt | Janne Grunau | 2012-09-19 | 1 | -12/+13 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -1/+5 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -25/+25 |