summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and bu...Mark Plomer2021-03-301-6/+4
* avcodec/put_bits: Don't set size_in_bits, fix overflowAndreas Rheinhardt2021-03-301-3/+2
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-3031-56/+52
* avcodec/dvenc: Avoid using PutBitContext fields directlyAndreas Rheinhardt2021-03-301-4/+1
* avcodec/proresenc_kostya: Factor flushing PutBitContext outAndreas Rheinhardt2021-03-301-23/+13
* avcodec/utvideoenc: Don't use bitcounts when byte-alignedAndreas Rheinhardt2021-03-301-6/+4
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-307-19/+16
* avcodec/put_bits: Add functions for amount of bytes written/leftAndreas Rheinhardt2021-03-301-0/+30
* avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriateAndreas Rheinhardt2021-03-302-3/+3
* avcodec/dvenc: Remove dead error messageAndreas Rheinhardt2021-03-301-5/+0
* avcodec/mlpenc: Avoid redundant temporary PutBitContextAndreas Rheinhardt2021-03-301-4/+4
* avcodec/sonic: Remove outdated outcommented lineAndreas Rheinhardt2021-03-301-2/+0
* avcodec/vorbisenc: Remove always-false checkAndreas Rheinhardt2021-03-301-5/+0
* avcodec/setts_bsf: Check timebaseMichael Niedermayer2021-03-291-1/+1
* avcodec/dvbsubdec: Support computing clut only onceMichael Niedermayer2021-03-291-3/+4
* avcodec/sonic: Use unsigned temporary in predictor_calc_error()Michael Niedermayer2021-03-281-2/+2
* avcodec/libxvid: remove unnecessary output packet data checkJames Almer2021-03-261-3/+1
* avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer2021-03-261-0/+5
* avcodec/aacpsy: Check model_priv_data before dereferencing in psy_3gpp_end()Michael Niedermayer2021-03-261-1/+2
* avcodec/sga: Check for array end in lzss_decompress()Michael Niedermayer2021-03-261-1/+1
* avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer2021-03-261-1/+1
* avcodec/pthread_frame: ReindentationAndreas Rheinhardt2021-03-261-19/+19
* avcodec/pthread_frame: Check initializing mutexes/condition variablesAndreas Rheinhardt2021-03-261-25/+73
* avcodec/pthread_frame: Fix cleanup during initAndreas Rheinhardt2021-03-261-70/+67
* avcodec/pthread_frame: Factor initializing single thread outAndreas Rheinhardt2021-03-261-59/+68
* avcodec/adpcm_ima_cunning: reset state on flushZane van Iperen2021-03-251-0/+1
* avcodec/adpcm_ima_alp: reset state on flushZane van Iperen2021-03-251-0/+1
* avcodec/adpcm_ima_ssi: reset state on flushZane van Iperen2021-03-251-0/+1
* avcodec/adpcm_argo: reset state on flushZane van Iperen2021-03-251-0/+7
* avcodec/adpcm_aica: reset state in flush callbackZane van Iperen2021-03-251-5/+5
* avcodec/adpcm_zork: reset state in flush callbackZane van Iperen2021-03-251-8/+16
* avcodec/adpcm: add comment to has_status fieldZane van Iperen2021-03-251-1/+1
* avcodec/kmvc: Avoid branch when swapping pointersAndreas Rheinhardt2021-03-251-7/+1
* avcodec/kmvc: Move commonly used variables to the front of the contextAndreas Rheinhardt2021-03-251-2/+2
* avcodec/kmvc: Prefer in-band paletteAndreas Rheinhardt2021-03-251-3/+2
* avcodec/vc1dec: Postpone allocating sprite frame to avoid segfaultAndreas Rheinhardt2021-03-251-13/+7
* avcodec/avcodec: Use AVBPrint in avcodec_string()Andreas Rheinhardt2021-03-241-68/+65
* avcodec/avcodec: Update check for identical colorspace/primaries/trc namesAndreas Rheinhardt2021-03-241-7/+7
* avcodec/avcodec: Don't use NULL for %s printf specifierAndreas Rheinhardt2021-03-241-16/+22
* avcodec/avcodec: Use dedicated pointer to access AVCodecInternalAndreas Rheinhardt2021-03-241-24/+23
* lavc/mjpegdec: Decode format 211121 as YUV 4:4:4Carl Eugen Hoyos2021-03-231-0/+1
* avcodec/svq3: Don't copy watermarked frame data twiceAndreas Rheinhardt2021-03-231-18/+1
* avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc()Andreas Rheinhardt2021-03-231-2/+2
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-2217-123/+54
* lavc/aomenc: Force default qmax of 0 if crf was set to 0.Carl Eugen Hoyos2021-03-211-1/+4
* avcodec/parser: Don't return pointer to stack bufferAndreas Rheinhardt2021-03-201-0/+3
* avcodec/options: Reindent after previous commitAndreas Rheinhardt2021-03-201-4/+3
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-03-201-2/+0
* avcodec/avcodec: Move decoder channel count check to ff_decode_preinitAndreas Rheinhardt2021-03-202-8/+5
* avcodec/avcodec: Sanitize options before using themAndreas Rheinhardt2021-03-201-7/+7