| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 1 | -0/+1 |
* | mpegvideo_enc: Don't call ff_h263dsp_init unconditionally | Martin Storsjö | 2014-01-22 | 1 | -1/+2 |
* | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -1/+1 |
* | mpegvideo: split the encoding-only parts of frame_start() into a separate fun... | Anton Khirnov | 2014-01-03 | 1 | -2/+97 |
* | ljpegenc: deMpegEncContextize | Anton Khirnov | 2013-12-05 | 1 | -33/+2 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_trailer() | Anton Khirnov | 2013-12-05 | 1 | -1/+1 |
* | mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_picture_header() | Anton Khirnov | 2013-12-05 | 1 | -1/+2 |
* | mpegvideo: move encode-only parts of common_end() to encode_end() | Anton Khirnov | 2013-12-05 | 1 | -0/+14 |
* | mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat... | Anton Khirnov | 2013-12-05 | 1 | -1/+44 |
* | mpegvideo: move encoding-only initialization from common_init() to encode_init() | Anton Khirnov | 2013-12-05 | 1 | -0/+26 |
* | mpegvideo: move setting encoding-only vars from common_defaults() to encode_d... | Anton Khirnov | 2013-12-05 | 1 | -0/+3 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | mpegvideo_enc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -25/+30 |
* | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -6/+10 |
* | lavc: deprecate FF_MAX_B_FRAMES | Anton Khirnov | 2013-11-14 | 1 | -1/+5 |
* | lavc: make error_rate a private option of mpegvideo encoders | Anton Khirnov | 2013-11-14 | 1 | -2/+9 |
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -0/+1 |
* | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -2/+2 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -5/+5 |
* | mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ... | Vittorio Giovara | 2013-08-07 | 1 | -16/+7 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -5/+0 |
* | mpegvideo: Remove commented-out PARANOID debug cruft | Diego Biurrun | 2013-05-15 | 1 | -3/+0 |
* | mpegvideo: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -6/+6 |
* | h261: Move function declarations to h261.h | Diego Biurrun | 2013-04-05 | 1 | -0/+1 |
* | mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place | Diego Biurrun | 2013-03-27 | 1 | -0/+1 |
* | mpegvideo: remove FMT_H264 | Anton Khirnov | 2013-03-11 | 1 | -2/+0 |
* | lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft | Anton Khirnov | 2013-03-09 | 1 | -25/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -60/+42 |
* | mpegvideo_enc: drop support for reusing the input motion vectors. | Anton Khirnov | 2013-03-08 | 1 | -40/+1 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -1/+1 |
* | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 1 | -0/+1 |
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -0/+1 |
* | mpegvideo_enc: fix indentation in load_input_picture() | Anton Khirnov | 2013-01-26 | 1 | -70/+70 |
* | mpegvideo_enc: do not modify the input frame. | Anton Khirnov | 2013-01-26 | 1 | -8/+8 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -17/+17 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -8/+8 |
* | mpegvideo: allocate scratch buffers after linesize is known | Janne Grunau | 2012-12-18 | 1 | -2/+4 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -4/+6 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -0/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -25/+25 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -4/+6 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -7/+0 |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -8/+0 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -7/+7 |
* | mpegvideo_enc: remove assert that has become obsolete with the new API | Michael Niedermayer | 2012-09-04 | 1 | -1/+0 |
* | x86: mpegvideoenc: Split optimizations off into a separate file | Diego Biurrun | 2012-08-24 | 1 | -0/+3 |
* | mpegvideo_enc: remove stray duplicate line from 7f9aaa4 | Anton Khirnov | 2012-08-20 | 1 | -1/+0 |
* | mpegvideo_enc: don't use deprecated avcodec_encode_video(). | Anton Khirnov | 2012-08-18 | 1 | -8/+23 |
* | mpegvideo: convert mpegvideo_common.h to a .c file | Mans Rullgard | 2012-08-09 | 1 | -5/+6 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -94/+94 |