summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Bump minor versions after release branchMichael Niedermayer2021-03-20
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-20
* avcodec/mpeg4videoenc: Check extradata malloc()Michael Niedermayer2021-03-20
* avcodec/speedhq: Width < 8 is not supportedMichael Niedermayer2021-03-19
* lavc/videotoolboxenc: Add support for HEVC with Alpha.Hironori Bono2021-03-19
* videotoolboxenc: enable constant quality with -q:v on Apple Silicon Macs and ...Simone Karin Lehmann2021-03-19
* avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer2021-03-19
* avcodec: move AVCodecParameters related functions from util.c to a new fileJames Almer2021-03-19
* avcodec/adpcm_ima_cunning: reindentZane van Iperen2021-03-19
* avcodec/adpcm_ima_cunning: support stereoZane van Iperen2021-03-19
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* avcodec/avpacket: Improve overflow checks when packing dictionaryAndreas Rheinhardt2021-03-19
* avcodec/libxvid: Remove set-but-unused variableAndreas Rheinhardt2021-03-19
* avcodec/libxvid: Fix leak of AVPacket on errorAndreas Rheinhardt2021-03-19
* avcodec/pngdec: Fix memleak by postponing allocationAndreas Rheinhardt2021-03-19
* avcodec/tests/avpacket: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avcodec/webp: use av_packet_alloc() to allocate packetsJames Almer2021-03-17