summaryrefslogtreecommitdiff
path: root/libavcodec/speedhqenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideodata: Join mpeg1/2 dc scale tablesAndreas Rheinhardt2022-10-311-1/+1
* avcodec/speedhqenc: Don't initialize unused parts of RLTableAndreas Rheinhardt2022-10-271-5/+8
* avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlcAndreas Rheinhardt2022-10-271-1/+2
* avcodec/speedhqenc: Avoid unnecessary indirectionAndreas Rheinhardt2022-10-271-4/+4
* avcodec/speedhq: Rename file to speedhqdec.c, move ff_rl_speedhq outAndreas Rheinhardt2022-10-211-1/+1
* avcodec/speedhqenc: Remove always-true #if CONFIG_SPEEDHQ_ENCODERAndreas Rheinhardt2022-10-211-4/+0
* avcodec/mpegvideo_enc: Move SpeedHQ check to speedhqenc.cAndreas Rheinhardt2022-10-061-0/+4
* avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to itAndreas Rheinhardt2022-10-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to itAndreas Rheinhardt2022-04-011-5/+14
* avcodec/mjpegenc, speedhqenc: Remove nonsense assertAndreas Rheinhardt2022-04-011-2/+0
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mpeg12.h: Move encoder-only stuff into a new headerAndreas Rheinhardt2022-02-131-2/+1
* avcodec/speedhqenc: Inline constantsAndreas Rheinhardt2022-01-041-4/+5
* avcodec/mpegvideo: Remove unnecessary headersAndreas Rheinhardt2022-01-041-0/+1
* avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClassesAndreas Rheinhardt2021-07-081-8/+1
* avcodec/speedhqenc: Hardcode table to save spaceAndreas Rheinhardt2021-05-051-24/+7
* avcodec/speedhq, speedhqenc: Make codecs init-threadsafeAndreas Rheinhardt2021-05-051-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tablesAndreas Rheinhardt2021-01-251-10/+2
* avcodec/speedhqenc: Call correct functionAndreas Rheinhardt2020-12-111-1/+1
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-241-0/+316