| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mediacodecdec: add AV1 decoding support | Zhao Zhili | 2023-01-03 | 1 | -0/+1 |
* | avcodec/(h264|hevc)_ps: Factor common VUI code out | Andreas Rheinhardt | 2022-12-01 | 1 | -2/+2 |
* | avcodec/h264data: Deduplicate H.26[45] aspect ratio table | Andreas Rheinhardt | 2022-12-01 | 1 | -6/+12 |
* | avcodec/h2645_sei: Factor parsing common SEI messages out | Andreas Rheinhardt | 2022-12-01 | 1 | -2/+3 |
* | configure: Add (h264|hevc)_sei subsystems | Andreas Rheinhardt | 2022-12-01 | 1 | -4/+5 |
* | avcodec: add MediaCodec encoder | Zhao Zhili | 2022-11-21 | 1 | -0/+2 |
* | avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 out | Andreas Rheinhardt | 2022-11-06 | 1 | -3/+5 |
* | avcodec/vc1: Move setting res_fasttx-IDCT functions to vc1dec.c | Andreas Rheinhardt | 2022-11-06 | 1 | -1/+1 |
* | libavcodec: remove mdct15 | Lynne | 2022-11-06 | 1 | -1/+0 |
* | avcodec/nvenc: add AV1 encoding support | Timo Rothenpieler | 2022-11-05 | 1 | -0/+1 |
* | avcodec/metasound_data: Include data into metasound.c directly | Andreas Rheinhardt | 2022-10-28 | 1 | -2/+1 |
* | avcodec/metasound_data: Move data shared with twinvq into a new file | Andreas Rheinhardt | 2022-10-28 | 1 | -1/+1 |
* | avcodec/jpegtables: remove duplicate luma and chroma quantization tables | Peter Ross | 2022-10-26 | 1 | -4/+4 |
* | libavcodec/qsvenc_av1: add av1_qsv encoder | Wenbin Chen | 2022-10-24 | 1 | -0/+1 |
* | avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq out | Andreas Rheinhardt | 2022-10-21 | 1 | -1/+2 |
* | avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only | Andreas Rheinhardt | 2022-10-20 | 1 | -2/+2 |
* | avcodec: ViewQuest VQC decoder | Peter Ross | 2022-10-18 | 1 | -0/+1 |
* | avcodec/opus: Rename opus.c->opus_celt.c, opus_celt.c->opusdec_celt.c | Andreas Rheinhardt | 2022-10-09 | 1 | -4/+4 |
* | avcodec/opus: Move stuff shared by decoder and parser to a new file | Andreas Rheinhardt | 2022-10-05 | 1 | -4/+4 |
* | configure, avcodec/Makefile: Remove obsolete mpegvideo dependencies | Andreas Rheinhardt | 2022-10-04 | 1 | -2/+2 |
* | avcodec: add a bsf to reorder DTS into PTS | James Almer | 2022-10-04 | 1 | -0/+1 |
* | avcodec: add Media 100i decoder | Paul B Mahol | 2022-09-30 | 1 | -0/+1 |
* | avcodec: add FTR audio decoder and parser | Paul B Mahol | 2022-09-24 | 1 | -0/+2 |
* | avcodec: add APAC decoder | Paul B Mahol | 2022-09-23 | 1 | -0/+1 |
* | avcodec: add XWD parser | Paul B Mahol | 2022-09-17 | 1 | -0/+1 |
* | avcodec/Makefile: Remove obsolete adx_parser->adx.c dependency | Andreas Rheinhardt | 2022-09-16 | 1 | -1/+1 |
* | avcodec: add Micronas SC-4 parser | Paul B Mahol | 2022-09-16 | 1 | -0/+1 |
* | avcodec: add MI-SC4 audio decoder | Paul B Mahol | 2022-09-16 | 1 | -0/+1 |
* | avcodec: add bonk audio decoder | Paul B Mahol | 2022-09-12 | 1 | -0/+1 |
* | avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.c | Andreas Rheinhardt | 2022-09-02 | 1 | -1/+1 |
* | avutil/half2float: move non-inline init code out of header | Timo Rothenpieler | 2022-08-19 | 1 | -4/+4 |
* | configure: always enable gnu_windres if available | Timo Rothenpieler | 2022-08-13 | 1 | -1/+1 |
* | avcodec: WBMP (Wireless Application Protocol Bitmap) image format | Peter Ross | 2022-08-07 | 1 | -0/+2 |
* | avcodec/flacdsp: Split encoder-only parts into a ctx of its own | Andreas Rheinhardt | 2022-08-05 | 1 | -3/+2 |
* | lavc/Makefile: fix make checkheaders fail | Jun Zhao | 2022-08-05 | 1 | -0/+2 |
* | configure: Add msmpeg4(dec|enc) subsystems | Andreas Rheinhardt | 2022-08-03 | 1 | -12/+4 |
* | configure, avcodec/Makefile: Make IntraX8 select WMV2DSP, fix MIPS build | Andreas Rheinhardt | 2022-08-03 | 1 | -1/+1 |
* | avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAME | James Almer | 2022-08-02 | 1 | -2/+2 |
* | avcodec: add common fflcms2 boilerplate | Niklas Haas | 2022-07-30 | 1 | -0/+1 |
* | fflcms2: move to libavcodec | Niklas Haas | 2022-07-30 | 1 | -0/+1 |
* | avcodec/vp56: Move VP5-9 range coder functions to a header of their own | Andreas Rheinhardt | 2022-07-28 | 1 | -6/+6 |
* | avcodec: add Radiance HDR image format support | Paul B Mahol | 2022-07-16 | 1 | -0/+3 |
* | avcodec: add PHM decoder and encoder | Paul B Mahol | 2022-07-03 | 1 | -0/+2 |
* | AV1 VDPAU hwaccel Decode support | ManojGuptaBonda | 2022-06-25 | 1 | -0/+1 |
* | avcodec/avs2_parser: parse more info | Zhao Zhili | 2022-06-24 | 1 | -1/+1 |
* | avcodec: add QOI decoder and demuxer and parser and encoder and muxer | Paul B Mahol | 2022-06-05 | 1 | -0/+3 |
* | lavc/pgs_frame_merge_bsf: add bsf to merge PGS segments | John Stebbins | 2022-05-10 | 1 | -0/+1 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avcodec/Makefile: Add libjxl.h to SKIPHEADERS if necessary | Andreas Rheinhardt | 2022-04-29 | 1 | -0/+1 |
* | avcodec/libjxl: add Jpeg XL encoding via libjxl | Leo Izen | 2022-04-23 | 1 | -0/+1 |