[FFmpeg-cvslog] lavc/mediacodecdec{, _h264}: set FF_CODEC_CAP_SETS_PKT_DTS capability

2016-06-20 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Jun 16 18:30:16 2016 +0200| [432891a96e664d6c0e99a4d5ada78a87d561c92d] | committer: Matthieu Bouron lavc/mediacodecdec{,_h264}: set FF_CODEC_CAP_SETS_PKT_DTS capability And sets frames pkt_dts to AV_NOPTS_VALUE as we do not want lavc/utils to ove

[FFmpeg-cvslog] lavc/h264: add a logging ctx to ff_h264_pred_weight_table()

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 10:28:17 2016 +0200| [4fdea02d688cbe9a66db684b178180367cd5eb1b] | committer: Clément Bœsch lavc/h264: add a logging ctx to ff_h264_pred_weight_table() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4fdea02d688cbe9a66db684b178180

[FFmpeg-cvslog] lavc/h264_parser: replace AVCodecContext with logging ctx in scan_mmco_reset()

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 10:30:08 2016 +0200| [38a2d9aeec083000d3bf14f94a2b4effd8ae2769] | committer: Clément Bœsch lavc/h264_parser: replace AVCodecContext with logging ctx in scan_mmco_reset() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38a2d9aeec0

[FFmpeg-cvslog] Merge commit '7f045c4429e91688f1f2335dd347203431901c06'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 12:00:29 2016 +0200| [c957909a9f48196bfb4cb295c750ec6d495d7bbb] | committer: Clément Bœsch Merge commit '7f045c4429e91688f1f2335dd347203431901c06' * commit '7f045c4429e91688f1f2335dd347203431901c06': h264: merge ff_h264_free_context() into

[FFmpeg-cvslog] h264: eliminate low_delay

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 11 15:38:42 2016 +0200| [99c554efc8b09c3f1bb2fb41c3da5431085f7470] | committer: Anton Khirnov h264: eliminate low_delay It is always unconditionally initialized in decode_postinit() and then immediately used in one place further below. All the

[FFmpeg-cvslog] Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 11:37:49 2016 +0200| [d98ca4b14c673db8eb3cc124e42ff7a660da9109] | committer: Clément Bœsch Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470' * commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470': h264: eliminate low_delay ff_print_deb

[FFmpeg-cvslog] h264: merge ff_h264_free_context() into h264_decode_end()

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 11 15:44:57 2016 +0200| [7f045c4429e91688f1f2335dd347203431901c06] | committer: Anton Khirnov h264: merge ff_h264_free_context() into h264_decode_end() It is no longer called from outside the h264 decoder. > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] Merge commit '0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 12:07:05 2016 +0200| [cbe2dc7275bb7f488cbb6c8cdf98a5f26355c279] | committer: Clément Bœsch Merge commit '0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a' * commit '0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a': h264: remove unused H264SliceContext.rb

[FFmpeg-cvslog] h264: remove unused H264SliceContext.rbsp_buffer

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 11 16:04:05 2016 +0200| [0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a] | committer: Anton Khirnov h264: remove unused H264SliceContext.rbsp_buffer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e7772c5e4f1b31e2a3dda714ba4f89b1cca644a

[FFmpeg-cvslog] lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.

2016-06-20 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Jun 20 12:23:59 2016 +0200| [dcdf69561fde475f2d99573174eb5ae54e3052de] | committer: Carl Eugen Hoyos lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2. Fixes audiotoolbox decoding of QDMC and QDM2. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] Merge commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 12:31:29 2016 +0200| [0ab1816315b01dae882a93db90e7f6709e6a71fd] | committer: Clément Bœsch Merge commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd' * commit '56087ec0a29314d1860f6f0e6f40fbb9b40feccd': h264: drop a pointless indirection Mer

[FFmpeg-cvslog] h264: drop a pointless indirection

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 11 16:19:01 2016 +0200| [56087ec0a29314d1860f6f0e6f40fbb9b40feccd] | committer: Anton Khirnov h264: drop a pointless indirection > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56087ec0a29314d1860f6f0e6f40fbb9b40feccd --- libavcod

[FFmpeg-cvslog] h264: remove H264Context.pict_type

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 11 16:32:02 2016 +0200| [370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8] | committer: Anton Khirnov h264: remove H264Context.pict_type It is not used for anything internally, just exported in the output frames. So remove the indirection and set it di

[FFmpeg-cvslog] Merge commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 12:35:32 2016 +0200| [c8f7a23319e54059c6a355746845c4e4e0215509] | committer: Clément Bœsch Merge commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8' * commit '370ddc7b38d6b27b54fc2f5ee5f3dd9506f8c7c8': h264: remove H264Context.pict_type Mer

[FFmpeg-cvslog] h264: make slice threading work with deblocking_filter=1

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Apr 13 13:52:36 2016 +0200| [b77fffa127663028169c5ed543956af4b9496c29] | committer: Anton Khirnov h264: make slice threading work with deblocking_filter=1 In such a case, decode the MBs in parallel without the loop filter, then execute the filter s

[FFmpeg-cvslog] Merge commit 'b77fffa127663028169c5ed543956af4b9496c29'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 13:00:17 2016 +0200| [405398989093f5ef19cb63eab6a9205a0c40ce4f] | committer: Clément Bœsch Merge commit 'b77fffa127663028169c5ed543956af4b9496c29' * commit 'b77fffa127663028169c5ed543956af4b9496c29': h264: make slice threading work with de

[FFmpeg-cvslog] h264: remove a pointless comment

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Apr 13 17:15:40 2016 +0200| [9c858ce33fa9b94ebc320dd9d9fa423e708e90cc] | committer: Anton Khirnov h264: remove a pointless comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c858ce33fa9b94ebc320dd9d9fa423e708e90cc --- libavcodec

[FFmpeg-cvslog] Merge commit '9c858ce33fa9b94ebc320dd9d9fa423e708e90cc'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 15:36:44 2016 +0200| [fabdb7505a7b8b8bb15c2f3b652a4fb03a8dd6f3] | committer: Clément Bœsch Merge commit '9c858ce33fa9b94ebc320dd9d9fa423e708e90cc' * commit '9c858ce33fa9b94ebc320dd9d9fa423e708e90cc': h264: remove a pointless comment Merge

[FFmpeg-cvslog] Merge commit '4fd34e639d15b44e02686c9b4ef58c9c3c9b0a69'

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 15:38:11 2016 +0200| [0528410e04929d72ca29e5afddcc90d88de7208d] | committer: Clément Bœsch Merge commit '4fd34e639d15b44e02686c9b4ef58c9c3c9b0a69' * commit '4fd34e639d15b44e02686c9b4ef58c9c3c9b0a69': h264: remove pointless setting of some

[FFmpeg-cvslog] h264: remove pointless setting of some variables in loop_filter

2016-06-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Apr 13 17:17:51 2016 +0200| [4fd34e639d15b44e02686c9b4ef58c9c3c9b0a69] | committer: Anton Khirnov h264: remove pointless setting of some variables in loop_filter Those should already be set to the correct values. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] lavf/mov: ignore ctts entries that do not apply to a least one sample

2016-06-20 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Jun 16 13:16:52 2016 +0200| [acfab2dce6d30ab30b953d10e2e0097d8f8cb29f] | committer: Matthieu Bouron lavf/mov: ignore ctts entries that do not apply to a least one sample Fixes packet pts of samples which contain ctts entries with count <= 0. > h

[FFmpeg-cvslog] lavc/h264_ps: add ff_h264_ps_uninit and use it

2016-06-20 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Jun 20 16:02:10 2016 +0200| [0ea58059d635484957b332fe9432351381fae6cd] | committer: Matthieu Bouron lavc/h264_ps: add ff_h264_ps_uninit and use it > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ea58059d635484957b332fe9432351381fae6c

[FFmpeg-cvslog] fate: add test for alimiter

2016-06-20 Thread Petru Rares Sincraian
ffmpeg | branch: master | Petru Rares Sincraian | Mon Jun 20 19:32:36 2016 +0200| [bc370c8f687945eb31f42eb3b8a35e4474f32bea] | committer: Michael Niedermayer fate: add test for alimiter Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc370c8f687

[FFmpeg-cvslog] Remove Benjamin Larsson from MAINTAINERS

2016-06-20 Thread Benjamin Larsson
ffmpeg | branch: master | Benjamin Larsson | Mon Jun 20 11:19:45 2016 -0800| [ce028bc3506436cc82c84ab863b899f0ef474477] | committer: Lou Logan Remove Benjamin Larsson from MAINTAINERS Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce028bc3506436cc82c84ab

[FFmpeg-cvslog] MAINTAINERS: update my entries

2016-06-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Mon Jun 20 21:32:23 2016 +0200| [d0bde818acc7de44140a2ebfb52e3556e2eb47c9] | committer: Clément Bœsch MAINTAINERS: update my entries > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0bde818acc7de44140a2ebfb52e3556e2eb47c9 --- MAINTAINERS

[FFmpeg-cvslog] swresample/x86: add support for exact_rational

2016-06-20 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Thu Jun 16 00:17:35 2016 +0700| [6031e5d1af934727e7a014b521aa8303f669a2f3] | committer: Muhammad Faiz swresample/x86: add support for exact_rational phase_shift and phase_mask is removed generally exact_rational=on is faster than exact_rational=off Si

[FFmpeg-cvslog] avformat/oggparsevorbis: use the base64 decode size macro

2016-06-20 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 16 19:10:42 2016 -0300| [8b5b756c4d78c80051d23f2e95d21de01d74cd1f] | committer: James Almer avformat/oggparsevorbis: use the base64 decode size macro Allocate the memory needed for the decoded data rather than the encoded data. Signed-off-by: Jam

[FFmpeg-cvslog] avformat/oggparsevorbis: free base64 encoded data immediately after decoding it

2016-06-20 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jun 16 19:17:26 2016 -0300| [afd04058bc910e4a3b1017e03ea543d8be395818] | committer: James Almer avformat/oggparsevorbis: free base64 encoded data immediately after decoding it It has no use afterwards and freeing it before calling ff_flac_parse_pictur