[FFmpeg-cvslog] doc/muxers.texi: properly insert {}s in example

2015-06-16 Thread James Zern
ffmpeg | branch: master | James Zern | Mon Jun 15 23:04:45 2015 -0700| [202188a26c1a860355894020fe7a29598b5bb9c9] | committer: Michael Niedermayer doc/muxers.texi: properly insert {}s in example use '@{' / '@}', fixes compile errors: *** '{' without macro. Before: 1:-'.'} *** '}' without openi

[FFmpeg-cvslog] avcodec/flacenc: Fix Invalid Rice order

2015-06-16 Thread George Boyle
ffmpeg | branch: master | George Boyle | Tue Jun 16 08:25:01 2015 +0100| [2469ed32c81ebf2347e6883091c566724b286167] | committer: Michael Niedermayer avcodec/flacenc: Fix Invalid Rice order Fixes ticket #4628. The problem arose, in the sample file at least, in the last block where the minimum

[FFmpeg-cvslog] avformat/mxfdec: Change version byte for JPEG2000 to match mxf.c and RP224v12

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jun 15 14:13:22 2015 +0200| [cf11fd632eeffce0e7faed489be96b60d44453ab] | committer: Michael Niedermayer avformat/mxfdec: Change version byte for JPEG2000 to match mxf.c and RP224v12 This should make no difference as the byte is ignored Found

[FFmpeg-cvslog] MAINTAINERS: add myself as hls encryption maintainer

2015-06-16 Thread Christian Suloway
ffmpeg | branch: master | Christian Suloway | Tue Jun 16 09:15:57 2015 -0500| [918abc19ff7402354db7bfdb11252577e90ec05c] | committer: Michael Niedermayer MAINTAINERS: add myself as hls encryption maintainer Signed-off-by: Christian Suloway Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] avformat/hlsenc: removed empty/unused print_encryption_tag function

2015-06-16 Thread Christian Suloway
ffmpeg | branch: master | Christian Suloway | Tue Jun 16 09:15:56 2015 -0500| [7e871d6999fdd7c728e4df5d2b0db3715d0ad955] | committer: Michael Niedermayer avformat/hlsenc: removed empty/unused print_encryption_tag function Signed-off-by: Christian Suloway Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/jpeg2000dec: Improve end check

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 16 18:34:20 2015 +0200| [20657e05bc2608dae03e7e8d47da11c2cdcaed38] | committer: Michael Niedermayer avcodec/jpeg2000dec: Improve end check Fixes spurious end mismatch warnings Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avcodec/jpeg2000dec: Fix term_cnt check

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 16 18:31:59 2015 +0200| [36241c4055411355a898920f82ac68e1506c5540] | committer: Michael Niedermayer avcodec/jpeg2000dec: Fix term_cnt check Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix 9/7 IDWT for small sizes

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 16 20:33:54 2015 +0200| [34121ca187340129851e2c41427b0e6db8820c8d] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Fix 9/7 IDWT for small sizes Fixes Ticket4631 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/jpeg2000dwt: add special cases for handling length 1 in 5/3 decode

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 16 20:00:39 2015 +0200| [8294ec67b5b18c44d2406c77b6f6cd09201055c7] | committer: Michael Niedermayer avcodec/jpeg2000dwt: add special cases for handling length 1 in 5/3 decode Fixes Ticket4630 Signed-off-by: Michael Niedermayer > http:/

[FFmpeg-cvslog] avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder name

2015-06-16 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Jun 16 13:28:34 2015 +| [e0dac40306928bf544a34f4054504654e8f374d0] | committer: Paul B Mahol avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder name Also fixes clash with smv audio codec. Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] matroskadec: check audio sample rate

2015-06-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Jun 15 20:59:22 2015 +0200| [5b76c82fd7a5f4f36bb901b8c43d7f7319599599] | committer: Andreas Cadhalpun matroskadec: check audio sample rate And default to 8000 if it is invalid. An invalid sample rate can trigger av_assert2 in av_rescale_rnd.

[FFmpeg-cvslog] matroskadec: validate audio channels and bitdepth

2015-06-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Jun 15 21:06:51 2015 +0200| [92e79a2f7bf2f8bb0cb2d1a3e4d76737557071c4] | committer: Andreas Cadhalpun matroskadec: validate audio channels and bitdepth In the TTA extradata re-construction the values are written with avio_wl16 and if they don't

[FFmpeg-cvslog] doc: avoid incorrect phrase 'allows to'

2015-06-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Jun 14 20:28:28 2015 +0200| [28efeb6502df37c99ccf18575d2552381d83a877] | committer: Andreas Cadhalpun doc: avoid incorrect phrase 'allows to' Also fix typo found by Lou Logan: Sacrifying -> Sacrificing Reviewed-by: Lou Logan Signed-off-by: An

[FFmpeg-cvslog] configure: make makeinfo_html check more robust

2015-06-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Jun 13 20:24:27 2015 +0200| [72654526e4489c0aac05d25cfeca5bbba26026b3] | committer: Andreas Cadhalpun configure: make makeinfo_html check more robust The current check is too strict for newer makeinfo versions. Existing version strings are: mak

[FFmpeg-cvslog] swscale/output: Add rgba64/rgb48/bgra64/ bgr48 output functions with full chroma interpolation

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jun 17 00:01:47 2015 +0200| [e29d996149692f2ec80c6f20f6a427c7287ab9a4] | committer: Michael Niedermayer swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chroma interpolation Signed-off-by: Michael Niedermayer > http

[FFmpeg-cvslog] swscale/output: Factorize rgb48 and 64bit code

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 16 23:35:23 2015 +0200| [f140a99f8b3178e0fb2dc6fee0c63a2e298ebdad] | committer: Michael Niedermayer swscale/output: Factorize rgb48 and 64bit code Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/jpeg2000dwt: assert that mod == 0 for encoding

2015-06-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jun 16 21:22:40 2015 +0200| [1125c71fd761c6677d6d6f6615f963cc485b31a2] | committer: Michael Niedermayer avcodec/jpeg2000dwt: assert that mod == 0 for encoding We are missing the handling of some special cases for this. These cases should be u

[FFmpeg-cvslog] avio: fix potential crashes when combining ffio_ensure_seekback + crc

2015-06-16 Thread wm4
ffmpeg | branch: master | wm4 | Wed Jun 17 00:21:02 2015 +0200| [dc87758775e2ce8be84e4fe598e12416e83d2845] | committer: Michael Niedermayer avio: fix potential crashes when combining ffio_ensure_seekback + crc Calling ffio_ensure_seekback() if ffio_init_checksum() has been called on the same c