summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/xbmenc: Pre-compute variables once for parse_str_int()Jose Da Silva2021-02-03
* avcodec/xbmenc: substitute end instead of recalculating endJose Da Silva2021-02-03
* avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.cAndreas Rheinhardt2021-02-02
* avcodec/h264_levels, h265_profile_level: Remove ff_h26[45]_get_levelAndreas Rheinhardt2021-02-02
* vc2enc: Add missing static to local variablesMark Thompson2021-02-02
* avcodec: add PFM image encoderPaul B Mahol2021-02-02
* avcodec/simple_idct: Fix undefined integer overflow in idct4row()Michael Niedermayer2021-02-02
* avcodec/cri: Use ff_set_dimensions()Michael Niedermayer2021-02-02
* avcodec/aacps_fixed_tablegen: Don't include config.hAndreas Rheinhardt2021-02-02
* avcodec/aac_ac3_parser: fix channel information parsing in case decoder is di...Piotr Uracz2021-02-01
* avcodec/cscd: Check output len in zlib as in lzoMichael Niedermayer2021-01-31
* avcodec/vp3: Check input amount in theora_decode_header()Michael Niedermayer2021-01-31
* avcodec/pnm: disable check for PFM as it is not neededPaul B Mahol2021-01-31
* avcodec/dolby_e: Avoid duplicating sample rate tableAndreas Rheinhardt2021-01-30
* avcodec/dolby_e: Avoid code duplication when converting inputAndreas Rheinhardt2021-01-30
* avcodec/dolby_e_parse: Merge ff_dolby_e_parse_init/headerAndreas Rheinhardt2021-01-30
* avcodec/dolby_e_parser: Remove unused ParseContextAndreas Rheinhardt2021-01-30
* avcodec/cfhd: check peak.offsetMichael Niedermayer2021-01-29
* avcodec/vorbis_data: Move encoder-related table to its only userAndreas Rheinhardt2021-01-29
* avcodec/fft_template: Avoid useless functionAndreas Rheinhardt2021-01-29
* avcodec/msmpeg4: Inline number of motion vectorsAndreas Rheinhardt2021-01-29
* avcodec/msmpeg4dec: Don't check for errors for complete VLCsAndreas Rheinhardt2021-01-29
* avcodec/siren: Increase noise category 5 and 6Michael Niedermayer2021-01-28
* avcodec/siren: Factorize category 5 and 6 noise computationMichael Niedermayer2021-01-28
* avcodec/siren: remove constant region_sizeMichael Niedermayer2021-01-28
* avcodec/xbmenc: Allow for making UW imagesJose Da Silva2021-01-28
* avcodec/xbmenc: xbm Lower memory useJose Da Silva2021-01-28
* avcodec/xbmenc: Do not add last comma into outputJose Da Silva2021-01-28
* avcodec/flashsv2enc: Fix use of uninitialized valueAndreas Rheinhardt2021-01-28
* avcodec/h261dec: Make VLC smallerAndreas Rheinhardt2021-01-27
* Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL"Andreas Rheinhardt2021-01-27
* avcodec/sei: add Parameter Sets Inclusion Indication enum valueJames Almer2021-01-26
* avcodec/cri: Fix whitespace issue in unpack_10bit()Michael Niedermayer2021-01-26
* avcodec/apedec: Use FFABSU() in do_apply_filter()Michael Niedermayer2021-01-26
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-26
* lavc/decode: move unrefcount_frame() right before its only callerAnton Khirnov2021-01-26
* avcodec/mpeg4videodec: Fix indentationAndreas Rheinhardt2021-01-26
* avcodec/mpeg4videodec: Move code around to avoid forward declarationAndreas Rheinhardt2021-01-26
* avcodec/sp5x: Remove unused quant tablesAndreas Rheinhardt2021-01-26
* avcodec/exif: Avoid allocation for small bufferAndreas Rheinhardt2021-01-26
* avcodec/amrnbdata: Remove unused arrayAndreas Rheinhardt2021-01-26
* avcodec/ilbcdata: Remove unused arrayAndreas Rheinhardt2021-01-26
* avcodec/atrac3plus_data: Remove unused arraysAndreas Rheinhardt2021-01-26
* avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt2021-01-26
* avcodec: deprecate AVCodecContext.debug_mvJames Almer2021-01-25
* avcodec: remove long dead debug_mv codeJames Almer2021-01-25
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-25
* avcodec/h263data, ituh263*: Make initializing RL inter table thread-safeAndreas Rheinhardt2021-01-25
* avcodec/ituh263enc: Remove unused function parameterAndreas Rheinhardt2021-01-25
* avcodec/ituh263dec: Don't initialize unused parts of RLTableAndreas Rheinhardt2021-01-25