102745 Commits (163559ed6206155bb997ff8f283e343e778e4118)
 

Author SHA1 Message Date
Anton Khirnov 7c9763070d lavc: move av_get_profile_name() from avcodec.h to codec.h 4 years ago
Anton Khirnov bb3648e676 lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.h 4 years ago
Anton Khirnov 881db34f6a lavc: move av_get_pcm_codec() from avcodec.h to codec_id.h 4 years ago
Anton Khirnov 2628dff366 lavc: move avcodec_profile_name() from avcodec.h to codec_id.h 4 years ago
Anton Khirnov 000f35125f lavc: move av_get_[exact_]bits_per_sample() to codec_id.h 4 years ago
Anton Khirnov ff0a96046d lavc: move small misc definitions into a separate header 4 years ago
zhilizhao cf1746d779 ffmpeg_videotoolbox: skip memory copy if hwaccel_output_format match 4 years ago
Lynne 08d933bf61
hwcontext_vulkan: fix typo in vulkan_device_init() 4 years ago
Gyan Doshi 99bbf4a5be doc/ffmpeg: document reinit_filter 4 years ago
James Almer 591b88e678 avformat: move AVStream.{first,cur}_dts to AVStreamInternal 4 years ago
James Almer 39affa5f8e avdevice/libcdio: fix AVStream.cur_dts usage 4 years ago
James Almer c768233293 avformat/utils: make ff_update_cur_dts() shared 4 years ago
Ting Fu e01bf559df lavfi/vf_drawtext.c: fix CID 1485003 4 years ago
Ting Fu 22d99589d8 lavfi/vf_drawbox.c: fix CID 1485004 4 years ago
Zhao Zhili 58614f7bee avformat/libsrt: workaround conflict with ffmpeg cmdline option 4 years ago
Zhao Zhili 55c54ff744 avformat/libsrt: add tsbpd option 4 years ago
Zhao Zhili 9099046cc7 avformat/libsrt: send message in order 4 years ago
Valerii Zapodovnikov 3249b96342 fftools/ffplay: 240M matrix is not the same as BT.601 4 years ago
Valerii Zapodovnikov 812f39ee85 Revert "avformat/dashenc: Disable writing CODECS tag for HEVC streams" 4 years ago
Matthieu Patou b27ae2c0b7 checkasm/vp9dsp: rename the iszero function to is_zero 4 years ago
Michael Niedermayer 4a3917c02c avfilter/vf_dctdnoiz: Check threads 4 years ago
Michael Niedermayer 3d500e62f6 avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black 4 years ago
Michael Niedermayer ca9025f374 avcodec/dpx: fix off by 1 in bits_per_color check 4 years ago
Michael Niedermayer a0a4a527c3 avformat/rpl: Check for EOF and zero framesize 4 years ago
Michael Niedermayer f7862e8268 avcodec/vc2enc: Check for non negative slice bounds 4 years ago
Andreas Rheinhardt 7af1a3cebe avcodec/avcodec: Don't free options on failure in avcodec_open2() 4 years ago
Andreas Rheinhardt d29541c90a fftools/ffprobe: Remove redundant check before avcodec_free_context() 4 years ago
Andreas Rheinhardt 3a5412b39e doc/examples/extract_mvs: Explicitly free options 4 years ago
Andreas Rheinhardt 933308a290 doc/examples/demuxing_decoding: Remove unused options 4 years ago
Andreas Rheinhardt 73f9d5b673 avcodec/avcodec: Avoid redundant copies of options in avcodec_open2 4 years ago
Andreas Rheinhardt 7e03d962a4 avutil/opt: Check directly for av_dict_copy() failure 4 years ago
Andreas Rheinhardt cbf6047c83 avcodec/frame_thread_encoder: Remove redundant memcpy 4 years ago
Andreas Rheinhardt 3f6e715336 avcodec/frame_thread_encoder: Avoid dictionaries 4 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 4e5d2a819c avcodec/internal: Remove outdated documentation of ff_alloc_packet2() 4 years ago
Andreas Rheinhardt 7a57c5ab91 avcodec/omx: Zero packet padding 4 years ago
Andreas Rheinhardt 964c826f55 avcodec/omx: Reindentation 4 years ago
Andreas Rheinhardt eeedc8817a avcodec/omx: Remove remnants of old preallocated buffers 4 years ago
Andreas Rheinhardt 835d8b7401 avcodec/dvenc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Steven Liu 282b9f4cba avfilter/overlay_cuda: add hsub and vsub compute x and y positions 4 years ago
Timo Rothenpieler 8bcce5673a avcodec/nvenc: add option to disable all extra SEI data 4 years ago
Timo Rothenpieler c67f354be8 configure: detect nvcc without sm_30 support 4 years ago
Limin Wang 43295ae6a9 swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conversion when width%2 4 years ago
Michael Niedermayer 29b244ffc1 avformat/rpl: Use 64bit in bitrate computation and check it 4 years ago
Valerii Zapodovnikov ff0d70c8a9 avfilter/vf_hqdn3d: fix left shift of negative numbers 4 years ago
Guo Yejun 3ac7d99428 lavfi/dnn/dnn_io_proc.c: fix CID 1484955 4 years ago
James Almer ab4f299e23 fftools/ffmpeg: remove usage of internal timestamp AVStream fields 4 years ago
Timo Rothenpieler 57de80673c avcodec/nvenc: extract sei data prep into own function 4 years ago
Brad Hards cee9f9628f avcodec/nvenc: write out user data unregistered SEI 4 years ago
Brad Hards 63948a6170 avcodec/nvenc: use persistent sei data buffer 4 years ago