summaryrefslogtreecommitdiff
path: root/libavcodec/speedhqenc.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to itAndreas Rheinhardt2022-04-01
* avcodec/mjpegenc, speedhqenc: Remove nonsense assertAndreas Rheinhardt2022-04-01
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/mpegvideo: Move encoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/mpeg12.h: Move encoder-only stuff into a new headerAndreas Rheinhardt2022-02-13
* avcodec/speedhqenc: Inline constantsAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Remove unnecessary headersAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClassesAndreas Rheinhardt2021-07-08
* avcodec/speedhqenc: Hardcode table to save spaceAndreas Rheinhardt2021-05-05
* avcodec/speedhq, speedhqenc: Make codecs init-threadsafeAndreas Rheinhardt2021-05-05
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tablesAndreas Rheinhardt2021-01-25
* avcodec/speedhqenc: Call correct functionAndreas Rheinhardt2020-12-11
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-24