| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: remove missing incompatible_libav_abi references | James Almer | 2016-10-26 | 1 | -7/+0 |
* | lavc: add SCTE-35 CUI codec ID | Carlos Fernandez | 2016-10-21 | 1 | -0/+1 |
* | Merge commit 'e85f6f7f8d037c0af0f294000718d9ba22753baa' | James Almer | 2016-09-28 | 1 | -7/+17 |
|\ |
|
| * | lavc: allow using AVCodecContext.hw_frames_ctx for decoding | Anton Khirnov | 2016-06-21 | 1 | -7/+17 |
| * | Add TrueMotion 2.0 Real Time decoder | Paul B Mahol | 2016-06-20 | 1 | -0/+1 |
| * | Add MagicYUV decoder | Paul B Mahol | 2016-06-20 | 1 | -0/+1 |
* | | avcodec: add new AVOID_PROBING capability | Timo Rothenpieler | 2016-09-23 | 1 | -0/+10 |
* | | lavc: Add a flag in AVPacket to discard packet after decoding. Discard frames... | Sasi Inguva | 2016-09-19 | 1 | -0/+6 |
* | | lavc/avcodec: Improve av_parser_parse() documentation, mention padding. | Carl Eugen Hoyos | 2016-09-07 | 1 | -1/+4 |
* | | avcodec: Fix successfull typo | Michael Niedermayer | 2016-09-07 | 1 | -1/+1 |
* | | avcodec/me_cmp: add median SAD compare function | Stanislav Dolganov | 2016-08-22 | 1 | -16/+17 |
* | | avcodec: add 64-bit signed pcm codec | Paul B Mahol | 2016-08-18 | 1 | -3/+3 |
* | | lavc: add trailing_padding to AVCodecContext to match AVCodecParameters. | Jon Toohill | 2016-08-16 | 1 | -0/+11 |
* | | avcodec/bsf: Add list BSF API | Jan Sebechlebsky | 2016-08-15 | 1 | -0/+85 |
* | | avcodec/bsf: Forbid packet without payload in av_bsf_send_packet | Jan Sebechlebsky | 2016-08-13 | 1 | -1/+2 |
* | | doxygen: Standardize root-level modules | Timothy Gu | 2016-08-02 | 1 | -1/+3 |
* | | libavcodec/dnxhd: add dnxhr profiles | Mark Reid | 2016-07-20 | 1 | -0/+7 |
* | | Merge commit '75872d77d215d64b8d9430df23c6c74ff921227b' | Clément Bœsch | 2016-07-09 | 1 | -0/+8 |
|\| |
|
| * | lavc: Document AV_PKT_DATA_NEW_EXTRADATA | Vittorio Giovara | 2016-06-17 | 1 | -0/+8 |
* | | Merge commit '90f469aa2b98a868cdbe35170c24272de10e1341' | Clément Bœsch | 2016-07-09 | 1 | -0/+2 |
|\| |
|
| * | lavc: add H.264 MVC profiles | Anton Khirnov | 2016-06-12 | 1 | -0/+2 |
* | | Merge commit 'ad61da054bd8c74a5d5b38d80846228fc6147108' | Hendrik Leppkes | 2016-06-26 | 1 | -3/+3 |
|\| |
|
| * | jpeg2000: Fix profile define values | Francois Cartegnie | 2016-05-24 | 1 | -3/+3 |
* | | Merge commit '2ef6dab0a79a9852a92ed80b07f9e32a37530d9e' | Hendrik Leppkes | 2016-06-26 | 1 | -0/+5 |
|\| |
|
| * | lavc: document that avcodec_close() should not be used | Anton Khirnov | 2016-05-23 | 1 | -0/+5 |
* | | Merge commit '04fc8e24a091ed1d77d7a3c0cbcfe60baec19a9f' | Hendrik Leppkes | 2016-06-26 | 1 | -14/+9 |
|\| |
|
| * | lavc: deprecate avcodec_get_context_defaults3() | Anton Khirnov | 2016-05-23 | 1 | -14/+9 |
* | | Merge commit '5f30ac27795f9f98043e8582ccaad8813104adc4' | Hendrik Leppkes | 2016-06-26 | 1 | -0/+9 |
|\| |
|
| * | lavc: deprecate avcodec_copy_context() | Anton Khirnov | 2016-05-23 | 1 | -0/+9 |
* | | avcodec: add YUY2 Lossless Codec decoder | Paul B Mahol | 2016-06-26 | 1 | -0/+1 |
* | | Merge commit '31f6a4b4b83aca1d73f3cfc99ce2b39331970bf3' | Clément Bœsch | 2016-06-22 | 1 | -0/+6 |
|\| |
|
| * | lavc: mark the old audio/video encoding API as deprecated | Anton Khirnov | 2016-05-16 | 1 | -0/+6 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -21/+21 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -27/+27 |
* | | avcodec: add BitJazz SheerVideo decoder | Paul B Mahol | 2016-06-07 | 1 | -0/+1 |
* | | avcodec: Document where the AVOption names can be found for the fields of AVC... | Michael Niedermayer | 2016-06-01 | 1 | -0/+4 |
* | | avocdec: add MagicYUV decoder | Paul B Mahol | 2016-05-31 | 1 | -0/+1 |
* | | avcodec: add adpcm MTAF decoder | Paul B Mahol | 2016-05-21 | 1 | -0/+1 |
* | | avcodec: add Direct Stream Transfer (DST) decoder | Peter Ross | 2016-05-15 | 1 | -0/+1 |
* | | Merge commit '9d4d9be538faa537440fff37d3b7ecf322911a55' | Derek Buitenhuis | 2016-05-11 | 1 | -1/+2 |
|\| |
|
| * | libavcodec: Document that encoders may use the framerate field in AVCodecContext | Martin Storsjö | 2016-04-12 | 1 | -1/+2 |
| * | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-03-23 | 1 | -3/+238 |
* | | avcodec/avcodec: Move AV_CODEC_ID_M101 to the 2nd group of video codecs | Michael Niedermayer | 2016-05-06 | 1 | -1/+1 |
* | | avcodec: add M101 decoder | Michael Niedermayer | 2016-05-06 | 1 | -0/+1 |
* | | avcodec: add TrueMotion 2.0 Real Time decoder | Paul B Mahol | 2016-04-21 | 1 | -0/+1 |
* | | lavc: introduce a new decoding/encoding API with decoupled input/output | wm4 | 2016-04-21 | 1 | -3/+238 |
* | | Merge commit '33d18982fa03feb061c8f744a4f0a9175c1f63ab' | Derek Buitenhuis | 2016-04-17 | 1 | -7/+190 |
|\| |
|
| * | lavc: add a new bitstream filtering API | Anton Khirnov | 2016-03-20 | 1 | -8/+194 |
* | | avcodec/avcodec: Document signed/unsignedness of sample formats in relation t... | Michael Niedermayer | 2016-04-15 | 1 | -2/+2 |
* | | avcodec: Add bits_per_raw_sample to AVCodecParameters | Michael Niedermayer | 2016-04-15 | 1 | -0/+24 |