| Commit message (Expand) | Author | Age | Files | Lines |
* | Canopus HQX decoder | Vittorio Giovara | 2015-02-22 | 1 | -0/+1 |
* | lavc: Add DSS SP decoder | Oleksij Rempel | 2015-02-19 | 1 | -0/+1 |
* | h264_parser: export video format and dimensions | Anton Khirnov | 2015-02-19 | 1 | -0/+22 |
* | lavc: Document interaction between avcodec_open2() and decoding routines | Vittorio Giovara | 2015-02-17 | 1 | -0/+12 |
* | Add a side data type for audio service type. | Anton Khirnov | 2015-01-27 | 1 | -0/+6 |
* | lavc: deprecate unused AVCodecContext.stream_codec_tag | Anton Khirnov | 2015-01-27 | 1 | -4/+4 |
* | imgutils: create misc functions for dealing with buffers | Stefano Sabatini | 2015-01-14 | 1 | -36/+7 |
* | libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag | Rémi Denis-Courmont | 2014-12-25 | 1 | -0/+6 |
* | avcodec: add AVCodecContext.sw_pix_fmt | Rémi Denis-Courmont | 2014-12-25 | 1 | -0/+7 |
* | lavc: mention that the parser callback never returns an error | Vittorio Giovara | 2014-12-05 | 1 | -0/+2 |
* | lavc: make lmax/lmin into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -6/+6 |
* | lavc: make border_masking into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -4/+4 |
* | lavc: deprecate unused mb_threshold field | Anton Khirnov | 2014-10-18 | 1 | -4/+3 |
* | lavc: deprecate unused me_threshold field | Anton Khirnov | 2014-10-18 | 1 | -5/+4 |
* | lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe... | Anton Khirnov | 2014-10-18 | 1 | -5/+7 |
* | lavc: make rc_eq into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -3/+4 |
* | lavc: make rc_qmod_* into private options of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -1/+3 |
* | lavc: make rc_qsquish a private option of mpegvideo encoders | Anton Khirnov | 2014-10-18 | 1 | -4/+4 |
* | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -1/+10 |
* | vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check | Rémi Denis-Courmont | 2014-10-15 | 1 | -1/+13 |
* | lavc: use a separate field for exporting audio encoder padding | Anton Khirnov | 2014-10-13 | 1 | -10/+18 |
* | lavc: specify the behavior of av_lockmgr_register on failure. | Manfred Georg | 2014-10-06 | 1 | -9/+19 |
* | hwaccel: Call ->get_format again if hwaccel init fails | Rémi Denis-Courmont | 2014-09-26 | 1 | -0/+4 |
* | avcodec: Fix a doxy comment to refer to the right function | Martin Storsjö | 2014-09-25 | 1 | -1/+1 |
* | avcodec: fix missing doxygen comment marker | Michael Niedermayer | 2014-09-01 | 1 | -1/+1 |
* | avcodec: add stream-level stereo3d side data | Vittorio Giovara | 2014-08-28 | 1 | -0/+6 |
* | avcodec: Rename xvidmmx IDCT to xvid | Diego Biurrun | 2014-08-08 | 1 | -0/+3 |
* | avcodec: Undeprecate reordered_opaque | Diego Biurrun | 2014-08-07 | 1 | -1/+0 |
* | avcodec: Deprecate dtg_active_format field in favor of avframe side-data | Kieran Kunhya | 2014-08-03 | 1 | -1/+4 |
* | avcodec: Deprecate unused defines and options | Diego Biurrun | 2014-08-03 | 1 | -1/+11 |
* | lavc: add a property for marking codecs that support frame reordering | Anton Khirnov | 2014-07-28 | 1 | -0/+10 |
* | avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const | Diego Biurrun | 2014-07-26 | 1 | -3/+3 |
* | lavc: add a convenience function for rescaling timestamps in a packet | Anton Khirnov | 2014-06-20 | 1 | -0/+13 |
* | lavc: add an option to enable side data-only packets during encoding | Anton Khirnov | 2014-06-01 | 1 | -0/+15 |
* | lavu: add all color-related enums to AVFrame | wm4 | 2014-06-01 | 1 | -67/+0 |
* | Add transformation matrix API. | Vittorio Giovara | 2014-05-19 | 1 | -0/+9 |
* | lavc: add avcodec_free_context(). | Anton Khirnov | 2014-05-18 | 1 | -3/+8 |
* | lavc: Add hwaccel private data and init/uninit callbacks | Anton Khirnov | 2014-05-11 | 1 | -0/+23 |
* | hwaccel: Support specific frame allocators | Luca Barbato | 2014-05-11 | 1 | -0/+5 |
* | hwaccel: Rename priv_data_size to frame_priv_data_size | Anton Khirnov | 2014-05-11 | 1 | -2/+2 |
* | lavc: document which parts of AVHWAccel are private. | Anton Khirnov | 2014-05-11 | 1 | -0/+7 |
* | lavc: deprecate AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 1 | -0/+6 |
* | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -1/+7 |
* | lavc: make the xvid-specific "gmc" flag a private option of libxvid | Anton Khirnov | 2014-05-01 | 1 | -0/+5 |
* | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 1 | -1/+7 |
* | lavc: deprecate CODEC_FLAG_INPUT_PRESERVED | Anton Khirnov | 2014-05-01 | 1 | -3/+4 |
* | On2 AVC decoder | Kostya Shishkov | 2014-04-23 | 1 | -0/+1 |
* | lavc: improve AVCodecContext.delay doxy | Anton Khirnov | 2014-04-22 | 1 | -6/+11 |
* | Silicon Graphics Motion Video Compressor 1 & 2 decoder | Peter Ross | 2014-04-19 | 1 | -0/+2 |
* | Silicon Graphics RLE 8-bit video decoder | Peter Ross | 2014-04-19 | 1 | -0/+1 |