summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Handle AVID MJPEG streams directly in the MJPEG decoder.Anton Khirnov2021-02-253-71/+13
* lavc/lscrdec: use ff_reget_buffer()Anton Khirnov2021-02-241-11/+6
* pngdec: fix and simplify apng reference handlingAnton Khirnov2021-02-241-51/+42
* lavc/lscrdec: drop unapplicable private capabilitiesAnton Khirnov2021-02-241-2/+1
* lavc: split LSCR decoder out of PNG decoderAnton Khirnov2021-02-244-169/+291
* avcodec/cfhdenc: do not try to encode junkPaul B Mahol2021-02-241-1/+1
* avcodec/cfhdenc: add padding to each decompositionPaul B Mahol2021-02-241-3/+3
* avcodec/cfhdenc: refactor DSP code for CFHD encoderPaul B Mahol2021-02-244-91/+151
* avcodec/exr: simplify piz decompressionPaul B Mahol2021-02-241-162/+89
* avcodec/rv34data: Remove rv34_dquant_tabAndreas Rheinhardt2021-02-241-13/+0
* avcodec/x86/constants: Remove unused ff_pw_17Andreas Rheinhardt2021-02-242-5/+0
* avcodec/celp_math: Disable unused functionAndreas Rheinhardt2021-02-241-0/+2
* avcodec/x86/diracdsp_init: Reuse macroAndreas Rheinhardt2021-02-241-36/+2
* avcodec/x86/diracdsp_init: Simplify macroAndreas Rheinhardt2021-02-241-13/+13
* avcodec/x86/diracdsp_init: Make functions only used here staticAndreas Rheinhardt2021-02-241-32/+23
* avcodec/x86/diracdsp_init: Remove unused MMX functionsAndreas Rheinhardt2021-02-241-7/+0
* avcodec/acelp_vectors: Remove unused ff_fc_2pulses_9bits_track1Andreas Rheinhardt2021-02-242-12/+0
* avcodec/acelp_pitch_delay: Inline small functions only used onceAndreas Rheinhardt2021-02-242-52/+34
* avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.cAndreas Rheinhardt2021-02-243-29/+27
* avcodec/mqcenc: Remove unused ff_mqc_lengthAndreas Rheinhardt2021-02-242-8/+0
* avcodec/ac3tab: Remove unused ff_eac3_default_chmapAndreas Rheinhardt2021-02-242-14/+0
* avcodec/bitstream: Rewrite code to avoid triggering compiler warningAndreas Rheinhardt2021-02-241-2/+2
* avcodec/movtextenc: Check for too many stylesAndreas Rheinhardt2021-02-241-1/+1
* avcodec/exrenc: use correct type for actual_size as argument for zlibPaul B Mahol2021-02-231-3/+6
* avcodec/tiff_data: Move data to its only userAndreas Rheinhardt2021-02-234-1897/+1830
* avformat/isom: Split movaudio/movvideo tags off into a separate fileAndreas Rheinhardt2021-02-231-1/+1
* avcodec/Makefile: Remove outdated dependency of FLV demuxer on mpeg4audioAndreas Rheinhardt2021-02-231-1/+0
* avcodec/mpeg4audio: Use proper logcontext for loggingAndreas Rheinhardt2021-02-231-3/+3
* avcodec/scpr3: Avoid code duplication when updating modelsAndreas Rheinhardt2021-02-231-20/+4
* avcodec/Makefile: Don't build mjpegenc_huffman unconditionallyAndreas Rheinhardt2021-02-231-2/+1
* avcodec/mjpegenc_common: Move stuff only used by mjpegenc.c to itAndreas Rheinhardt2021-02-235-201/+192
* avcodec/jpegtables: Move ff_mjpeg_build_huffman_codes to mjpegenc_commonAndreas Rheinhardt2021-02-234-25/+24
* avcodec/g2meet, mjpegdec: Factor out common VLC initialization codeAndreas Rheinhardt2021-02-235-72/+77
* avcodec/Makefile: Remove redundant mjpegdec dependency from tiff decoderAndreas Rheinhardt2021-02-231-1/+1
* configure, libavcodec/Makefile: Fix avrn dependenciesAndreas Rheinhardt2021-02-231-1/+1
* avcodec/avrndec: Remove unnecessary headersAndreas Rheinhardt2021-02-231-2/+0
* avcodec/Makefile: Remove spurios dcaenc dependencyAndreas Rheinhardt2021-02-231-1/+1
* configure, libavcodec/Makefile: Remove spurious CAF demuxer dependenciesAndreas Rheinhardt2021-02-231-1/+0
* avcodec: remove pointless lowres deprecation wrappersJames Almer2021-02-222-16/+0
* avcodec/mjpegdec: Cleanup ff_smvjpeg_decoder()Michael Niedermayer2021-02-221-1/+1
* avcodec/cri: Stop the bitreader at the end of uncompressed inputMichael Niedermayer2021-02-221-0/+3
* avcodec/cuviddec: set ulMaxDisplayDelay to zero if low_delay flag is setMichal Novotny2021-02-221-1/+1
* avcodec/nvenc: don't disable b-frames by defaultRicardo Monteiro2021-02-222-2/+2
* lavc/ac3enc: rename variable to avoid shadowingAnton Khirnov2021-02-221-2/+2
* avcodec: add Simbiosis IMX video decoderPaul B Mahol2021-02-206-1/+164
* avcodec/cpia: Mark decoder as init-threadsafeAndreas Rheinhardt2021-02-201-0/+1
* avcodec/dirac_vlc: Make ff_dirac_golomb_lut staticAndreas Rheinhardt2021-02-201-4/+4
* avcodec/ac3tab: Move ff_ac3_enc_channel_map to its only userAndreas Rheinhardt2021-02-203-20/+18
* avcodec/hapdec: Change compressed_offset to unsigned 32bitMichael Niedermayer2021-02-202-2/+4
* avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_configWonkap Jang2021-02-191-18/+53