summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avfilter/avf_showfreqs: make selecting window size simplerPaul B Mahol2019-07-10
* avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol2019-07-10
* avcodec/utils, avcodec_open2: close codec on failureJames Zern2019-07-10
* avformat/rpl: Replace strcpy with av_strlcpyCameron Cawley2019-07-10
* avcodec/mips/cabac: replace addi with addiuYunQiang Su2019-07-10
* avutil/mips: optimize UNPCK&SAD macros with MSA2.0 instruction.Shiyou Yin2019-07-10
* avformat/dashdec: fix code style and remove some empty lineSteven Liu2019-07-10
* truehd_core: Switch to in-place modificationsAndreas Rheinhardt2019-07-09
* truehd_core: Use byte offsets instead of bit offsetsAndreas Rheinhardt2019-07-09
* truehd_core: Miscellaneous improvementsAndreas Rheinhardt2019-07-09
* truehd_core: Return error in case of errorAndreas Rheinhardt2019-07-09
* truehd_core: Correct output sizeAndreas Rheinhardt2019-07-09
* truehd_core: Disable 16-channel presentationAndreas Rheinhardt2019-07-09
* configure, cbs_h2645: Remove unneeded golomb dependencyAndreas Rheinhardt2019-07-08
* cbs_h264, h264_metadata: Deleting SEI messages never failsAndreas Rheinhardt2019-07-08
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-08
* lavd/avfoundation: Set correct default value 0 for option capture_raw_data.Thilo Borgmann2019-07-08
* doc/indevs: Add new option and example to avfoundation.Thilo Borgmann2019-07-08
* lavd/avfoundation: Reindent after last commit.Thilo Borgmann2019-07-08
* lavd/avfoundation: Support muxed type of devices including raw muxed data cap...Thilo Borgmann2019-07-08
* lavd/avfoundation: Refine some log messages.Thilo Borgmann2019-07-08
* lavd/avfoundation: Change binary Options to boolean type.Thilo Borgmann2019-07-08
* lavd/avfoundation: Remove useless index increment.Thilo Borgmann2019-07-08
* doc/filters: document new readeia608 optionPaul B Mahol2019-07-08
* avfilter/vf_readeia608: implement lowpass operation prior to processing linesPaul B Mahol2019-07-08
* avfilter/vf_tinterlace: re-enable lowpass optionPaul B Mahol2019-07-08
* avfilter/af_aiir: implement mix optionPaul B Mahol2019-07-08
* avfilter/af_biquads: clip gain picked from command to sane valuesPaul B Mahol2019-07-08
* avfilter/af_biquads: implement mix option to all filtersPaul B Mahol2019-07-08
* avcodec/ilbcdec: Simplify use of unsigned and fix more undefined overflowsMichael Niedermayer2019-07-08
* avcodec/golomb: Correct the doxy about get_ue_golomb() and errorsMichael Niedermayer2019-07-08
* avformat/utils: Check timebase before use in estimate_timings()Michael Niedermayer2019-07-08
* avcodec/hq_hqa: Use ff_set_dimensions()Michael Niedermayer2019-07-08
* avcodec/rv10: Fix integer overflow in aspect ratio compareMichael Niedermayer2019-07-08
* avcodec/tta: Limit decoder to 16 channelsMichael Niedermayer2019-07-08
* avcodec/sanm: Optimize fill_frame() with av_memcpy_backptr()Michael Niedermayer2019-07-08
* avformat/vividas: Check for input length in get_v()Michael Niedermayer2019-07-08
* avcodec/4xm: Fix signed integer overflows in idct()Michael Niedermayer2019-07-08
* avcodec/qdm2: Check checksum_size for 0Michael Niedermayer2019-07-08
* avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loopMichael Niedermayer2019-07-08
* avcodec/qdm2: Do not read out of array in fix_coding_method_array()Michael Niedermayer2019-07-08
* avcodec/simple_idct_template: Fix integer overflow in idctSparseColAdd()Michael Niedermayer2019-07-08
* avcodec/simple_idct_template: Fix integer overflow in idctSparseCol()Michael Niedermayer2019-07-08
* avcodec/svq3: Use ff_set_dimension()Michael Niedermayer2019-07-08
* avcodec/iff: Check ham vs bppMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: use uint32_t to compute difference, it is enoughMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative caseMichael Niedermayer2019-07-08
* avcodec/ffwavesynth: Fix backward lcg_seek()Michael Niedermayer2019-07-08
* avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP()Michael Niedermayer2019-07-08
* avcodec/vc1_block: Check for vlc error in vc1_decode_ac_coeff()Michael Niedermayer2019-07-08