[FFmpeg-cvslog] fate/exr : add test for b44/b44a compression

2016-04-02 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sat Mar 26 21:02:07 2016 +0100| [4f682318fb8031f83de91a6f985db411a54ff8ff] | committer: Michael Niedermayer fate/exr : add test for b44/b44a compression Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4

[FFmpeg-cvslog] wavdec: Only set the codec ID in read_header

2016-04-02 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Sat Apr 2 22:43:17 2016 +0100| [fcbdc44f4e0c425506d627e16a12a7031dec398d] | committer: Michael Niedermayer wavdec: Only set the codec ID in read_header WAV is not a NOHEADER format, and thus should not be changing stream codec IDs and probing in re

[FFmpeg-cvslog] avformat/wavdec: Remove direct s->pb->buffer access

2016-04-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 3 02:15:06 2016 +0200| [cf4d050b7231d7d96ed4d9a1bfaad87b8981e19d] | committer: Michael Niedermayer avformat/wavdec: Remove direct s->pb->buffer access Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avfilter/src_movie: fix how we check for overflows with seek_point

2016-04-02 Thread Marios Titas
ffmpeg | branch: master | Marios Titas | Sat Apr 2 21:11:44 2016 +0300| [c1f9734f977f59bc0034096afbe8e43e40d93a5d] | committer: Michael Niedermayer avfilter/src_movie: fix how we check for overflows with seek_point Currently, if the movie source filter is used and a seek_point is specified on

[FFmpeg-cvslog] avcodec/mjpegdec: Do not permute quantization tables

2016-04-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Apr 3 01:28:07 2016 +0200| [de0bcea664c8ac59c524164c98b437d9935f7b52] | committer: Michael Niedermayer avcodec/mjpegdec: Do not permute quantization tables This fixes issues if the permutation changes, as quantizations tables would need to

[FFmpeg-cvslog] avcodec: properly initialize AVCodecParameters profile/level

2016-04-02 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Apr 1 13:13:02 2016 +0200| [994412fb9b07dd3d012a76f480f4f5e0cfa883cc] | committer: Derek Buitenhuis avcodec: properly initialize AVCodecParameters profile/level Signed-off-by: Derek Buitenhuis > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] exif: take a generic log context

2016-04-02 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Fri Apr 1 13:13:03 2016 +0200| [ce87711df563a9d2d0537a062b86bb91b15ea1a0] | committer: Derek Buitenhuis exif: take a generic log context The AVCodecContext is only used for logging, so instead take any valid log context. This allows reusing the exi

[FFmpeg-cvslog] lavf/segment: style nit

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sun Mar 6 19:38:39 2016 -0600| [44a9395b5acf332823b9ac0ebd0e966b190b02f5] | committer: Rodger Combs lavf/segment: style nit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44a9395b5acf332823b9ac0ebd0e966b190b02f5 --- libavformat/segment.c

[FFmpeg-cvslog] lavf/segment: slight refactor to seg_write_packet

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sun Mar 6 20:43:37 2016 -0600| [5b4f44f66ae3c42b7497929b6ef5f67e8b1ff0ad] | committer: Rodger Combs lavf/segment: slight refactor to seg_write_packet This reduces some code duplication, and ensures that cur_entry.last_duration is always set. > http://

[FFmpeg-cvslog] lavf/segment: add option to write empty filler segments as needed

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sun Mar 6 20:48:57 2016 -0600| [4b150fbe1f3905f8245f63d74ff72f2ef92d9717] | committer: Rodger Combs lavf/segment: add option to write empty filler segments as needed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b150fbe1f3905f8245f63d74f

[FFmpeg-cvslog] lavc/videotoolboxenc: Workaround encoder error

2016-04-02 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Fri Mar 25 01:56:04 2016 +0800| [c9ad357aeb6a78ff657e5c59dcb7db45332ecda7] | committer: wm4 lavc/videotoolboxenc: Workaround encoder error CMVideoFormatDescriptionGetH264ParameterSetAtIndex() fails on some hardware/OS versions when retrieving the parameter

[FFmpeg-cvslog] lavc/videotoolboxenc: Fix crash when closing codec after error

2016-04-02 Thread Rick Kern
ffmpeg | branch: master | Rick Kern | Mon Mar 21 00:55:56 2016 +0800| [78016694706776fbfe4be9533704be3180b31623] | committer: wm4 lavc/videotoolboxenc: Fix crash when closing codec after error Fixes crash in #5352. VTCompressionSessionInvalidate() crashes if the internal encoder hasn't complete

[FFmpeg-cvslog] lavc/utils: use pkt_timebase for legacy subtitles timing code

2016-04-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 28 14:15:42 2016 +0200| [ffd1c3eeb7043a51d1483ce7fb56772d32f02963] | committer: Clément Bœsch lavc/utils: use pkt_timebase for legacy subtitles timing code This is consistent with other AVSubtitle timing adjustments. > http://git.videolan.org/

[FFmpeg-cvslog] lavc/ccaption_dec: remove usage of avctx->time_base

2016-04-02 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Mar 28 14:10:08 2016 +0200| [d8620158c7ec9d571b70a54115af8fdaf4d765e5] | committer: Clément Bœsch lavc/ccaption_dec: remove usage of avctx->time_base lavc/utils already rescales avpkt->pts to sub->pts in AV_TIME_BASE_Q before calling the decode cal

[FFmpeg-cvslog] lavu/base64: add AV_BASE64_DECODE_SIZE() macro

2016-04-02 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sun Mar 20 15:59:47 2016 +0100| [e8a9b644107a16473a6f8d9ae5a02b8444e3796e] | committer: Stefano Sabatini lavu/base64: add AV_BASE64_DECODE_SIZE() macro This is consistent with the AV_BASE64_SIZE macro and avoids the literal use of constants in the c

[FFmpeg-cvslog] lavc/audiotoolboxenc: remove unneeded packet metadata

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Mar 23 16:29:50 2016 -0500| [7524b678175e69504c9360c884cfe9116cb8bb11] | committer: Rodger Combs lavc/audiotoolboxenc: remove unneeded packet metadata This isn't necessary here, and for some reason broke only multichannel AAC encoding when a channel

[FFmpeg-cvslog] lavc/audiotoolboxdec: support ADTS AAC input

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Mar 23 21:50:41 2016 -0500| [59a44923711b867015af3ba7fad92f9fa66964eb] | committer: Rodger Combs lavc/audiotoolboxdec: support ADTS AAC input > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59a44923711b867015af3ba7fad92f9fa66964eb ---

[FFmpeg-cvslog] lavf/segment: support automatic bitstream filtering

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Mar 23 09:24:22 2016 -0500| [d38fe9f4930cba9379c1309c2433420a360f40ab] | committer: Rodger Combs lavf/segment: support automatic bitstream filtering Most useful for MPEG-TS. Works by having the underlying muxer configure the bitstream filters, then

[FFmpeg-cvslog] lavc/audiotoolboxenc: fix a number of config issues

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Mar 23 16:46:39 2016 -0500| [c820e600eac44ae722760b69ae920f14a79ec3eb] | committer: Rodger Combs lavc/audiotoolboxenc: fix a number of config issues - size variables were used in a confusing way - incorrect size var use led to channel layouts not be

[FFmpeg-cvslog] lavc/audiotoolboxdec: add eac3 decoder

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Wed Mar 30 20:55:32 2016 -0500| [b4daa2c40fb77974af6814cc0baaeec6a7481101] | committer: Rodger Combs lavc/audiotoolboxdec: add eac3 decoder This is added in 10.11, so we add a #define when building against older SDKs. The decoder actually supports 7.1-

[FFmpeg-cvslog] lavc/audiotoolboxenc: fix iOS build

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Mar 24 10:17:42 2016 -0500| [0667327f3fc7cad854712fcdbe13b7d15c791426] | committer: Rodger Combs lavc/audiotoolboxenc: fix iOS build > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0667327f3fc7cad854712fcdbe13b7d15c791426 --- libavcode

[FFmpeg-cvslog] lavc/audiotoolboxdec: fix a number of config and timestamp issues

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Thu Mar 24 00:49:51 2016 -0500| [1b9e90ee80be92c8e14349a8fc74b4560a46e648] | committer: Rodger Combs lavc/audiotoolboxdec: fix a number of config and timestamp issues - ADTS-formatted AAC didn't work - Channel layouts were never exported - Channel mappi

[FFmpeg-cvslog] lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targets

2016-04-02 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sun Mar 27 12:17:25 2016 -0500| [36770d876937db538179f6c87b57e3b5b609013c] | committer: Rodger Combs lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment targets The build failure here is caused by the enum value not being defined, but a