| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.h | Anton Khirnov | 2021-06-10 | 3 | -6/+8 |
* | lavc: move av_get_pcm_codec() from avcodec.h to codec_id.h | Anton Khirnov | 2021-06-10 | 3 | -9/+11 |
* | lavc: move avcodec_profile_name() from avcodec.h to codec_id.h | Anton Khirnov | 2021-06-10 | 3 | -15/+15 |
* | lavc: move av_get_[exact_]bits_per_sample() to codec_id.h | Anton Khirnov | 2021-06-10 | 3 | -18/+22 |
* | lavc: move small misc definitions into a separate header | Anton Khirnov | 2021-06-10 | 4 | -138/+182 |
* | ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format match | zhilizhao | 2021-06-10 | 1 | -0/+8 |
* | hwcontext_vulkan: fix typo in vulkan_device_init() | Lynne | 2021-06-10 | 1 | -1/+1 |
* | doc/ffmpeg: document reinit_filter | Gyan Doshi | 2021-06-10 | 1 | -0/+10 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 15 | -83/+83 |
* | avdevice/libcdio: fix AVStream.cur_dts usage | James Almer | 2021-06-09 | 1 | -4/+1 |
* | avformat/utils: make ff_update_cur_dts() shared | James Almer | 2021-06-09 | 11 | -16/+16 |
* | lavfi/vf_drawtext.c: fix CID 1485003 | Ting Fu | 2021-06-09 | 1 | -1/+1 |
* | lavfi/vf_drawbox.c: fix CID 1485004 | Ting Fu | 2021-06-09 | 1 | -2/+3 |
* | avformat/libsrt: workaround conflict with ffmpeg cmdline option | Zhao Zhili | 2021-06-09 | 3 | -1/+5 |
* | avformat/libsrt: add tsbpd option | Zhao Zhili | 2021-06-09 | 2 | -1/+9 |
* | avformat/libsrt: send message in order | Zhao Zhili | 2021-06-09 | 1 | -1/+1 |
* | fftools/ffplay: 240M matrix is not the same as BT.601 | Valerii Zapodovnikov | 2021-06-08 | 1 | -2/+2 |
* | Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams" | Valerii Zapodovnikov | 2021-06-08 | 1 | -5/+1 |
* | checkasm/vp9dsp: rename the iszero function to is_zero | Matthieu Patou | 2021-06-08 | 1 | -3/+3 |
* | avfilter/vf_dctdnoiz: Check threads | Michael Niedermayer | 2021-06-08 | 1 | -0/+3 |
* | avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black | Michael Niedermayer | 2021-06-08 | 1 | -1/+2 |
* | avcodec/dpx: fix off by 1 in bits_per_color check | Michael Niedermayer | 2021-06-08 | 1 | -2/+2 |
* | avformat/rpl: Check for EOF and zero framesize | Michael Niedermayer | 2021-06-08 | 1 | -1/+1 |
* | avcodec/vc2enc: Check for non negative slice bounds | Michael Niedermayer | 2021-06-08 | 1 | -0/+2 |
* | avcodec/avcodec: Don't free options on failure in avcodec_open2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+0 |
* | fftools/ffprobe: Remove redundant check before avcodec_free_context() | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+1 |
* | doc/examples/extract_mvs: Explicitly free options | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+3 |
* | doc/examples/demuxing_decoding: Remove unused options | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+1 |
* | avcodec/avcodec: Avoid redundant copies of options in avcodec_open2 | Andreas Rheinhardt | 2021-06-08 | 1 | -11/+3 |
* | avutil/opt: Check directly for av_dict_copy() failure | Andreas Rheinhardt | 2021-06-08 | 1 | -3/+4 |
* | avcodec/frame_thread_encoder: Remove redundant memcpy | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+0 |
* | avcodec/frame_thread_encoder: Avoid dictionaries | Andreas Rheinhardt | 2021-06-08 | 4 | -20/+11 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 54 | -94/+130 |
* | avcodec/internal: Remove outdated documentation of ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -10/+6 |
* | avcodec/omx: Zero packet padding | Andreas Rheinhardt | 2021-06-08 | 1 | -0/+1 |
* | avcodec/omx: Reindentation | Andreas Rheinhardt | 2021-06-08 | 1 | -17/+16 |
* | avcodec/omx: Remove remnants of old preallocated buffers | Andreas Rheinhardt | 2021-06-08 | 1 | -15/+0 |
* | avcodec/dvenc: Avoid copying packet data, allow user-supplied buffers | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+6 |
* | avfilter/overlay_cuda: add hsub and vsub compute x and y positions | Steven Liu | 2021-06-07 | 1 | -0/+8 |
* | avcodec/nvenc: add option to disable all extra SEI data | Timo Rothenpieler | 2021-06-06 | 5 | -6/+13 |
* | configure: detect nvcc without sm_30 support | Timo Rothenpieler | 2021-06-06 | 1 | -1/+9 |
* | swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver... | Limin Wang | 2021-06-06 | 1 | -1/+2 |
* | avformat/rpl: Use 64bit in bitrate computation and check it | Michael Niedermayer | 2021-06-05 | 1 | -2/+4 |
* | avfilter/vf_hqdn3d: fix left shift of negative numbers | Valerii Zapodovnikov | 2021-06-05 | 1 | -1/+1 |
* | lavfi/dnn/dnn_io_proc.c: fix CID 1484955 | Guo Yejun | 2021-06-05 | 1 | -1/+1 |
* | fftools/ffmpeg: remove usage of internal timestamp AVStream fields | James Almer | 2021-06-04 | 3 | -4/+8 |
* | avcodec/nvenc: extract sei data prep into own function | Timo Rothenpieler | 2021-06-04 | 1 | -85/+99 |
* | avcodec/nvenc: write out user data unregistered SEI | Brad Hards | 2021-06-04 | 1 | -0/+28 |
* | avcodec/nvenc: use persistent sei data buffer | Brad Hards | 2021-06-04 | 2 | -14/+44 |
* | libavcodec/mips: Fix fate errors reported by clang | Jin Bo | 2021-06-03 | 1 | -8/+8 |