aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cfhd: check peak.offsetMichael Niedermayer2021-01-291-0/+6
* avcodec/vorbis_data: Move encoder-related table to its only userAndreas Rheinhardt2021-01-293-13/+12
* avcodec/fft_template: Avoid useless functionAndreas Rheinhardt2021-01-292-14/+12
* avcodec/msmpeg4: Inline number of motion vectorsAndreas Rheinhardt2021-01-294-11/+9
* avcodec/msmpeg4dec: Don't check for errors for complete VLCsAndreas Rheinhardt2021-01-294-48/+6
* avcodec/siren: Increase noise category 5 and 6Michael Niedermayer2021-01-281-2/+2
* avcodec/siren: Factorize category 5 and 6 noise computationMichael Niedermayer2021-01-281-10/+5
* avcodec/siren: remove constant region_sizeMichael Niedermayer2021-01-281-7/+6
* avcodec/xbmenc: Allow for making UW imagesJose Da Silva2021-01-281-7/+23
* avcodec/xbmenc: xbm Lower memory useJose Da Silva2021-01-281-2/+2
* avcodec/xbmenc: Do not add last comma into outputJose Da Silva2021-01-281-4/+8
* avcodec/flashsv2enc: Fix use of uninitialized valueAndreas Rheinhardt2021-01-281-0/+1
* avcodec/h261dec: Make VLC smallerAndreas Rheinhardt2021-01-271-2/+2
* Revert "mpeg4videodec: raise an error if sprite_trajectory.table is NULL"Andreas Rheinhardt2021-01-271-4/+0
* avcodec/sei: add Parameter Sets Inclusion Indication enum valueJames Almer2021-01-261-0/+1
* avcodec/cri: Fix whitespace issue in unpack_10bit()Michael Niedermayer2021-01-261-1/+1
* avcodec/apedec: Use FFABSU() in do_apply_filter()Michael Niedermayer2021-01-261-1/+1
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-267-5/+46
* lavc/decode: move unrefcount_frame() right before its only callerAnton Khirnov2021-01-261-46/+46
* avcodec/mpeg4videodec: Fix indentationAndreas Rheinhardt2021-01-261-8/+8
* avcodec/mpeg4videodec: Move code around to avoid forward declarationAndreas Rheinhardt2021-01-261-156/+152
* avcodec/sp5x: Remove unused quant tablesAndreas Rheinhardt2021-01-263-96/+5
* avcodec/exif: Avoid allocation for small bufferAndreas Rheinhardt2021-01-261-13/+6
* avcodec/amrnbdata: Remove unused arrayAndreas Rheinhardt2021-01-261-5/+0
* avcodec/ilbcdata: Remove unused arrayAndreas Rheinhardt2021-01-261-4/+0
* avcodec/atrac3plus_data: Remove unused arraysAndreas Rheinhardt2021-01-261-19/+0
* avcodec/dnxhd: Make ff_dxnhd_get_cid_table return a pointer, not indexAndreas Rheinhardt2021-01-264-37/+34
* avcodec: deprecate AVCodecContext.debug_mvJames Almer2021-01-253-5/+8
* avcodec: remove long dead debug_mv codeJames Almer2021-01-256-169/+0
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-258-854/+782
* avcodec/h263data, ituh263*: Make initializing RL inter table thread-safeAndreas Rheinhardt2021-01-254-6/+19
* avcodec/ituh263enc: Remove unused function parameterAndreas Rheinhardt2021-01-251-10/+6
* avcodec/ituh263dec: Don't initialize unused parts of RLTableAndreas Rheinhardt2021-01-251-1/+0
* avcodec/h261enc: Make encoder init-threadsafeAndreas Rheinhardt2021-01-253-20/+12
* avcodec/h261dec: ReindentationAndreas Rheinhardt2021-01-251-13/+13
* avcodec/h261dec: Make decoder init-threadsafeAndreas Rheinhardt2021-01-251-9/+6
* avcodec/h261dec: Don't initialize unused part of RLTableAndreas Rheinhardt2021-01-251-1/+0
* avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safeAndreas Rheinhardt2021-01-253-8/+15
* avcodec/msmpeg4dec: Reuse identical MV VLCAndreas Rheinhardt2021-01-253-10/+6
* avcodec/msmpeg4dec: Reuse identical RL VLCsAndreas Rheinhardt2021-01-251-1/+4
* avcodec/ituh263dec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-251-1/+1
* avcodec/mpeg4videodec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-251-2/+2
* avcodec/msmpeg4dec: Don't initialize unused RL VLCsAndreas Rheinhardt2021-01-251-3/+3
* avcodec/h261dec: Don't initialize unused VLCsAndreas Rheinhardt2021-01-251-1/+1
* avcodec/rl: Allow to create only a few VLC tablesAndreas Rheinhardt2021-01-252-0/+11
* avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tablesAndreas Rheinhardt2021-01-252-20/+4
* avcodec/dolby_e: Split decoder/parser filesNicolas Gaullier2021-01-257-737/+932
* avcodec/dolby_e: Add a parserNicolas Gaullier2021-01-254-99/+198
* avcodec/tiff_common: Remove declarations of inexistent functionsAndreas Rheinhardt2021-01-251-20/+0
* avcodec/vp8data: Remove unused arrayAndreas Rheinhardt2021-01-251-6/+0