aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/utils, avcodec_open2: close codec on failureJames Zern2020-01-061-1/+4
* avformat/rpl: Replace strcpy with av_strlcpyCameron Cawley2020-01-061-1/+1
* avcodec/amfnec: allocate packets using av_new_packet()James Almer2019-11-191-1/+1
* avcodec/nvenc: make sure newly allocated packets are refcountedTimo Rothenpieler2019-11-171-1/+5
* lavc/mpeg4audio: add chan_config check to avoid indeterminate channelsJun Zhao2019-09-271-0/+4
* aformat/movenc: add missing padding to output track extradataJames Almer2019-09-271-5/+10
* avcodec/nvenc: add driver version info for latest SDKsTimo Rothenpieler2019-09-241-1/+21
* avcodec/bsf: check that AVBSFInternal was allocated before dereferencing itJames Almer2019-09-231-1/+2
* lavf/rawenc: Only accept the appropriate stream type for raw muxers.Carl Eugen Hoyos2019-09-061-0/+12
* lavc/tableprint_vlc: Remove avpriv_request_sample() from included files.Carl Eugen Hoyos2019-08-091-0/+1
* avcodec/h263dec: fix hwaccel decodingStefan Schoenefeld2019-08-041-1/+1
* avutil/mem: Fix invalid use of av_alloc_sizeMark Harris2019-07-231-1/+1
* cbs_h2645: Fix infinite loop in more_rbsp_dataAndreas Rheinhardt2019-07-211-2/+4
* avformat/aacdec: resync to the next adts frame on invalid data instead of abo...James Almer2019-07-211-3/+3
* avformat/aacdec: factorize the adts frame resync codeJames Almer2019-07-211-12/+25
* cbs_mpeg2: Fix storage type for frame_centre_*_offsetAndreas Rheinhardt2019-07-213-4/+24
* cbs_mpeg2: Improve checks for invalid valuesAndreas Rheinhardt2019-07-212-30/+50
* avcodec/cbs_mpeg2: fix leak of extra_information_slice buffer in cbs_mpeg2_re...James Almer2019-07-211-3/+4
* lavc/cbs: Do not use format specifier "z" on Windows.Carl Eugen Hoyos2019-07-212-7/+7
* lavc/cbs_vp9: Make variable prob unsigned.Carl Eugen Hoyos2019-07-211-1/+1
* avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEIJames Almer2019-07-212-3/+4
* avcodec/cbs_h2645: add helper macros for signed valuesJames Almer2019-07-211-0/+20
* avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer2019-07-212-1/+98
* cbs_h264: Fix handling of auxiliary picturesAndreas Rheinhardt2019-07-211-3/+9
* Changelog: fix typon4.1.4Michael Niedermayer2019-07-081-1/+1
* Changelog: updateMichael Niedermayer2019-07-081-0/+36
* avcodec/ilbcdec: Simplify use of unsigned and fix more undefined overflowsMichael Niedermayer2019-07-081-3/+3
* avcodec/golomb: Correct the doxy about get_ue_golomb() and errorsMichael Niedermayer2019-07-081-0/+2
* avformat/utils: Check timebase before use in estimate_timings()Michael Niedermayer2019-07-081-0/+1
* avcodec/hq_hqa: Use ff_set_dimensions()Michael Niedermayer2019-07-081-2/+4
* avcodec/rv10: Fix integer overflow in aspect ratio compareMichael Niedermayer2019-07-081-2/+2
* avcodec/4xm: Fix signed integer overflows in idct()Michael Niedermayer2019-07-081-1/+1
* avcodec/qdm2: Check checksum_size for 0Michael Niedermayer2019-07-081-2/+2
* avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loopMichael Niedermayer2019-07-081-0/+4
* avcodec/qdm2: Do not read out of array in fix_coding_method_array()Michael Niedermayer2019-07-081-1/+6
* avcodec/svq3: Use ff_set_dimension()Michael Niedermayer2019-07-081-16/+20
* avcodec/iff: Check ham vs bppMichael Niedermayer2019-07-081-3/+10
* avcodec/ffwavesynth: use uint32_t to compute difference, it is enoughMichael Niedermayer2019-07-081-1/+1
* avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative caseMichael Niedermayer2019-07-081-9/+3
* avcodec/ffwavesynth: Fix backward lcg_seek()Michael Niedermayer2019-07-081-1/+1
* avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP()Michael Niedermayer2019-07-081-1/+1
* avcodec/vc1_block: Check for vlc error in vc1_decode_ac_coeff()Michael Niedermayer2019-07-081-8/+26
* avcodec/alac: Check lpc_quantMichael Niedermayer2019-07-081-1/+1
* avcodec/dxv: Initialize tex_funct to NULLMichael Niedermayer2019-07-081-0/+4
* avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-07-061-1/+1
* avcodec/alsdec: Fix integer overflow with buffer numberMichael Niedermayer2019-07-061-0/+2
* avcodec/alsdec: Fixes signed integer overflow in LSB additionMichael Niedermayer2019-07-061-1/+1
* avcodec/alsdec: Check opt_order / sb_length in ra_block handlingMichael Niedermayer2019-07-061-2/+8
* avcodec/alsdec: Fix integer overflow with shifting samplesMichael Niedermayer2019-07-061-1/+1
* avcodec/alsdec: Fix undefined behavior in decode_rice()Michael Niedermayer2019-07-061-1/+1