102686 Commits (591b88e6787c4e678237f02a50421d101abd25c2)
 

Author SHA1 Message Date
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
Jin Bo 2fac1e370c libavcodec/mips: Fix fate errors reported by clang 4 years ago
Jin Bo fd5fd48659 libavcodec/mips: Fix build errors reported by clang 4 years ago
Michael Niedermayer 864d1ef2fc avcodec/jpeglsdec: force pal8 only once 4 years ago
Michael Niedermayer 06d23c6f3f avcodec/mjpegdec: Fix order of condition for pal8 4 years ago
Michael Niedermayer 996797f8ed avcodec/mpegvideo_enc: Reset stuffing bits if they are not supported 4 years ago
Michael Niedermayer c297f7e57a avcodec/svq1enc: Do not print debug RD value before it has been computed 4 years ago
Michael Niedermayer 36dead4bc2 avcodec/aacpsy: Check bandwidth 4 years ago
Michael Niedermayer c520b98691 avcodec/aacenc: Do not divide by lambda_count if it is 0 4 years ago
Michael Niedermayer 4b89cf7aa4 avcodec/aacenc: Use FLT_EPSILON for lambda minimum 4 years ago