summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/nvenc: remove unsupported AV1 High ProfileTimo Rothenpieler2022-11-10
* avcodec/nvenc: fix AV1 darWidth/Height calculationTimo Rothenpieler2022-11-10
* avcodec/clearvideo: Avoid allocations when decoding tilesAndreas Rheinhardt2022-11-10
* avcodec/clearvideo: Use const where appropriateAndreas Rheinhardt2022-11-10
* avcodec/clearvideo: Redo updating predicitionAndreas Rheinhardt2022-11-10
* avcodec/clearvideo: Move tile_do_block() upwardsAndreas Rheinhardt2022-11-10
* avcodec/clearvideo: Remove unnecessary level parameterAndreas Rheinhardt2022-11-10
* avcodec/x86/cavsdsp: Remove unused 3DNow-macroAndreas Rheinhardt2022-11-09
* avcodec/tests/fft: Fix building with CONFIG_MDCT disabledMartin Storsjö2022-11-07
* libavcodec/qsvenc: Add skip_frame support to qsvencWenbin Chen2022-11-07
* libavcodec/qsvenc_hevc: add tier optionnyanmisaka2022-11-07
* avcodec/wmaprodec: Remove unused variableAndreas Rheinhardt2022-11-06
* avcodec/vc1data: Mark tables as hiddenAndreas Rheinhardt2022-11-06
* avcodec/motion_est: Remove unused fieldAndreas Rheinhardt2022-11-06
* avcodec/mpegvideo_enc: Move initializing QpelDSPCtx to mpeg4videoenc.cAndreas Rheinhardt2022-11-06
* avcodec/h263dec: Move initializing qpel DSP context to mpeg4videodec.cAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt2022-11-06
* avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt2022-11-06
* avcodec/vc1_block: Remove redundant writeAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Split VC-1 decoders from msmpeg4Andreas Rheinhardt2022-11-06
* avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Return early upon errorAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Factor (re)initializing code outAndreas Rheinhardt2022-11-06
* avcodec/vc1dec: Don't open and close decoder during initAndreas Rheinhardt2022-11-06
* avcodec/msmpeg4dec: Factor initializing VLCs shared with VC-1 outAndreas Rheinhardt2022-11-06
* avcodec/vc1_block: Don't duplicate #definesAndreas Rheinhardt2022-11-06
* avcodec/vc1: Move ff_vc1_init_common() to vc1dec.cAndreas Rheinhardt2022-11-06
* avcodec/vc1data: Move VLC codes/lengths tables to a headerAndreas Rheinhardt2022-11-06
* avcodec/vc1data: Remove declarations of inexistent arraysAndreas Rheinhardt2022-11-06
* avcodec/vc1data: Remove duplicate definesAndreas Rheinhardt2022-11-06
* avcodec/vc1: Move setting res_fasttx-IDCT functions to vc1dec.cAndreas Rheinhardt2022-11-06
* avcodec/vc1_parser: Don't call ff_vc1_init_common()Andreas Rheinhardt2022-11-06
* avcodec/vc1_parser: Set parse_only only onceAndreas Rheinhardt2022-11-06
* avcodec/vc1: Don't use VLC to read bfractionAndreas Rheinhardt2022-11-06
* avcodec/vc1: Don't check for errors for complete VLCAndreas Rheinhardt2022-11-06
* avcodec/vc1: Remove always-false checkAndreas Rheinhardt2022-11-06
* avcodec/vc1: Don't check for AVCodecContext.codecAndreas Rheinhardt2022-11-06
* mips/aacsbr: port to lavu/txLynne2022-11-06
* Revert "lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdct"James Almer2022-11-06
* lavc: deprecate avcodec_dct, av_fft, av_dct, av_rdft and av_mdctLynne2022-11-06
* qdm2: convert to lavu/txLynne2022-11-06
* imc: convert to lavu/tx, remove NIH iMDCT and replace with a standard oneLynne2022-11-06
* libavcodec: remove mdct15Lynne2022-11-06
* vorbisenc: convert to lavu/txLynne2022-11-06
* atrac3plus: convert to lavu/txLynne2022-11-06
* atrac3: convert to lavu/txLynne2022-11-06
* atrac1: convert to lavu/txLynne2022-11-06
* wma: convert to lavu/txLynne2022-11-06
* on2avc: convert to lavu/txLynne2022-11-06
* nellymoserenc: convert to lavu/txLynne2022-11-06