| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Drop deprecated deinterlace module | Vittorio Giovara | 2015-08-28 | 1 | -10/+0 |
* | lavc: Drop deprecated thread opaque and codec pkt | Vittorio Giovara | 2015-08-28 | 1 | -16/+0 |
* | lavc: Drop deprecated get_buffer related functions | Vittorio Giovara | 2015-08-28 | 1 | -114/+0 |
* | lavc: Drop deprecated destruct_packet related functions | Vittorio Giovara | 2015-08-28 | 1 | -15/+1 |
* | lavc: Drop deprecated request_channels related functions | Vittorio Giovara | 2015-08-28 | 1 | -10/+0 |
* | lavc: Update version and APIchanges | Vittorio Giovara | 2015-07-27 | 1 | -0/+4 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -7/+16 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -14/+103 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -3/+98 |
* | lavc: Deprecate avctx.me_method | Vittorio Giovara | 2015-07-27 | 1 | -6/+8 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -1/+5 |
* | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 1 | -0/+7 |
* | lavc: Deprecate avctx.rc_strategy | Vittorio Giovara | 2015-07-08 | 1 | -2/+4 |
* | lavc: Deprecate avctx.{inter,intra}_quant_bias | Vittorio Giovara | 2015-07-02 | 1 | -8/+6 |
* | PCM signed 16-bit big-endian planar decoder | Paul B Mahol | 2015-06-24 | 1 | -0/+1 |
* | DirectDraw Surface image decoder | Vittorio Giovara | 2015-06-22 | 1 | -0/+1 |
* | Hap decoder and encoder | Vittorio Giovara | 2015-06-22 | 1 | -0/+1 |
* | libvpx: Support the vp9 extended profiles | Luca Barbato | 2015-06-21 | 1 | -0/+4 |
* | lavc: Clarify the behaviour of dimension and format context fields | Luca Barbato | 2015-06-15 | 1 | -3/+19 |
* | Canopus HQ/HQA decoder | Vittorio Giovara | 2015-04-19 | 1 | -0/+1 |
* | lavc: add profile define for DTS Express | Hendrik Leppkes | 2015-03-29 | 1 | -0/+1 |
* | TDSC decoder | Vittorio Giovara | 2015-03-13 | 1 | -0/+1 |
* | lavc: Introduce AVCodec internal capabilities | Vittorio Giovara | 2015-03-13 | 1 | -0/+5 |
* | 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 |