summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/exrenc: move float2half code to own headerPaul B Mahol2021-03-02
* avcodec/exr: add DWA decompression supportPaul B Mahol2021-03-02
* avcodec/svq1dec: use av_fast_padded_malloc() for allocation pmv only when nec...Paul B Mahol2021-03-02
* avcodec/mpegvideo: Schedule unused, deprecated rc_strategy for removalAndreas Rheinhardt2021-03-02
* avcodec/h2645_parse: Reduce the initial skipped_bytes_pos size with small inputsMichael Niedermayer2021-03-01
* avcodec: add SGA Video decoderPaul B Mahol2021-03-01
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-01
* Remove double ';'Andreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Avoid allocating buffers separatelyAndreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Avoid intermediate bufferAndreas Rheinhardt2021-03-01
* avcodec/roqvideoenc: Reuse buffers instead of alloc+free for each frameAndreas Rheinhardt2021-03-01
* avcodec/roqvideo: Use dedicated context for encoderAndreas Rheinhardt2021-03-01
* avcodec/exr: add fast path for case when powf() isn't neededPaul B Mahol2021-02-28
* avcodec/dxtory: Fix undefined shift with negative linesizeMichael Niedermayer2021-02-28
* avcodec/libx264: Don't use init_static_data for newer versionsAndreas Rheinhardt2021-02-28
* avcodec/exr: handle case when |im - IM| == 1 for huff compressionPaul B Mahol2021-02-28
* avcodec/x86: add cfhdenc SIMDPaul B Mahol2021-02-27
* avcodec/options: deprecate avcodec_get_frame_class()James Almer2021-02-27
* avcodec/avrndec: remove max_lowres valueJames Almer2021-02-27
* avcodec/exrenc: add half-float supportPaul B Mahol2021-02-27
* avcodec: add missing FF_API_OLD_ENCDEC wrappers to xmm clobber functionsJames Almer2021-02-26
* avcodec: Add missing FF_API define for libavcodec pix fmt APIAndreas Rheinhardt2021-02-26
* avcodec/imx: use ff_reget_buffer()Paul B Mahol2021-02-25
* avcodec/avcodec: Add missing deprecation to AVCodecParser.nextAndreas Rheinhardt2021-02-25
* avcodec: unschedule removing some functions with FF_API_COPY_CONTEXTJames Almer2021-02-25
* Revert "avcodec/options: add missing FF_API_COPY_CONTEXT checks"James Almer2021-02-25
* avcodec/gifenc: Only write frame palette entries that actually usedDerek Buitenhuis2021-02-25
* avcodec/gifenc: Add global_palette optionDerek Buitenhuis2021-02-25
* 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