summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/cfhdenc: use pts instead of frame numberPaul B Mahol2021-02-19
* avcodec/indeo3: add support for more dimensionsPaul B Mahol2021-02-19
* lavc/aarch64: add HEVC sao_band NEONJosh Dekker2021-02-18
* lavc/aarch64: add HEVC idct_dc NEONJosh Dekker2021-02-18
* lavc/aarch64: port HEVC add_residual NEONReimar Döffinger2021-02-18
* lavc/aarch64: port HEVC SIMD idct NEONReimar Döffinger2021-02-18
* avcodec: add initial exr image encoderPaul B Mahol2021-02-18
* lavc/aacdec_template: Fix 7.1 decoding with default strictness.KM2021-02-16
* avcodec/frame_thread_encoder: Use more natural typesAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Reduce amount of code guarded by mutexAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid FIFOAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid allocations of AVFramesAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid creating reference to frameAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Avoid allocations of AVPackets, fix deadlockAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Fix segfault on allocation errorAndreas Rheinhardt2021-02-16
* avcodec/frame_thread_encoder: Improve type safetyAndreas Rheinhardt2021-02-16
* avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()Michael Niedermayer2021-02-16
* avcodec/exr: export any unknown header string variable to metadataPaul B Mahol2021-02-16
* avcodec/exr: refactor GetByteContext usagePaul B Mahol2021-02-16