| Commit message (Expand) | Author | Age | Files | Lines |
* | add libaribb24 ARIB STD-B24 caption decoder | Jan Ekström | 2019-02-10 | 1 | -0/+4 |
* | avcodec: Add discard_sample_percentage | Michael Niedermayer | 2019-01-28 | 1 | -0/+8 |
* | avcodec: add ARBC decoder | Paul B Mahol | 2019-01-27 | 1 | -0/+1 |
* | avcodec: add HCOM decoder | Paul B Mahol | 2019-01-15 | 1 | -0/+1 |
* | lavc: Allow very high bitrates in AVCPBProperties after next version bump. | Carl Eugen Hoyos | 2019-01-12 | 1 | -0/+12 |
* | avcodec: add HYMT decoder | Paul B Mahol | 2018-12-31 | 1 | -0/+1 |
* | avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID | Michael Niedermayer | 2018-12-19 | 1 | -1/+1 |
* | prores: Use profile names in the various encoders and decoders | Vittorio Giovara | 2018-11-05 | 1 | -0/+7 |
* | libx264: Pass the reordered_opaque field through the encoder | Martin Storsjö | 2018-11-05 | 1 | -1/+11 |
* | avcodec: Implement Archimedes VIDC encoder/decoder | Cameron Cawley | 2018-10-26 | 1 | -0/+1 |
* | avcodec: add AV_PKT_DATA_AFD to allow AFD data to be embedded in AVPacket | Devin Heitmueller | 2018-09-09 | 1 | -0/+6 |
* | avcodec: add RemotelyAnywhere Screen Capture decoder | Paul B Mahol | 2018-09-08 | 1 | -0/+1 |
* | avcodec: add WinCAM Motion Video decoder | Paul B Mahol | 2018-08-27 | 1 | -0/+1 |
* | avcodec: add MatchWare Screen Capture Codec | Paul B Mahol | 2018-08-27 | 1 | -0/+1 |
* | avcodec/utils: document allocation requirement of extradata | Timo Rothenpieler | 2018-08-25 | 1 | -0/+1 |
* | avcodec: add Brooktree ProSumer Video decoder | Paul B Mahol | 2018-08-24 | 1 | -0/+1 |
* | avcodec: add IMM4 decoder | Paul B Mahol | 2018-08-21 | 1 | -0/+1 |
* | avcodec/bsf: add a flushing mechanism to AVBSFContext | James Almer | 2018-08-16 | 1 | -0/+6 |
* | lavc: add AVS2/IEEE 1857.4 parser | hwren | 2018-07-27 | 1 | -0/+1 |
* | lavc: implement an ATRAC9 decoder | Rostislav Pehlivanov | 2018-07-03 | 1 | -0/+1 |
* | avcodec/avcodec.h: add AV_CODEC_ID_TTML | Marton Balint | 2018-06-08 | 1 | -0/+1 |
* | avcodec/avpacket: add av_packet_make_refcounted() | James Almer | 2018-04-01 | 1 | -1/+17 |
* | Merge commit '43778a501f1bfbceeddc8eaeea2ea2b3506beeda' | James Almer | 2018-03-29 | 1 | -0/+4 |
|\ |
|
| * | Support AV1 encoding using libaom | Luca Barbato | 2018-03-12 | 1 | -0/+4 |
* | | avcodec: add a subcharenc mode that disables UTF-8 check | wm4 | 2018-03-25 | 1 | -0/+1 |
* | | avcodec/avcodec.h: Add encryption info side data. | Jacob Trimble | 2018-03-24 | 1 | -0/+13 |
* | | avcodec/avpacket: add av_packet_make_writable() | James Almer | 2018-03-21 | 1 | -0/+11 |
* | | sbc: implement SBC encoder (low-complexity subband codec) | Aurelien Jacobs | 2018-03-07 | 1 | -0/+2 |
* | | sbc: implement SBC decoder (low-complexity subband codec) | Aurelien Jacobs | 2018-03-07 | 1 | -0/+1 |
* | | Add libcodec2 en/decoder | Tomas Härdin | 2018-02-24 | 1 | -0/+1 |
* | | lavc/mjpeg: Add profiles for MJPEG using SOF marker codes | Mark Thompson | 2018-02-21 | 1 | -0/+6 |
* | | Merge commit '5b145290df2998a9836a93eb925289c6c8b63af0' | Mark Thompson | 2018-02-12 | 1 | -0/+14 |
|\| |
|
| * | lavc: Add support for increasing hardware frame pool sizes | Mark Thompson | 2018-02-11 | 1 | -0/+14 |
| * | lavc: Mark all AVHWAccel structures as const | Mark Thompson | 2017-12-19 | 1 | -1/+1 |
| * | lavc: Deprecate av_hwaccel_next() and av_register_hwaccel() | Mark Thompson | 2017-12-19 | 1 | -0/+13 |
| * | lavc: Add codec metadata to indicate hardware support | Mark Thompson | 2017-12-19 | 1 | -0/+74 |
| * | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+25 |
* | | aptx: implement the aptX HD bluetooth codec | Aurelien Jacobs | 2018-02-09 | 1 | -0/+1 |
* | | avcodec: Document that init_static_data() is not intended for time consuming ... | Michael Niedermayer | 2018-02-08 | 1 | -0/+3 |
* | | lavc/bsf: make BSF iteration the same as other iterators | Josh de Kock | 2018-02-06 | 1 | -1/+5 |
* | | lavc: add new API for iterating codecs and codec parsers | Josh de Kock | 2018-02-06 | 1 | -0/+31 |
* | | avcodec: increase AV_INPUT_BUFFER_PADDING_SIZE to 64 | James Almer | 2018-01-11 | 1 | -1/+1 |
* | | lavc: remove uneffective attribute_deprecated on enum | wm4 | 2017-12-27 | 1 | -1/+2 |
* | | lavc: replace and deprecate the lock manager | wm4 | 2017-12-26 | 1 | -1/+7 |
* | | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -0/+26 |
* | | lavf/movenc: add sdtp (sample dependency) box | John Stebbins | 2017-12-02 | 1 | -0/+6 |
* | | lavc: Mark all AVHWAccel structures as const | Mark Thompson | 2017-11-26 | 1 | -1/+1 |
* | | lavc: Deprecate av_hwaccel_next() and av_register_hwaccel() | Mark Thompson | 2017-11-26 | 1 | -1/+13 |
* | | lavc: Use hardware config information in ff_get_format() | Mark Thompson | 2017-11-26 | 1 | -7/+0 |
* | | lavc: Add codec metadata to indicate hardware support | Mark Thompson | 2017-11-26 | 1 | -0/+74 |