[FFmpeg-cvslog] avformat/mux: Fix error when writing uncoded frames.

2016-01-26 Thread Matt Oliver
ffmpeg | branch: master | Matt Oliver | Wed Jan 27 17:16:43 2016 +1100| [b66ac803fac2394309797193cc3fdd265a285b03] | committer: Matt Oliver avformat/mux: Fix error when writing uncoded frames. commit "avpacket: Deprecate av_dup_packet" broke the use av_interleaved_write_uncoded_frame as any in

[FFmpeg-cvslog] svq1enc: fix out of bounds reads

2016-01-26 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Jan 21 22:36:36 2016 +0100| [9079e99d2c462ec7ef2e89d9e77ee6c3553dacce] | committer: Andreas Cadhalpun svq1enc: fix out of bounds reads level can be 5, but there are only four codebooks. Fixes ubsan runtime error: index 5 out of bounds for type

[FFmpeg-cvslog] avcodec/dvaudiodec: only stereo makes sense

2016-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 26 23:33:55 2016 +0100| [11bc4fd653fab05a9e24f7aca22c913ffb238b5a] | committer: Paul B Mahol avcodec/dvaudiodec: only stereo makes sense Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11bc4fd653fab05a9e2

[FFmpeg-cvslog] avcodec: add Ulead DV audio decoder

2016-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jan 25 21:54:17 2016 +0100| [e9e623369d7ba330ab8157157e956cb71d8058b5] | committer: Paul B Mahol avcodec: add Ulead DV audio decoder Fixes #1564. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9e623369d7ba

[FFmpeg-cvslog] avfilter/vf_zscale: make it possible to override input frame parameters

2016-01-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jan 26 23:07:07 2016 +0100| [df7b165e878ec07cfc31253bd8a6ad422a55089a] | committer: Paul B Mahol avfilter/vf_zscale: make it possible to override input frame parameters Mostly useful when there is no such parameters present at all. Signed-off-by: Pa

[FFmpeg-cvslog] avformat/flvenc: copyts in FLV muxer

2016-01-26 Thread Ivan
ffmpeg | branch: master | Ivan | Mon Jan 25 14:43:40 2016 +0200| [a0174f67298ba9494c146183dd360e637b03db64] | committer: Michael Niedermayer avformat/flvenc: copyts in FLV muxer The purpose of this patch is to preserve timestamps when using ffmpeg for publishing RTMP streams, e.g. ffmpeg -i r

Re: [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling

2016-01-26 Thread Michael Niedermayer
On Mon, Jan 25, 2016 at 08:51:32PM +0100, Andreas Cadhalpun wrote: > ffmpeg | branch: master | Andreas Cadhalpun > | Mon Jan 25 01:42:23 2016 +0100| > [b46aae093634271931395d65f422f4b2a23112d3] | committer: Andreas Cadhalpun > > build: use a link instead of changing current directory when compi

[FFmpeg-cvslog] ffmpeg_opt: Move the 'process manually set programs' block above ' process manually set metadata' in open_output_file().

2016-01-26 Thread Vittorio Gambaletta (VittGam)
ffmpeg | branch: master | Vittorio Gambaletta (VittGam) | Tue Jan 26 15:13:08 2016 +0100| [6e448fb97ee28f1d814de589881d5ddbb3b44013] | committer: Michael Niedermayer ffmpeg_opt: Move the 'process manually set programs' block above 'process manually set metadata' in open_output_file(). Signed-

[FFmpeg-cvslog] ffmpeg_opt: Allow -metadata option to set metadata on programs.

2016-01-26 Thread Vittorio Gambaletta (VittGam)
ffmpeg | branch: master | Vittorio Gambaletta (VittGam) | Tue Jan 26 15:13:09 2016 +0100| [74658a8b4db3a0b99e1461283d358f800e93f73a] | committer: Michael Niedermayer ffmpeg_opt: Allow -metadata option to set metadata on programs. Signed-off-by: Vittorio Gambaletta Signed-off-by: Michael Niede

[FFmpeg-cvslog] avutil/opt: check for and handle errors in av_opt_set_dict2()

2016-01-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 24 03:42:46 2016 +0100| [f3ace85d8869c32d28d064002d0d912e3624] | committer: Michael Niedermayer avutil/opt: check for and handle errors in av_opt_set_dict2() Previously errors could result in random entries to be lost. Signed-off-by:

[FFmpeg-cvslog] swscale: add P010 input support

2016-01-26 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Tue Dec 8 11:53:54 2015 +0100| [2e31434d84bba17610ecc491afb5b372678fd517] | committer: Hendrik Leppkes swscale: add P010 input support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e31434d84bba17610ecc491afb5b372678fd517 --- libswsc

[FFmpeg-cvslog] avutil: add P010 pixel format

2016-01-26 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Tue Dec 8 11:17:01 2015 +0100| [c2869b4640f0af56e2dd828406d074ef6290fde4] | committer: Hendrik Leppkes avutil: add P010 pixel format P010 is the 10-bit variant of NV12 (planar luma, packed chroma), using two bytes per component to store 10-bit data