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