aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.hAnton Khirnov2021-06-103-6/+8
* lavc: move av_get_pcm_codec() from avcodec.h to codec_id.hAnton Khirnov2021-06-103-9/+11
* lavc: move avcodec_profile_name() from avcodec.h to codec_id.hAnton Khirnov2021-06-103-15/+15
* lavc: move av_get_[exact_]bits_per_sample() to codec_id.hAnton Khirnov2021-06-103-18/+22
* lavc: move small misc definitions into a separate headerAnton Khirnov2021-06-104-138/+182
* ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format matchzhilizhao2021-06-101-0/+8
* hwcontext_vulkan: fix typo in vulkan_device_init()Lynne2021-06-101-1/+1
* doc/ffmpeg: document reinit_filterGyan Doshi2021-06-101-0/+10
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-0915-83/+83
* avdevice/libcdio: fix AVStream.cur_dts usageJames Almer2021-06-091-4/+1
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-0911-16/+16
* lavfi/vf_drawtext.c: fix CID 1485003Ting Fu2021-06-091-1/+1
* lavfi/vf_drawbox.c: fix CID 1485004Ting Fu2021-06-091-2/+3
* avformat/libsrt: workaround conflict with ffmpeg cmdline optionZhao Zhili2021-06-093-1/+5
* avformat/libsrt: add tsbpd optionZhao Zhili2021-06-092-1/+9
* avformat/libsrt: send message in orderZhao Zhili2021-06-091-1/+1
* fftools/ffplay: 240M matrix is not the same as BT.601Valerii Zapodovnikov2021-06-081-2/+2
* Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams"Valerii Zapodovnikov2021-06-081-5/+1
* checkasm/vp9dsp: rename the iszero function to is_zeroMatthieu Patou2021-06-081-3/+3
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-06-081-0/+3
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-06-081-1/+2
* avcodec/dpx: fix off by 1 in bits_per_color checkMichael Niedermayer2021-06-081-2/+2
* avformat/rpl: Check for EOF and zero framesizeMichael Niedermayer2021-06-081-1/+1
* avcodec/vc2enc: Check for non negative slice boundsMichael Niedermayer2021-06-081-0/+2
* avcodec/avcodec: Don't free options on failure in avcodec_open2()Andreas Rheinhardt2021-06-081-1/+0
* fftools/ffprobe: Remove redundant check before avcodec_free_context()Andreas Rheinhardt2021-06-081-2/+1
* doc/examples/extract_mvs: Explicitly free optionsAndreas Rheinhardt2021-06-081-1/+3
* doc/examples/demuxing_decoding: Remove unused optionsAndreas Rheinhardt2021-06-081-2/+1
* avcodec/avcodec: Avoid redundant copies of options in avcodec_open2Andreas Rheinhardt2021-06-081-11/+3
* avutil/opt: Check directly for av_dict_copy() failureAndreas Rheinhardt2021-06-081-3/+4
* avcodec/frame_thread_encoder: Remove redundant memcpyAndreas Rheinhardt2021-06-081-2/+0
* avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt2021-06-084-20/+11
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-0854-94/+130
* avcodec/internal: Remove outdated documentation of ff_alloc_packet2()Andreas Rheinhardt2021-06-081-10/+6
* avcodec/omx: Zero packet paddingAndreas Rheinhardt2021-06-081-0/+1
* avcodec/omx: ReindentationAndreas Rheinhardt2021-06-081-17/+16
* avcodec/omx: Remove remnants of old preallocated buffersAndreas Rheinhardt2021-06-081-15/+0
* avcodec/dvenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-06-081-2/+6
* avfilter/overlay_cuda: add hsub and vsub compute x and y positionsSteven Liu2021-06-071-0/+8
* avcodec/nvenc: add option to disable all extra SEI dataTimo Rothenpieler2021-06-065-6/+13
* configure: detect nvcc without sm_30 supportTimo Rothenpieler2021-06-061-1/+9
* swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver...Limin Wang2021-06-061-1/+2
* avformat/rpl: Use 64bit in bitrate computation and check itMichael Niedermayer2021-06-051-2/+4
* avfilter/vf_hqdn3d: fix left shift of negative numbersValerii Zapodovnikov2021-06-051-1/+1
* lavfi/dnn/dnn_io_proc.c: fix CID 1484955Guo Yejun2021-06-051-1/+1
* fftools/ffmpeg: remove usage of internal timestamp AVStream fieldsJames Almer2021-06-043-4/+8
* avcodec/nvenc: extract sei data prep into own functionTimo Rothenpieler2021-06-041-85/+99
* avcodec/nvenc: write out user data unregistered SEIBrad Hards2021-06-041-0/+28
* avcodec/nvenc: use persistent sei data bufferBrad Hards2021-06-042-14/+44
* libavcodec/mips: Fix fate errors reported by clangJin Bo2021-06-031-8/+8