summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavf/mov_chan: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/matroska: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/latmenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/id3v1: drop unnecessary avcodec.h includeAnton Khirnov2021-06-10
* lavf/hevc: drop unnecessary avcodec.h includeAnton Khirnov2021-06-10
* lavf/framecrcenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/adtsenc: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/a64: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavf/avformat.h: drop the avcodec.h includeAnton Khirnov2021-06-10
* tools/uncoded_frame: include required headers explicitlyAnton Khirnov2021-06-10
* lavf/icoenc: include required headers explicitlyAnton Khirnov2021-06-10
* lavf/internal: include avcodec.h explicitlyAnton Khirnov2021-06-10
* lavfi/lavfutils: include required headers explicitlyAnton Khirnov2021-06-10
* lavc/get_bits: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/hevc_sei: include buffer.h explicitlyAnton Khirnov2021-06-10
* lavc/mlp_parse: add required includes explicitlyAnton Khirnov2021-06-10
* lavc/dolby_e_parser: #include avcodec.h explicitlyAnton Khirnov2021-06-10
* lavc/cbs_internal: clean up headersAnton Khirnov2021-06-10
* lavc/cbs: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* lavc/cbs_bsf.h: explicitly #include all required headersAnton Khirnov2021-06-10
* lavc: move av_get_profile_name() from avcodec.h to codec.hAnton Khirnov2021-06-10
* lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.hAnton Khirnov2021-06-10
* lavc: move av_get_pcm_codec() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move avcodec_profile_name() from avcodec.h to codec_id.hAnton Khirnov2021-06-10
* lavc: move av_get_[exact_]bits_per_sample() to codec_id.hAnton Khirnov2021-06-10
* lavc: move small misc definitions into a separate headerAnton Khirnov2021-06-10
* ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format matchzhilizhao2021-06-10
* hwcontext_vulkan: fix typo in vulkan_device_init()Lynne2021-06-10
* doc/ffmpeg: document reinit_filterGyan Doshi2021-06-10
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-09
* avdevice/libcdio: fix AVStream.cur_dts usageJames Almer2021-06-09
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-09
* lavfi/vf_drawtext.c: fix CID 1485003Ting Fu2021-06-09
* lavfi/vf_drawbox.c: fix CID 1485004Ting Fu2021-06-09
* avformat/libsrt: workaround conflict with ffmpeg cmdline optionZhao Zhili2021-06-09
* avformat/libsrt: add tsbpd optionZhao Zhili2021-06-09
* avformat/libsrt: send message in orderZhao Zhili2021-06-09
* fftools/ffplay: 240M matrix is not the same as BT.601Valerii Zapodovnikov2021-06-08
* Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams"Valerii Zapodovnikov2021-06-08
* checkasm/vp9dsp: rename the iszero function to is_zeroMatthieu Patou2021-06-08
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-06-08
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-06-08
* avcodec/dpx: fix off by 1 in bits_per_color checkMichael Niedermayer2021-06-08
* avformat/rpl: Check for EOF and zero framesizeMichael Niedermayer2021-06-08
* avcodec/vc2enc: Check for non negative slice boundsMichael Niedermayer2021-06-08
* avcodec/avcodec: Don't free options on failure in avcodec_open2()Andreas Rheinhardt2021-06-08
* fftools/ffprobe: Remove redundant check before avcodec_free_context()Andreas Rheinhardt2021-06-08
* doc/examples/extract_mvs: Explicitly free optionsAndreas Rheinhardt2021-06-08
* doc/examples/demuxing_decoding: Remove unused optionsAndreas Rheinhardt2021-06-08
* avcodec/avcodec: Avoid redundant copies of options in avcodec_open2Andreas Rheinhardt2021-06-08