| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5' | James Almer | 2017-05-08 | 1 | -0/+27 |
|\ |
|
| * | lavc: add an option for exporting cropping information to the caller | Anton Khirnov | 2017-01-12 | 1 | -0/+27 |
| * | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2016-12-19 | 1 | -0/+5 |
* | | Merge commit '972c71e9cb63e24f57ee481e413199c7d88a8813' | James Almer | 2017-04-22 | 1 | -0/+6 |
|\| |
|
| * | lavc: add support for filtering packets before decoding | Anton Khirnov | 2016-12-14 | 1 | -0/+6 |
* | | Revert "avcodec/bsf: Forbid packet without payload in av_bsf_send_packet" | James Almer | 2017-04-22 | 1 | -2/+1 |
* | | Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09' | James Almer | 2017-04-22 | 1 | -8/+10 |
|\| |
|
| * | decode: restructure the core decoding code | Anton Khirnov | 2016-12-14 | 1 | -8/+10 |
| * | lavc: Add spherical packet side data API | Vittorio Giovara | 2016-12-07 | 1 | -0/+6 |
* | | avcodec: add Screen Recorder Gold Codec decoder | Paul B Mahol | 2017-04-18 | 1 | -0/+1 |
* | | avcodec: add Mandsoft Screen Capture Codec decoder | Paul B Mahol | 2017-04-18 | 1 | -0/+1 |
* | | avcodec: fix containts typo | James Almer | 2017-04-06 | 1 | -2/+2 |
* | | lavc: Add Content Light Level side metadata found in HEVC | Steve Lhomme | 2017-04-06 | 1 | -0/+7 |
* | | codec: bitpacked: add decoder | Damien Riegel | 2017-04-05 | 1 | -0/+1 |
* | | lavc: add AV_ prefix to CODEC_CAP_DELAY in doxy | Clément Bœsch | 2017-04-04 | 1 | -2/+2 |
* | | Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d' | Clément Bœsch | 2017-04-03 | 1 | -1/+1 |
|\| |
|
| * | Fix some mismatches between function parameter and doxygen parameter names. | Diego Biurrun | 2016-11-21 | 1 | -1/+1 |
* | | codec_desc: mark some lossless audio codecs as intraonly. | Ronald S. Bultje | 2017-04-03 | 1 | -1/+1 |
* | | Merge commit 'adb0e941c329a4778ade6dd0a326274472992f54' | Clément Bœsch | 2017-04-01 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Mark src pointer as constant | Luca Barbato | 2016-11-17 | 1 | -2/+2 |
* | | lavc: deprecate av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -0/+5 |
* | | avcodec/avcodec: Correct and make consistent AVERROR() in comments | Michael Niedermayer | 2017-03-27 | 1 | -4/+4 |
* | | Merge commit '14e7e19a90e9b45db7adeb4d40e7f16aa7404f28' | Clément Bœsch | 2017-03-23 | 1 | -2/+5 |
|\| |
|
| * | lavc: bsf: Document input/output codecparam alloc/init process | Vittorio Giovara | 2016-10-12 | 1 | -2/+5 |
* | | Merge commit 'b8d5070db6313f985562865edcfd08a01c2d7503' | Clément Bœsch | 2017-03-23 | 1 | -0/+5 |
|\| |
|
| * | avcodec: Document AV_PKT_DATA_PALETTE side data type | Vittorio Giovara | 2016-10-02 | 1 | -0/+5 |
| * | avcodec: Add the extended pixel format profile for HEVC | Yogender Gupta | 2016-09-19 | 1 | -0/+1 |
* | | lavc: Add hwaccel_flags field to AVCodecContext | wm4 | 2017-03-23 | 1 | -0/+9 |
* | | avcodec/avcodec.h: clarify decoupled decode/encode API docs | Marton Balint | 2017-03-22 | 1 | -2/+3 |
* | | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2017-03-21 | 1 | -0/+5 |
* | | avcodec, avformat: deprecate anything related to side data merging | wm4 | 2017-03-21 | 1 | -0/+4 |
* | | Merge commit 'd42809f9835a4e9e5c7c63210abb09ad0ef19cfb' | Clément Bœsch | 2017-03-19 | 1 | -0/+1 |
|\| |
|
| * | av1: Add codec_id and basic demuxing support | Luca Barbato | 2016-08-24 | 1 | -0/+1 |
* | | lavc/avcodec: Constify AVBitStreamFilter* in AVBitStreamFilterContext struct. | Carl Eugen Hoyos | 2017-03-17 | 1 | -1/+1 |
* | | lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const. | Carl Eugen Hoyos | 2017-03-16 | 1 | -1/+1 |
* | | avcodec: add XPM decoder and demuxer | Paras Chadha | 2017-03-12 | 1 | -0/+1 |
* | | avcodec: clarify some decoding/encoding API details | wm4 | 2017-03-09 | 1 | -9/+35 |
* | | avcodec: add ClearVideo decoder | Kostya Shishkov | 2017-03-02 | 1 | -0/+1 |
* | | avcodec, avutil, avformat: remove AVOption requirement for some fields | wm4 | 2017-03-02 | 1 | -20/+5 |
* | | avcodec: add ScreenPressor decoder | Paul B Mahol | 2017-02-22 | 1 | -0/+1 |
* | | lavc: Add device context field to AVCodecContext | Mark Thompson | 2017-02-13 | 1 | -1/+23 |
* | | avcodec: add FM Screen Capture Codec decoder | Paul B Mahol | 2017-02-12 | 1 | -0/+1 |
* | | avcodec: add ATRAC Advanced Lossless decoders | Paul B Mahol | 2017-02-11 | 1 | -0/+2 |
* | | avcodec/avcodec: fix lil typo in comment | Aleksandr Slobodeniuk | 2017-01-19 | 1 | -1/+1 |
* | | avcodec: add Newtek SpeedHQ decoder | Steinar H. Gunderson | 2017-01-11 | 1 | -0/+1 |
* | | avcodec: add Apple Pixlet decoder | Paul B Mahol | 2016-12-22 | 1 | -0/+1 |
* | | avcodec: add pcm_f16le and pcm_f24le decoder | Paul B Mahol | 2016-12-22 | 1 | -0/+2 |
* | | libavcodec : add decoder for Photoshop PSD image files | Martin Vignali | 2016-12-14 | 1 | -0/+1 |
* | | avcodec: Add max_pixels options | Michael Niedermayer | 2016-12-10 | 1 | -0/+8 |
* | | lavc: Add spherical packet side data API | Vittorio Giovara | 2016-12-07 | 1 | -1/+7 |