summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/dvenc: Avoid using PutBitContext fields directlyAndreas Rheinhardt2021-03-30
* avcodec/proresenc_kostya: Factor flushing PutBitContext outAndreas Rheinhardt2021-03-30
* avcodec/utvideoenc: Don't use bitcounts when byte-alignedAndreas Rheinhardt2021-03-30
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-30
* avcodec/put_bits: Add functions for amount of bytes written/leftAndreas Rheinhardt2021-03-30
* avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriateAndreas Rheinhardt2021-03-30
* avcodec/dvenc: Remove dead error messageAndreas Rheinhardt2021-03-30
* avcodec/mlpenc: Avoid redundant temporary PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/sonic: Remove outdated outcommented lineAndreas Rheinhardt2021-03-30
* avcodec/vorbisenc: Remove always-false checkAndreas Rheinhardt2021-03-30
* avcodec/setts_bsf: Check timebaseMichael Niedermayer2021-03-29
* avcodec/dvbsubdec: Support computing clut only onceMichael Niedermayer2021-03-29
* avcodec/sonic: Use unsigned temporary in predictor_calc_error()Michael Niedermayer2021-03-28
* avcodec/libxvid: remove unnecessary output packet data checkJames Almer2021-03-26
* avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer2021-03-26
* avcodec/aacpsy: Check model_priv_data before dereferencing in psy_3gpp_end()Michael Niedermayer2021-03-26
* avcodec/sga: Check for array end in lzss_decompress()Michael Niedermayer2021-03-26
* avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer2021-03-26
* avcodec/pthread_frame: ReindentationAndreas Rheinhardt2021-03-26
* avcodec/pthread_frame: Check initializing mutexes/condition variablesAndreas Rheinhardt2021-03-26
* avcodec/pthread_frame: Fix cleanup during initAndreas Rheinhardt2021-03-26
* avcodec/pthread_frame: Factor initializing single thread outAndreas Rheinhardt2021-03-26
* avcodec/adpcm_ima_cunning: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_ima_alp: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_ima_ssi: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_argo: reset state on flushZane van Iperen2021-03-25
* avcodec/adpcm_aica: reset state in flush callbackZane van Iperen2021-03-25
* avcodec/adpcm_zork: reset state in flush callbackZane van Iperen2021-03-25
* avcodec/adpcm: add comment to has_status fieldZane van Iperen2021-03-25
* avcodec/kmvc: Avoid branch when swapping pointersAndreas Rheinhardt2021-03-25
* avcodec/kmvc: Move commonly used variables to the front of the contextAndreas Rheinhardt2021-03-25
* avcodec/kmvc: Prefer in-band paletteAndreas Rheinhardt2021-03-25
* avcodec/vc1dec: Postpone allocating sprite frame to avoid segfaultAndreas Rheinhardt2021-03-25
* avcodec/avcodec: Use AVBPrint in avcodec_string()Andreas Rheinhardt2021-03-24
* avcodec/avcodec: Update check for identical colorspace/primaries/trc namesAndreas Rheinhardt2021-03-24
* avcodec/avcodec: Don't use NULL for %s printf specifierAndreas Rheinhardt2021-03-24
* avcodec/avcodec: Use dedicated pointer to access AVCodecInternalAndreas Rheinhardt2021-03-24
* lavc/mjpegdec: Decode format 211121 as YUV 4:4:4Carl Eugen Hoyos2021-03-23
* avcodec/svq3: Don't copy watermarked frame data twiceAndreas Rheinhardt2021-03-23
* avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc()Andreas Rheinhardt2021-03-23
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-22
* lavc/aomenc: Force default qmax of 0 if crf was set to 0.Carl Eugen Hoyos2021-03-21
* avcodec/parser: Don't return pointer to stack bufferAndreas Rheinhardt2021-03-20
* avcodec/options: Reindent after previous commitAndreas Rheinhardt2021-03-20
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-03-20
* avcodec/avcodec: Move decoder channel count check to ff_decode_preinitAndreas Rheinhardt2021-03-20
* avcodec/avcodec: Sanitize options before using themAndreas Rheinhardt2021-03-20
* avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init()Andreas Rheinhardt2021-03-20
* avcodec/avcodec: Check earlier for codec id/type mismatchAndreas Rheinhardt2021-03-20