aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.cAndreas Rheinhardt2022-09-021-1/+1
* avutil/half2float: move non-inline init code out of headerTimo Rothenpieler2022-08-191-4/+4
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-131-1/+1
* avcodec: WBMP (Wireless Application Protocol Bitmap) image formatPeter Ross2022-08-071-0/+2
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-051-3/+2
* lavc/Makefile: fix make checkheaders failJun Zhao2022-08-051-0/+2
* configure: Add msmpeg4(dec|enc) subsystemsAndreas Rheinhardt2022-08-031-12/+4
* configure, avcodec/Makefile: Make IntraX8 select WMV2DSP, fix MIPS buildAndreas Rheinhardt2022-08-031-1/+1
* avcodec/libaomenc: support AV_CODEC_CAP_ENCODER_RECON_FRAMEJames Almer2022-08-021-2/+2
* avcodec: add common fflcms2 boilerplateNiklas Haas2022-07-301-0/+1
* fflcms2: move to libavcodecNiklas Haas2022-07-301-0/+1
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-281-6/+6
* avcodec: add Radiance HDR image format supportPaul B Mahol2022-07-161-0/+3
* avcodec: add PHM decoder and encoderPaul B Mahol2022-07-031-0/+2
* AV1 VDPAU hwaccel Decode supportManojGuptaBonda2022-06-251-0/+1
* avcodec/avs2_parser: parse more infoZhao Zhili2022-06-241-1/+1
* avcodec: add QOI decoder and demuxer and parser and encoder and muxerPaul B Mahol2022-06-051-0/+3
* lavc/pgs_frame_merge_bsf: add bsf to merge PGS segmentsJohn Stebbins2022-05-101-0/+1
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-0/+1
* avcodec/Makefile: Add libjxl.h to SKIPHEADERS if necessaryAndreas Rheinhardt2022-04-291-0/+1
* avcodec/libjxl: add Jpeg XL encoding via libjxlLeo Izen2022-04-231-0/+1
* avcodec/libjxl: add Jpeg XL decoding via libjxlLeo Izen2022-04-231-0/+1
* lavc: move default get_buffer2() to its own fileAnton Khirnov2022-04-131-0/+1
* avcodec/vbnenc: add VBN encoderMarton Balint2022-04-101-0/+1
* avcodec/vbndec: add VBN decoderMarton Balint2022-04-101-0/+1
* avcodec/bitstream: Move code for initializing VLCs to file of its ownAndreas Rheinhardt2022-03-211-0/+1
* avcodec/zlib_wrapper: Add wrapper for deflateInit()Andreas Rheinhardt2022-03-191-0/+1
* avcodec/zlib_wrapper: Add wrappers for zlib inflateInit, inflateEndAndreas Rheinhardt2022-03-191-0/+1
* libavcodec: Split version.hMartin Storsjö2022-03-161-0/+1
* avcodec: Add dv marker bsfMichael Niedermayer2022-03-141-0/+1
* avcodec: add DFPWM1a codecJack Bruienne2022-03-101-0/+2
* avcodec: add pcm-bluray encoderPaul B Mahol2022-03-061-0/+1
* avcodec: support for CUVA HDR Vivid metadataLimin Wang2022-03-011-1/+1
* lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov2022-02-151-2/+0
* avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODERAndreas Rheinhardt2022-01-061-0/+1
* avcodec/Makefile: Only compile nvenc.o if neededAndreas Rheinhardt2022-01-051-3/+2
* avcodec/Makefile: Add missing HEVC decoder->h274.o dependencyAndreas Rheinhardt2022-01-051-1/+2
* avcodec/Makefile: Add missing mpegaudiodata.o dependency to MPEGAUDIOAndreas Rheinhardt2022-01-051-1/+2
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-041-2/+3
* avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt2022-01-041-1/+1
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-041-1/+3
* avcodec/mpegaudiodata: Unavpriv mpa_bitrate and mpa_frequency tabsAndreas Rheinhardt2022-01-041-7/+9
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-041-6/+8
* configure, avcodec/Makefile: Add new mpeg4audio CONFIG_EXTRA groupAndreas Rheinhardt2022-01-041-14/+9
* avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt2022-01-041-1/+2
* avcodec/dca: Unavpriv dca_sample_ratesAndreas Rheinhardt2022-01-041-3/+5
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-041-4/+8
* lavc: Implement Dolby Vision RPU parsingNiklas Haas2022-01-041-0/+1
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-2/+8
* lavc/videotoolboxenc: add ProRes supportrcombs2021-12-221-0/+1