summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_aiir: implement mix optionPaul B Mahol2019-07-082-0/+10
* avfilter/af_biquads: clip gain picked from command to sane valuesPaul B Mahol2019-07-081-1/+1
* avfilter/af_biquads: implement mix option to all filtersPaul B Mahol2019-07-082-9/+115
* 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/tta: Limit decoder to 16 channelsMichael Niedermayer2019-07-081-1/+1
* avcodec/sanm: Optimize fill_frame() with av_memcpy_backptr()Michael Niedermayer2019-07-081-1/+3
* avformat/vividas: Check for input length in get_v()Michael Niedermayer2019-07-081-5/+6
* 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/simple_idct_template: Fix integer overflow in idctSparseColAdd()Michael Niedermayer2019-07-081-9/+9
* avcodec/simple_idct_template: Fix integer overflow in idctSparseCol()Michael Niedermayer2019-07-081-9/+9
* 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
* vp9_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-11/+5
* mpeg2_metadata: Localize inserting of sequence display extensionsAndreas Rheinhardt2019-07-071-22/+12
* mpeg2_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-11/+5
* h265_metadata: Correct error checkAndreas Rheinhardt2019-07-071-1/+1
* h265_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-11/+5
* h264_redundant_pps: Fix looping over an access unit's unitsAndreas Rheinhardt2019-07-071-0/+2
* h264_redundant_pps: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-13/+6
* av1_metadata: Error out if fragment is emptyAndreas Rheinhardt2019-07-071-0/+6
* h264_metadata: Localize code for display orientationAndreas Rheinhardt2019-07-071-21/+12
* h264_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-13/+7
* av1/h264_metadata, filter_units: Count down when deleting unitsAndreas Rheinhardt2019-07-073-18/+9
* filter_units: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-15/+6
* filter_units: Reindent after previous commitAndreas Rheinhardt2019-07-071-23/+23
* filter_units: Don't use fake loopAndreas Rheinhardt2019-07-071-6/+3
* filter_units: Unref packet on failureAndreas Rheinhardt2019-07-071-0/+2
* av1_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt2019-07-071-11/+5
* cbs: Allow non-blank packets in ff_cbs_write_packetAndreas Rheinhardt2019-07-072-2/+11
* avcodec/h264dec: set AVFrame decode_error_flags in case of decoding errorAmir Pauker2019-07-071-0/+5
* avcodec/error_resilience: set AVFrame decode_error_flags in case of decoding ...Amir Pauker2019-07-071-0/+2
* libx265: Update ROI behaviour to match documentationMark Thompson2019-07-071-21/+23
* libx264: Update ROI behaviour to match documentationMark Thompson2019-07-071-23/+30
* lavu/frame: Improve ROI documentationMark Thompson2019-07-071-16/+43
* lavc/h265_profile_level: Add new profilesMark Thompson2019-07-071-1/+5
* lavc/h265_profile_level: Add unit testMark Thompson2019-07-073-0/+303