[FFmpeg-cvslog] h264: drop needs_realloc

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Mar 31 10:10:42 2015 +0200| [27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3] | committer: Anton Khirnov h264: drop needs_realloc It is not needed anymore since switching to refcounted frames. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2

[FFmpeg-cvslog] Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 11:28:17 2015 +0200| [0d5e615c10583af5f346f0bc7420ebc5077a5d47] | committer: Michael Niedermayer Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3' * commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3': h264: drop needs_realloc M

[FFmpeg-cvslog] Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 11:38:42 2015 +0200| [e8a460672f7e9aec129a7cfa01345857b1565a15] | committer: Michael Niedermayer Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98' * commit '9d33bab583a82cf12286c65258a29c6888e1ff98': h264: drop H264Context.oupu

[FFmpeg-cvslog] h264: drop H264Context.ouputed_poc

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 5 08:49:47 2015 +0200| [9d33bab583a82cf12286c65258a29c6888e1ff98] | committer: Anton Khirnov h264: drop H264Context.ouputed_poc It is only set, but never used for anything. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d33bab58

[FFmpeg-cvslog] Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 11:48:39 2015 +0200| [cd63252f1ff61d894a1c3a59fee7d1e49dbfdeb4] | committer: Michael Niedermayer Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7' * commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7': h264: move the DPB init/uni

[FFmpeg-cvslog] h264: move the DPB init/uninit to init_context()/free_context()

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 5 20:51:00 2015 +0200| [a6cd154463bea7eb56d28192db4c8c6d83f67fd7] | committer: Anton Khirnov h264: move the DPB init/uninit to init_context()/free_context() Currently, the DPB is initialized in alloc_tables() and uninitialized in free_tables()

[FFmpeg-cvslog] Merge commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 12:04:26 2015 +0200| [580c86925ddf8c85d2e6f57ed55dd75853748b29] | committer: Michael Niedermayer Merge commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f' * commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f': h264: move context reinit l

[FFmpeg-cvslog] h264: move context reinit lower down in update_thread_context()

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 6 20:05:37 2015 +0200| [54986d6db9116ef9704b1ce8414ffdb7f1ca127f] | committer: Anton Khirnov h264: move context reinit lower down in update_thread_context() It uses some fields from the SPS, which is not yet set where the reinit is called curr

[FFmpeg-cvslog] h264: eliminate ff_h264_set_parameter_from_sps()

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 6 20:33:58 2015 +0200| [ee62b364be0c30cba83b5ff10a3ca8c3e866ade6] | committer: Anton Khirnov h264: eliminate ff_h264_set_parameter_from_sps() That function currently does two things -- reinitializing the DSP contexts and setting low_delay base

[FFmpeg-cvslog] Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 13:01:15 2015 +0200| [ab7ad5e6a1b8359b169e7bcbe96ce7162d0c0002] | committer: Michael Niedermayer Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6' * commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6': h264: eliminate ff_h264_set

[FFmpeg-cvslog] h264: move freeing the escaped RBSP buffer to free_context()

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 6 21:00:42 2015 +0200| [11f024ef0ab923ed8680fc35a087d576e549c849] | committer: Anton Khirnov h264: move freeing the escaped RBSP buffer to free_context() It does not logically belong in free_tables(), since it's not allocated in alloc_tables()

[FFmpeg-cvslog] Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 13:24:18 2015 +0200| [d3a5dba81b3a0ab79df38751d31a6e7d8e251654] | committer: Michael Niedermayer Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849' * commit '11f024ef0ab923ed8680fc35a087d576e549c849': h264: move freeing the esca

[FFmpeg-cvslog] Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 13:33:07 2015 +0200| [1aa3a0f457c3d33e01fa0df17e19eb1100e51f3b] | committer: Michael Niedermayer Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9' * commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9': h264: drop a comment that c

[FFmpeg-cvslog] h264: drop a comment that carries no useful information

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Apr 6 21:02:17 2015 +0200| [440e8dd374b732c48d564d9f1bb0ec3b1b786fb9] | committer: Anton Khirnov h264: drop a comment that carries no useful information > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=440e8dd374b732c48d564d9f1bb0ec3b1b

[FFmpeg-cvslog] Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 13:40:59 2015 +0200| [16b90d0bcbca75b48f5d6ba6555c185424cbc7e6] | committer: Michael Niedermayer Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba' * commit '29dcde2b87559b72957454a7e9bcd5227d8057ba': h264: copy nal_length_size

[FFmpeg-cvslog] h264: copy nal_length_size in update_thread_context

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 12 19:08:23 2015 +0200| [29dcde2b87559b72957454a7e9bcd5227d8057ba] | committer: Anton Khirnov h264: copy nal_length_size in update_thread_context It does not make sense to copy is_avc without copying this as well. This patch should not change a

[FFmpeg-cvslog] h264: update the current bit depth/chroma type in init_slice_header()

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 12 19:13:56 2015 +0200| [c9ccbc7333eddd025ebbde5cc4f27d68a950c623] | committer: Anton Khirnov h264: update the current bit depth/chroma type in init_slice_header() With frame threading, it is currently only updated in the context where the chan

[FFmpeg-cvslog] Merge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 13:48:02 2015 +0200| [51f7ba9ceec0053ee9c1ad900e1e0a49d3008137] | committer: Michael Niedermayer Merge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623' * commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623': h264: update the current bi

[FFmpeg-cvslog] Merge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 13:55:25 2015 +0200| [cc87493f0654b3bf7d108df90bad4313d993576b] | committer: Michael Niedermayer Merge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524' * commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524': h264: drop the reinit param

[FFmpeg-cvslog] h264: drop the reinit parameter from init_slice_header()

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 12 19:36:49 2015 +0200| [8a66fd40260b7aae6226d68c4dbad43b05a8e524] | committer: Anton Khirnov h264: drop the reinit parameter from init_slice_header() It is only used to decide whether to call free_tables(), but that function is safe to call on

[FFmpeg-cvslog] h264: merge the init and reinit paths in update_thread_context()

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 12 20:59:52 2015 +0200| [88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f] | committer: Anton Khirnov h264: merge the init and reinit paths in update_thread_context() There is no real need to handle the init case specially, everything necessary is init

[FFmpeg-cvslog] avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context( )

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 15:13:24 2015 +0200| [4a95cd5d9b4b5a48e438827c9c8f048d86abc14c] | committer: Michael Niedermayer avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context() Fixes fate-h264-lossless Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] Merge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 14:18:30 2015 +0200| [bd7dce594ea76b3d9a898c6ceb55ccc91ec76001] | committer: Michael Niedermayer Merge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f' * commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f': h264: merge the init and re

[FFmpeg-cvslog] Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 15:22:49 2015 +0200| [07a79cf8694ac685ae8f579ccc33d113eb46fe3d] | committer: Michael Niedermayer Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819' * commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819': h264: embed the DPB in the

[FFmpeg-cvslog] h264: embed the DPB in the context

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 12 21:08:34 2015 +0200| [7a4f74eed51f914e9bbfebaffd4a92ac6791f819] | committer: Anton Khirnov h264: embed the DPB in the context It now has a fixed size and is initialized only once, so there is no point in allocating it separately. > http://g

[FFmpeg-cvslog] Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 15:44:21 2015 +0200| [36f862e04c2afe37c1fd541e01013c6cef4c6015] | committer: Michael Niedermayer Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6' * commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6': h264: use properly allocate

[FFmpeg-cvslog] h264: use properly allocated AVFrames

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Apr 17 12:09:50 2015 +0200| [a0f2946068c62e18cb05ac25c0df3d86077251a6] | committer: Anton Khirnov h264: use properly allocated AVFrames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a0f2946068c62e18cb05ac25c0df3d86077251a6 --- libav

[FFmpeg-cvslog] rawenc: properly allocate coded_frame

2015-04-29 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Apr 17 12:12:57 2015 +0200| [a09c499a2e25ded575cb9f37528384402be86ad8] | committer: Anton Khirnov rawenc: properly allocate coded_frame > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a09c499a2e25ded575cb9f37528384402be86ad8 --- libav

[FFmpeg-cvslog] Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8'

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 16:49:04 2015 +0200| [50e46b7f0dca4d974f4c092f663bbbcf5f3d5e99] | committer: Michael Niedermayer Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8' * commit 'a09c499a2e25ded575cb9f37528384402be86ad8': rawenc: properly allocate c

[FFmpeg-cvslog] avcodec/dca_parser: Extend DTS core sync word and fix existing check

2015-04-29 Thread foo86
ffmpeg | branch: master | foo86 | Wed Apr 29 14:14:55 2015 +0300| [e80b2b9c81716a5d9f559c04cfe69d76b04e4cd3] | committer: Michael Niedermayer avcodec/dca_parser: Extend DTS core sync word and fix existing check Check extended sync word for 16-bit LE and BE core streams to reduce probability of

[FFmpeg-cvslog] avcodec/libx264: Remove cleanup code, its uneeded since FF_CODEC_CAP_INIT_CLEANUP

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 24 22:46:06 2015 +0200| [8a710ddc7c111b43cd32a4e523fc2dafd53a0592] | committer: Michael Niedermayer avcodec/libx264: Remove cleanup code, its uneeded since FF_CODEC_CAP_INIT_CLEANUP Signed-off-by: Michael Niedermayer > http://git.video

[FFmpeg-cvslog] avformat/mpegts: Also parse the FMC descriptor if the codec has not been identified yet

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 06:26:18 2015 +0200| [14e9a20083c9c17c9431754bf13e458293c1ead4] | committer: Michael Niedermayer avformat/mpegts: Also parse the FMC descriptor if the codec has not been identified yet Fixes Detecting AAC with such descriptor if the p

[FFmpeg-cvslog] avcodec/cook: Remove unneeded #if

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 29 20:13:59 2015 +0200| [828759ed9afab3d4a046c87cb060305062e81de7] | committer: Michael Niedermayer avcodec/cook: Remove unneeded #if The code is already doing nothing if DEBUG is disabled Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] avfilter/vf_vignette: force per frame evaluation if per frame variables are used

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Mar 30 21:50:15 2015 +0200| [f8fa392a2edb517c4b17ae0ea1dab806d38533dc] | committer: Michael Niedermayer avfilter/vf_vignette: force per frame evaluation if per frame variables are used Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] avformat/mov: Do not read ACLR into extradata for H.264

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 30 00:02:47 2015 +0200| [2025e803cd0c865b6ca2f80160293de28eb5efed] | committer: Michael Niedermayer avformat/mov: Do not read ACLR into extradata for H.264 Fixes regression decoding AVCI Fixes Ticket4493 Signed-off-by: Michael Niedermaye

[FFmpeg-cvslog] New commits on branch release/2.1

2015-04-29 Thread Git System
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7cb5d41d1d66cf328253a14ccb209d4e34687d4 Author: Andreas Cadhalpun Date: Tue Apr 28 22:37:19 2015 +0200 nutdec: fix illegal count check in decode_main_header The existing check has two problems: 1) i + count ca

[FFmpeg-cvslog] Update for 2.1.8

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: release/2.1 | Michael Niedermayer | Thu Apr 30 02:04:38 2015 +0200| [68f89b8264d46d5812e710ca0f903d4d323ec899] | committer: Michael Niedermayer Update for 2.1.8 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68f89b8264d46d5812e

[FFmpeg-cvslog] avfilter/lavfutils: disable frame threads when decoding a single image

2015-04-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 30 03:03:31 2015 +0200| [d2184bf3b65354e44c177e226a6c59c5d6fdbad4] | committer: Michael Niedermayer avfilter/lavfutils: disable frame threads when decoding a single image The image decoding code does expect the image to be decoded immedea