[FFmpeg-cvslog] avformat/mxfenc: allow all frame rates if -strict mode is set to unofficial or lower

2020-03-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Mar 5 21:36:20 2020 +0100| [425b6a9a2c431f132c7547aee823ffb415f24350] | committer: Marton Balint avformat/mxfenc: allow all frame rates if -strict mode is set to unofficial or lower There was no consensus wheter or not to allow unofficial frame r

[FFmpeg-cvslog] avformat/mxfenc: add some missing content package rates

2020-03-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Feb 28 01:29:51 2020 +0100| [ae4d00b97f78e06599e79e89b41edf2d97908b66] | committer: Marton Balint avformat/mxfenc: add some missing content package rates Fixes ticket #8523. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/mxfenc: factorize timecode checking and setting

2020-03-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Mar 3 23:13:07 2020 +0100| [331b96acb595631418322c78131bda358596a308] | committer: Marton Balint avformat/mxfenc: factorize timecode checking and setting Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33

[FFmpeg-cvslog] avformat/mxfenc: move content package rates and timebase combinations to a separate struct

2020-03-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Feb 28 01:21:04 2020 +0100| [f69154b2c40c911797f7c5ad3188996d2be5cdb4] | committer: Marton Balint avformat/mxfenc: move content package rates and timebase combinations to a separate struct Signed-off-by: Marton Balint > http://git.videolan.org/g

[FFmpeg-cvslog] avformat/audiointerleave: disallow using a samples_per_frame array

2020-03-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Feb 28 00:26:20 2020 +0100| [aef2016bb02fba377481789bf6a84e1176b83c25] | committer: Marton Balint avformat/audiointerleave: disallow using a samples_per_frame array Only MXF used an actual sample array, and that is unneeded there because simple rou

[FFmpeg-cvslog] avformat/mxf: get rid of samples per frame array usage

2020-03-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Feb 28 01:10:45 2020 +0100| [27a8146990e6e5f798a115b4491d0f67147c1c60] | committer: Marton Balint avformat/mxf: get rid of samples per frame array usage Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27a8

[FFmpeg-cvslog] avformat/matroskaenc: Check BlockAdditional size before use

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jan 26 06:10:27 2020 +0100| [6e9cc964293bf1e0cca6a52b2938a20d711e4146] | committer: Michael Niedermayer avformat/matroskaenc: Check BlockAdditional size before use Don't read a 64bit number before having checked that the data is at least 8 byt

[FFmpeg-cvslog] avformat/smoothstreaming: Fix memleaks on errors

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Dec 26 11:53:28 2019 +0100| [abbb466368c51285ca27d5e3959a16a9591e9a4c] | committer: Michael Niedermayer avformat/smoothstreaming: Fix memleaks on errors If an AVFormatContext could be allocated, but white-/blacklists couldn't be copied, the AV

[FFmpeg-cvslog] avformat/nutenc: Drop redundant frees

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 14 17:32:17 2020 +0100| [a4a98f15b29b32e561ac5d8dea0f027da1bde012] | committer: Michael Niedermayer avformat/nutenc: Drop redundant frees Should writing the header fail, the allocations already performed will be freed during deinit so remo

[FFmpeg-cvslog] avformat/avienc: Use AV_STRINGIFY for compile time constant

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 14 18:08:45 2020 +0100| [b49af89e032c517e1a90bfb9fe1af731ed843c13] | committer: Michael Niedermayer avformat/avienc: Use AV_STRINGIFY for compile time constant Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael Niedermayer > http:

[FFmpeg-cvslog] avfilter/af_anequalizer: fix off by one in reallocation

2020-03-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Mar 14 19:39:04 2020 +0100| [6fbc7f092e7c8d405f3fb38f0b550e12156601c4] | committer: Paul B Mahol avfilter/af_anequalizer: fix off by one in reallocation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fbc7f092e7c8d405f3fb38f0b550e1215660

[FFmpeg-cvslog] libavcodec, libpostproc: Remove outcommented START/STOP_TIMER

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 13 14:06:01 2020 +0100| [cc2a9509ce79793fcd00f91bb6ca3f4c53721e9e] | committer: Michael Niedermayer libavcodec, libpostproc: Remove outcommented START/STOP_TIMER as well as includes of libavutil/timer.h. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/mxfenc: Reorder fields in MXFIndexEntry to make it smaller

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Mar 13 11:18:40 2020 +0100| [1fea6795a3f75136a234da80a518303fea8ee83c] | committer: Michael Niedermayer avformat/mxfenc: Reorder fields in MXFIndexEntry to make it smaller Signed-off-by: Andreas Rheinhardt Reviewed-by: Tomas Härdin Signed-of

[FFmpeg-cvslog] avformat/mux: Remove redundant checks for write errors

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 12 18:54:07 2020 +0100| [5c5ab88967f0f00c5586a1fbf344aeb1166234f0] | committer: Michael Niedermayer avformat/mux: Remove redundant checks for write errors If writing a packet didn't directly return an error, the AVIOContext's error flag is

[FFmpeg-cvslog] avformat/mux: Unify setting number of muxed packets

2020-03-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Mar 12 18:54:08 2020 +0100| [fa5bff611da2f628e110a2d23831ca18c076da21] | committer: Michael Niedermayer avformat/mux: Unify setting number of muxed packets Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael Niedermayer > http://git.vi

[FFmpeg-cvslog] lavf/tty: Reduce probe score to fix ffmetadata auto-detection.

2020-03-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Mar 13 00:53:16 2020 +0100| [b601e24ab39b8bdfb4aec49b6b339dd9b34a2b5e] | committer: Carl Eugen Hoyos lavf/tty: Reduce probe score to fix ffmetadata auto-detection. Fixes ticket #8568. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=