summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/svq3: perform residual slice copy before xor'ing watermark keyPeter Ross2022-11-02
* avcodec/nvenc: remove unused slice offset queryingTimo Rothenpieler2022-11-01
* avcodec/svq1dec: detect buggy FFmpeg encoder and apply correction to interfra...Peter Ross2022-11-01
* avcodec/svq1: fix interframe mean VLC symbolsPeter Ross2022-11-01
* avcodec/svq1enc: output ident string in extradata fieldPeter Ross2022-11-01
* avcodec/svq1enc: do not use ambiguous interframe mean symbolsPeter Ross2022-11-01
* avcodec/mss2: initialise wmv9_mask variablePeter Ross2022-11-01
* avcodec/libaomdec: fix pix_fmt w/AVCOL_SPC_RGBJames Zern2022-10-31
* avcodec/rv34: Remove always-true/false checksAndreas Rheinhardt2022-10-31
* avcodec/flvdec, intelh263dec: Remove redundant assignmentsAndreas Rheinhardt2022-10-31
* avcodec/mpegvideodata: Mark tables as hiddenAndreas Rheinhardt2022-10-31
* avcodec/mpegvideodata: Join mpeg1/2 dc scale tablesAndreas Rheinhardt2022-10-31
* avcodec/mpegvideodata: Make DC scale tables smallerAndreas Rheinhardt2022-10-31
* avcodec/mpegvideo_enc: Initialize dct_unquantize_int(ra|er) only onceAndreas Rheinhardt2022-10-30
* avcodec/mpegvideo: Remove incorrect commentAndreas Rheinhardt2022-10-29
* avcodec/mpegvideo: Remove always-false checkAndreas Rheinhardt2022-10-29
* avcodec/msmpeg4dec: Move setting decode_mb for WMV2 to wmv2dec.cAndreas Rheinhardt2022-10-29
* avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt2022-10-29
* avcodec/mpegvideo: Don't overallocate bufferAndreas Rheinhardt2022-10-29
* avcodec/metasound_data: Include data into metasound.c directlyAndreas Rheinhardt2022-10-28
* avcodec/metasound_data: Move data shared with twinvq into a new fileAndreas Rheinhardt2022-10-28
* avcodec/aaccoder: Mark function pointer arrays as constAndreas Rheinhardt2022-10-28
* avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarilyAndreas Rheinhardt2022-10-27
* avcodec/speedhq: Remove unused ff_rl_speedhqAndreas Rheinhardt2022-10-27
* avcodec/speedhqenc: Don't initialize unused parts of RLTableAndreas Rheinhardt2022-10-27
* avcodec/mpeg12data: Remove ff_rl_mpeg1Andreas Rheinhardt2022-10-27
* avcodec/mpeg12enc: Don't initialize unused parts of RLTableAndreas Rheinhardt2022-10-27
* avcodec/rl: Add analogue for ff_rl_init() without RLTableAndreas Rheinhardt2022-10-27
* avcodec/speedhqdec: Use ff_rl_speedhq.table_(run|level) directlyAndreas Rheinhardt2022-10-27
* avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directlyAndreas Rheinhardt2022-10-27
* avcodec/mpeg12data: Remove unused ff_rl_mpeg2Andreas Rheinhardt2022-10-27
* avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl()Andreas Rheinhardt2022-10-27
* avcodec/mpeg12enc: Don't initialize ff_rl_mpeg2 unnecessarilyAndreas Rheinhardt2022-10-27
* avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlcAndreas Rheinhardt2022-10-27
* avcodec/speedhqenc: Avoid unnecessary indirectionAndreas Rheinhardt2022-10-27
* avcodec/mpeg12enc: Avoid unnecessary indirectionAndreas Rheinhardt2022-10-27
* avcodec/mpeg12: Avoid indirection when accessing rl_vlc tablesAndreas Rheinhardt2022-10-27
* avcodec/mpeg12dec: Remove redundant function callAndreas Rheinhardt2022-10-27
* libavcodec: Fix a comment typoMartin Storsjö2022-10-27
* avcodec/ac3_parser: improve false positive detection when parsing sync framesJames Almer2022-10-26
* avcodec/aac_ac3_parser: reindent after previous commitJames Almer2022-10-26
* avcodec/aac_ac3_parser: don't try to sync when the parser is configured to ha...James Almer2022-10-26
* avcodec/aac_ac3_parser: don't fill stream info in the sync functionJames Almer2022-10-26
* avcodec/adts_parser: allow passing a pre allocated AACADTSHeaderInfo to avpri...James Almer2022-10-26
* avcodec/ac3dec: split off code discarding garbage at the beginning of a packetJames Almer2022-10-26
* avcodec/mss2: calculate draw region and revise split positionPeter Ross2022-10-26
* avcodec/vp3data: rectify commentPeter Ross2022-10-26
* avcodec/jpegtables: remove duplicate luma and chroma quantization tablesPeter Ross2022-10-26
* lavc/aarch64: add hevc horizontal qpel/uni/biJ. Dekker2022-10-25
* avcodec/svq1enc: Workaround GCC bug 102513Andreas Rheinhardt2022-10-25