[FFmpeg-cvslog] hevc: make the crop sizes unsigned

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Mar 20 21:28:34 2015 +0100| [c929659bdd7d2d5848ea52e685a3164c7b901bb0] | committer: Anton Khirnov hevc: make the crop sizes unsigned > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c929659bdd7d2d5848ea52e685a3164c7b901bb0 --- libavcod

[FFmpeg-cvslog] Merge commit 'c929659bdd7d2d5848ea52e685a3164c7b901bb0'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 11:02:17 2015 +0100| [0e69c16e965d737dbd7a1433ef3ae66c09c88742] | committer: Michael Niedermayer Merge commit 'c929659bdd7d2d5848ea52e685a3164c7b901bb0' * commit 'c929659bdd7d2d5848ea52e685a3164c7b901bb0': hevc: make the crop sizes u

[FFmpeg-cvslog] Merge commit '5127c00b971b674f72609369b39a9c0f7c36977d'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 11:24:15 2015 +0100| [e4588e376a63e50a98c4ae0658cf45a9c4e6c556] | committer: Michael Niedermayer Merge commit '5127c00b971b674f72609369b39a9c0f7c36977d' * commit '5127c00b971b674f72609369b39a9c0f7c36977d': hevc: zero the correct vari

[FFmpeg-cvslog] hevc: zero the correct variables on invalid crop parameters

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Mar 20 21:30:29 2015 +0100| [5127c00b971b674f72609369b39a9c0f7c36977d] | committer: Anton Khirnov hevc: zero the correct variables on invalid crop parameters It's the output_window that is applied to the output frame, not pic_conf_win > http://git

[FFmpeg-cvslog] h264_ps: properly check cropping parameters against overflow

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Mar 20 21:49:23 2015 +0100| [d8a45d2d49f54fde042b195f9d5859251252493d] | committer: Anton Khirnov h264_ps: properly check cropping parameters against overflow CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d

[FFmpeg-cvslog] Merge commit 'd8a45d2d49f54fde042b195f9d5859251252493d'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 12:08:14 2015 +0100| [665e0c10a63d31dd6c7b1fba14db074625d54614] | committer: Michael Niedermayer Merge commit 'd8a45d2d49f54fde042b195f9d5859251252493d' * commit 'd8a45d2d49f54fde042b195f9d5859251252493d': h264_ps: properly check cro

[FFmpeg-cvslog] avcodec/hevc_ps: Check cropping parameters more correctly

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 12:54:16 2015 +0100| [06c70d45373dedc600f28e345685b130b60203c1] | committer: Michael Niedermayer avcodec/hevc_ps: Check cropping parameters more correctly Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] h264: split weighted pred-related vars into per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 18:45:29 2015 +0100| [92c6c2a605f9b077b8fbc25b7ed6625541232b87] | committer: Anton Khirnov h264: split weighted pred-related vars into per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92c6c2a605f9b077b8fbc25b7ed6

[FFmpeg-cvslog] Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:13:12 2015 +0100| [756dc7bd18b88fdde5c06c701375a6570500e58c] | committer: Michael Niedermayer Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87' * commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87': h264: split weighted pred-r

[FFmpeg-cvslog] h264: do not copy qscale when updating per-thread contexts

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 21:51:40 2015 +0100| [d40ae0e595fe90b5583b9269f8bb000402bde5a6] | committer: Anton Khirnov h264: do not copy qscale when updating per-thread contexts It's a per-slice quantity constructed when parsing the slice header. > http://git.videolan

[FFmpeg-cvslog] Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:24:23 2015 +0100| [c27f53b9fbcd8f638afecc637ef844b612cc39be] | committer: Michael Niedermayer Merge commit 'd231e84b06a9964c840cff4e228509f706165fb6' * commit 'd231e84b06a9964c840cff4e228509f706165fb6': h264: move the quantizers i

[FFmpeg-cvslog] h264: move the quantizers into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [d231e84b06a9964c840cff4e228509f706165fb6] | committer: Anton Khirnov h264: move the quantizers into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d231e84b06a9964c840cff4e228509f706165

[FFmpeg-cvslog] Merge commit 'd40ae0e595fe90b5583b9269f8bb000402bde5a6'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:20:49 2015 +0100| [cc31d9ce80abd8b2a1a446f73a8651e2f1d76853] | committer: Michael Niedermayer Merge commit 'd40ae0e595fe90b5583b9269f8bb000402bde5a6' * commit 'd40ae0e595fe90b5583b9269f8bb000402bde5a6': h264: do not copy qscale wh

[FFmpeg-cvslog] h264: move qp_thresh into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [06789ad3b71296a9e2fbd0278632d97a5d9af8d7] | committer: Anton Khirnov h264: move qp_thresh into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06789ad3b71296a9e2fbd0278632d97a5d9af8d7 -

[FFmpeg-cvslog] Merge commit '06789ad3b71296a9e2fbd0278632d97a5d9af8d7'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:34:30 2015 +0100| [acd6b407c3cebc6dda899820d65e75ad1d75eb63] | committer: Michael Niedermayer Merge commit '06789ad3b71296a9e2fbd0278632d97a5d9af8d7' * commit '06789ad3b71296a9e2fbd0278632d97a5d9af8d7': h264: move qp_thresh into t

[FFmpeg-cvslog] Merge commit '5355ed6b20e941430c4f8fb82644e87a65366d61'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:35:02 2015 +0100| [c07b7e483af6a0bee49c0ac46030d9b10be4913b] | committer: Michael Niedermayer Merge commit '5355ed6b20e941430c4f8fb82644e87a65366d61' * commit '5355ed6b20e941430c4f8fb82644e87a65366d61': h264: move {prev,next}_mb_s

[FFmpeg-cvslog] h264: move {chroma, intra16x16}_pred_mode into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [4bd5ac200d15b4f458a50f66006549825f9fc865] | committer: Anton Khirnov h264: move {chroma,intra16x16}_pred_mode into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4bd5ac200d15b4f458a50f

[FFmpeg-cvslog] h264: move {prev, next}_mb_skipped into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [5355ed6b20e941430c4f8fb82644e87a65366d61] | committer: Anton Khirnov h264: move {prev,next}_mb_skipped into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5355ed6b20e941430c4f8fb82644e

[FFmpeg-cvslog] Merge commit '4bd5ac200d15b4f458a50f66006549825f9fc865'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:35:34 2015 +0100| [a2740a060b36f6612043fa3128f4eb6197d0ce13] | committer: Michael Niedermayer Merge commit '4bd5ac200d15b4f458a50f66006549825f9fc865' * commit '4bd5ac200d15b4f458a50f66006549825f9fc865': h264: move {chroma,intra16x

[FFmpeg-cvslog] avcodec/h264_cabac: Fix intra4x4_pred_mode_cache argument to av_dlog()

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:46:32 2015 +0100| [20f5be1038fcf9f88d5c74c16c01dd21584405b3] | committer: Michael Niedermayer avcodec/h264_cabac: Fix intra4x4_pred_mode_cache argument to av_dlog() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] Merge commit '7d8154edd594981e7891d57de91f2260f8a62939'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:44:38 2015 +0100| [6abd1e901c065280d50adbbf95eb54773870328c] | committer: Michael Niedermayer Merge commit '7d8154edd594981e7891d57de91f2260f8a62939' * commit '7d8154edd594981e7891d57de91f2260f8a62939': h264: move intra4x4_pred_mo

[FFmpeg-cvslog] Merge commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:42:44 2015 +0100| [61635c7a8822d13bc8da69e116f40738be43539a] | committer: Michael Niedermayer Merge commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052' * commit '8b00f4df20f4a8ab0656fdaf7d00233a6515a052': h264: move some neighbour i

[FFmpeg-cvslog] h264: move some neighbour information into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [8b00f4df20f4a8ab0656fdaf7d00233a6515a052] | committer: Anton Khirnov h264: move some neighbour information into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b00f4df20f4a8ab0656fdaf7

[FFmpeg-cvslog] h264: move intra4x4_pred_mode[_cache] into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [7d8154edd594981e7891d57de91f2260f8a62939] | committer: Anton Khirnov h264: move intra4x4_pred_mode[_cache] into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d8154edd594981e7891d57de

[FFmpeg-cvslog] h264: move non_zero_count_cache into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [f69574cf7aca4fe4d57a2155e925f37fc863474d] | committer: Anton Khirnov h264: move non_zero_count_cache into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f69574cf7aca4fe4d57a2155e925f37

[FFmpeg-cvslog] Merge commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 13:58:11 2015 +0100| [6ec279b54c09f47208930021a38a742f2cc09324] | committer: Michael Niedermayer Merge commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e' * commit '64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e': h264: move *_samples_availa

[FFmpeg-cvslog] h264: move {mv, ref}_cache into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [e6287f077c3e8e4aca11e61dd4bade1351439e6b] | committer: Anton Khirnov h264: move {mv,ref}_cache into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6287f077c3e8e4aca11e61dd4bade1351439

[FFmpeg-cvslog] Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:03:14 2015 +0100| [f1436a7f961519f2f149c5eda72af988004f4483] | committer: Michael Niedermayer Merge commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b' * commit 'e6287f077c3e8e4aca11e61dd4bade1351439e6b': h264: move {mv,ref}_cache i

[FFmpeg-cvslog] Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:02:02 2015 +0100| [b7e0356cc33297d8db12b56051841f914b6f1ba9] | committer: Michael Niedermayer Merge commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d' * commit 'f69574cf7aca4fe4d57a2155e925f37fc863474d': h264: move non_zero_count_c

[FFmpeg-cvslog] h264: move *_samples_available into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [64c81b2cd0dcf1fe66c381a5d2c707dddcf35a7e] | committer: Anton Khirnov h264: move *_samples_available into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64c81b2cd0dcf1fe66c381a5d2c707dd

[FFmpeg-cvslog] h264: move neighbor_transform_size into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a] | committer: Anton Khirnov h264: move neighbor_transform_size into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99a35d1ccbb6b6cd260ce5c8369a

[FFmpeg-cvslog] Merge commit '5f390eef8ee2b8adab00c5d2923a52aa261eb999'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:16:29 2015 +0100| [2cc08cad9ecf2d2524bc572a4e9bbe659b330d5c] | committer: Michael Niedermayer Merge commit '5f390eef8ee2b8adab00c5d2923a52aa261eb999' * commit '5f390eef8ee2b8adab00c5d2923a52aa261eb999': h264: move mb_[uv]linesize

[FFmpeg-cvslog] Merge commit '56febc993b928ccc039a32158ca60b234c311875'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:30:19 2015 +0100| [97c8ecaadab4e246d969fadd44072025b64747e4] | committer: Michael Niedermayer Merge commit '56febc993b928ccc039a32158ca60b234c311875' * commit '56febc993b928ccc039a32158ca60b234c311875': h264: move the slice type v

[FFmpeg-cvslog] Merge commit '99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:14:01 2015 +0100| [892a6d00280215ab4c1485c0931912f82318dc63] | committer: Michael Niedermayer Merge commit '99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a' * commit '99a35d1ccbb6b6cd260ce5c8369a897a79fe6a3a': h264: move neighbor_transfo

[FFmpeg-cvslog] h264: move mb_[uv]linesize into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [5f390eef8ee2b8adab00c5d2923a52aa261eb999] | committer: Anton Khirnov h264: move mb_[uv]linesize into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f390eef8ee2b8adab00c5d2923a52aa261e

[FFmpeg-cvslog] h264: move the slice type variables into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [56febc993b928ccc039a32158ca60b234c311875] | committer: Anton Khirnov h264: move the slice type variables into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56febc993b928ccc039a32158ca

[FFmpeg-cvslog] Merge commit 'be69f0a800903b7573b18d9287d18b2f368b8b11'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:39:28 2015 +0100| [20477a4ecbeeb4abe4fe896731312836955435f0] | committer: Michael Niedermayer Merge commit 'be69f0a800903b7573b18d9287d18b2f368b8b11' * commit 'be69f0a800903b7573b18d9287d18b2f368b8b11': h264: move col_{parity,fiel

[FFmpeg-cvslog] h264: move sub_mb_type into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6] | committer: Anton Khirnov h264: move sub_mb_type into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6

[FFmpeg-cvslog] Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:38:59 2015 +0100| [a8ac4c9b06b9f3ee73ef377a3e4392957c72c2b3] | committer: Michael Niedermayer Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e' * commit '066aafced4dc6c7c9e7b37082635472249f1e93e': h264: move direct_spatial_m

[FFmpeg-cvslog] h264: move dist_scale_factor[_field] into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [ee0d774dfa94655e44707ff3e02f4a4d282c1963] | committer: Anton Khirnov h264: move dist_scale_factor[_field] into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ee0d774dfa94655e44707ff3e0

[FFmpeg-cvslog] Merge commit 'ee0d774dfa94655e44707ff3e02f4a4d282c1963'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:39:45 2015 +0100| [bd76a4822f989f30c6dc109a5157d6239a6b1112] | committer: Michael Niedermayer Merge commit 'ee0d774dfa94655e44707ff3e02f4a4d282c1963' * commit 'ee0d774dfa94655e44707ff3e02f4a4d282c1963': h264: move dist_scale_facto

[FFmpeg-cvslog] h264: move col_{parity, fieldoff} into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [be69f0a800903b7573b18d9287d18b2f368b8b11] | committer: Anton Khirnov h264: move col_{parity,fieldoff} into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be69f0a800903b7573b18d9287d18b

[FFmpeg-cvslog] h264: move direct_spatial_mv_pred into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [066aafced4dc6c7c9e7b37082635472249f1e93e] | committer: Anton Khirnov h264: move direct_spatial_mv_pred into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=066aafced4dc6c7c9e7b370826354

[FFmpeg-cvslog] Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:37:55 2015 +0100| [4ffbeddd35cb6a365a3db85bb2bdf2084fb1ba55] | committer: Michael Niedermayer Merge commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6' * commit 'ed451a08a46b2b07fd2dba3e55ffddd18ae6e3d6': h264: move sub_mb_type into

[FFmpeg-cvslog] h264: move map_col_to_list0[_field] into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [7747726667c86877feed30c9e18460cb8e63f551] | committer: Anton Khirnov h264: move map_col_to_list0[_field] into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7747726667c86877feed30c9e18

[FFmpeg-cvslog] Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:59:58 2015 +0100| [cc2cfdc49786a8268d1514661c17ea96035d6f1d] | committer: Michael Niedermayer Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291' * commit '95eb35f30513e335990ad0d5dca6ddc318477291': h264: move the ref lists va

[FFmpeg-cvslog] h264: move the ref lists variables into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [95eb35f30513e335990ad0d5dca6ddc318477291] | committer: Anton Khirnov h264: move the ref lists variables into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95eb35f30513e335990ad0d5dca6

[FFmpeg-cvslog] Merge commit '7747726667c86877feed30c9e18460cb8e63f551'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 14:46:20 2015 +0100| [27b3522ba3cf539e13bb0f8f9c68d2dd513a8f73] | committer: Michael Niedermayer Merge commit '7747726667c86877feed30c9e18460cb8e63f551' * commit '7747726667c86877feed30c9e18460cb8e63f551': h264: move map_col_to_list0

[FFmpeg-cvslog] h264: move mb[_{padding, luma_dc}] into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [bf03a878a76dea29b36f368759e9f66102b39a5f] | committer: Anton Khirnov h264: move mb[_{padding,luma_dc}] into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf03a878a76dea29b36f368759e9f

[FFmpeg-cvslog] avcodec/h264_slice: Merge 2 memcpy()

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:37:05 2015 +0100| [d86e8f235e59e1f5f49fda8eeabd69bfb8396549] | committer: Michael Niedermayer avcodec/h264_slice: Merge 2 memcpy() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d86e

[FFmpeg-cvslog] Merge commit 'bf03a878a76dea29b36f368759e9f66102b39a5f'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:30:10 2015 +0100| [739edc1a7e83cdca27c3defbc3f057e98a3de472] | committer: Michael Niedermayer Merge commit 'bf03a878a76dea29b36f368759e9f66102b39a5f' * commit 'bf03a878a76dea29b36f368759e9f66102b39a5f': h264: move mb[_{padding,lum

[FFmpeg-cvslog] Merge commit 'b063582e0c4f775a8ba377488bd085595e0e7fae'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:25:31 2015 +0100| [35a788d953838c1b7f34038ef54fddc3d11994fe] | committer: Michael Niedermayer Merge commit 'b063582e0c4f775a8ba377488bd085595e0e7fae' * commit 'b063582e0c4f775a8ba377488bd085595e0e7fae': h264: move intra_pcm_ptr in

[FFmpeg-cvslog] h264: move intra_pcm_ptr into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [b063582e0c4f775a8ba377488bd085595e0e7fae] | committer: Anton Khirnov h264: move intra_pcm_ptr into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b063582e0c4f775a8ba377488bd085595e0e7f

[FFmpeg-cvslog] Merge commit '30da98adbda6de1f55188f9058a3a5c715049633'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:45:44 2015 +0100| [f5d4d618242f412626f65e5f9b5a069448bf219b] | committer: Michael Niedermayer Merge commit '30da98adbda6de1f55188f9058a3a5c715049633' * commit '30da98adbda6de1f55188f9058a3a5c715049633': h264: move cabac[_state] in

[FFmpeg-cvslog] h264: move [{top, left}_]cbp into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [e7226984ac13aacb84eae77a372df8ff7685848f] | committer: Anton Khirnov h264: move [{top,left}_]cbp into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7226984ac13aacb84eae77a372df8ff768

[FFmpeg-cvslog] Merge commit '5c8280c3075dd54f26752c3a1185647578421703'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:48:50 2015 +0100| [a4952e7343f9a77d2995d699ac045b095ab11052] | committer: Michael Niedermayer Merge commit '5c8280c3075dd54f26752c3a1185647578421703' * commit '5c8280c3075dd54f26752c3a1185647578421703': h264: move last_qscale_diff

[FFmpeg-cvslog] Merge commit 'e7226984ac13aacb84eae77a372df8ff7685848f'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:46:28 2015 +0100| [4c5c913dd8d946022ba160ec480694222aab061d] | committer: Michael Niedermayer Merge commit 'e7226984ac13aacb84eae77a372df8ff7685848f' * commit 'e7226984ac13aacb84eae77a372df8ff7685848f': h264: move [{top,left}_]cbp

[FFmpeg-cvslog] h264: move last_qscale_diff into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [5c8280c3075dd54f26752c3a1185647578421703] | committer: Anton Khirnov h264: move last_qscale_diff into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c8280c3075dd54f26752c3a11856475784

[FFmpeg-cvslog] h264: move cabac[_state] into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [30da98adbda6de1f55188f9058a3a5c715049633] | committer: Anton Khirnov h264: move cabac[_state] into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30da98adbda6de1f55188f9058a3a5c7150496

[FFmpeg-cvslog] Merge commit '6479c79f5517e2881bc881e737b2dbce69553878'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:58:01 2015 +0100| [6a2e1ff02a784ea69fb1a6f71d3357d705506506] | committer: Michael Niedermayer Merge commit '6479c79f5517e2881bc881e737b2dbce69553878' * commit '6479c79f5517e2881bc881e737b2dbce69553878': h264: move mvd_cache into t

[FFmpeg-cvslog] Merge commit 'a67f8ae9a2c8529bf6a635e8ca4e3483592708b1'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:57:21 2015 +0100| [c9841c05be67908e0980dafe0f7585ba47cbfe28] | committer: Michael Niedermayer Merge commit 'a67f8ae9a2c8529bf6a635e8ca4e3483592708b1' * commit 'a67f8ae9a2c8529bf6a635e8ca4e3483592708b1': h264: move mvd_table into t

[FFmpeg-cvslog] h264: move mvd_table into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [a67f8ae9a2c8529bf6a635e8ca4e3483592708b1] | committer: Anton Khirnov h264: move mvd_table into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a67f8ae9a2c8529bf6a635e8ca4e3483592708b1 -

[FFmpeg-cvslog] Merge commit 'e6c90ce94f1b07f50cea2babf7471af455cca0ff'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:59:16 2015 +0100| [7d23931632ea3af55ec4ddb1e572ff31aa2c1e9a] | committer: Michael Niedermayer Merge commit 'e6c90ce94f1b07f50cea2babf7471af455cca0ff' * commit 'e6c90ce94f1b07f50cea2babf7471af455cca0ff': h264: move loopfilter param

[FFmpeg-cvslog] h264: move loopfilter parameters into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [e6c90ce94f1b07f50cea2babf7471af455cca0ff] | committer: Anton Khirnov h264: move loopfilter parameters into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6c90ce94f1b07f50cea2babf7471a

[FFmpeg-cvslog] Merge commit 'bd3e460b73dd54a68dc253e010c239cefc8d8d55'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 15:58:46 2015 +0100| [ad6cee117e83711bf57e8dd90472543dbd61b8b8] | committer: Michael Niedermayer Merge commit 'bd3e460b73dd54a68dc253e010c239cefc8d8d55' * commit 'bd3e460b73dd54a68dc253e010c239cefc8d8d55': h264: move direct_cache int

[FFmpeg-cvslog] h264: move direct_cache into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [bd3e460b73dd54a68dc253e010c239cefc8d8d55] | committer: Anton Khirnov h264: move direct_cache into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bd3e460b73dd54a68dc253e010c239cefc8d8d5

[FFmpeg-cvslog] h264: move mvd_cache into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [6479c79f5517e2881bc881e737b2dbce69553878] | committer: Anton Khirnov h264: move mvd_cache into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6479c79f5517e2881bc881e737b2dbce69553878 -

[FFmpeg-cvslog] Merge commit '9951907f6fc37a8d41566dbee09f7c15ff587de6'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 16:07:53 2015 +0100| [da7f4c32ab6bf517d4ef51297da46cf459479b22] | committer: Michael Niedermayer Merge commit '9951907f6fc37a8d41566dbee09f7c15ff587de6' * commit '9951907f6fc37a8d41566dbee09f7c15ff587de6': h264: move redundant_pic_co

[FFmpeg-cvslog] h264: move mb_skip_run into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [47a0d393504d6726c4a235951153bee0abb3f7d6] | committer: Anton Khirnov h264: move mb_skip_run into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47a0d393504d6726c4a235951153bee0abb3f7d6

[FFmpeg-cvslog] h264: move redundant_pic_count into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [9951907f6fc37a8d41566dbee09f7c15ff587de6] | committer: Anton Khirnov h264: move redundant_pic_count into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9951907f6fc37a8d41566dbee09f7c15

[FFmpeg-cvslog] Merge commit '07c5ca551b7327d3c4e33738cc0cd2d5ac2779fa'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 16:10:31 2015 +0100| [db4234c5002fc0ac7ecae323874b97a4547ae0c3] | committer: Michael Niedermayer Merge commit '07c5ca551b7327d3c4e33738cc0cd2d5ac2779fa' * commit '07c5ca551b7327d3c4e33738cc0cd2d5ac2779fa': h264: move is_complex into

[FFmpeg-cvslog] h264: move is_complex into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [07c5ca551b7327d3c4e33738cc0cd2d5ac2779fa] | committer: Anton Khirnov h264: move is_complex into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07c5ca551b7327d3c4e33738cc0cd2d5ac2779fa

[FFmpeg-cvslog] Merge commit 'a9b201cacf85d710b102010cb4baef97f00ea39b'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 16:06:53 2015 +0100| [04d23cf1c5f678f5fe0fe0eb5fd92a59c70e8c42] | committer: Michael Niedermayer Merge commit 'a9b201cacf85d710b102010cb4baef97f00ea39b' * commit 'a9b201cacf85d710b102010cb4baef97f00ea39b': h264: move cabac_init_idc i

[FFmpeg-cvslog] Merge commit '47a0d393504d6726c4a235951153bee0abb3f7d6'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 16:09:14 2015 +0100| [70eec8f432dcee5b9867ba01a26436a04a9a0423] | committer: Michael Niedermayer Merge commit '47a0d393504d6726c4a235951153bee0abb3f7d6' * commit '47a0d393504d6726c4a235951153bee0abb3f7d6': h264: move mb_skip_run into

[FFmpeg-cvslog] h264: move cabac_init_idc into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [a9b201cacf85d710b102010cb4baef97f00ea39b] | committer: Anton Khirnov h264: move cabac_init_idc into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9b201cacf85d710b102010cb4baef97f00ea

[FFmpeg-cvslog] Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 16:18:29 2015 +0100| [668c65e7e73a21c86f43ffa1f79bf023fa44cbcd] | committer: Michael Niedermayer Merge commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522' * commit '0edbe6faa7ef80daf0e84353cbe733389bf1a522': h264: move mb_xy into the p

[FFmpeg-cvslog] h264: move mb_xy into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [0edbe6faa7ef80daf0e84353cbe733389bf1a522] | committer: Anton Khirnov h264: move mb_xy into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0edbe6faa7ef80daf0e84353cbe733389bf1a522 ---

[FFmpeg-cvslog] Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 16:25:04 2015 +0100| [d76559fb5f529db5f14d304936cadebce902b68c] | committer: Michael Niedermayer Merge commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977' * commit 'd4d9068cdf8f4b2b87ae87a2ef880d243f77b977': h264: move mb_{x,y} into th

[FFmpeg-cvslog] h264: move mb_{x,y} into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [d4d9068cdf8f4b2b87ae87a2ef880d243f77b977] | committer: Anton Khirnov h264: move mb_{x,y} into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d4d9068cdf8f4b2b87ae87a2ef880d243f77b977 --

[FFmpeg-cvslog] h264: do not abuse the context as a temporary storage in get_last_needed_nal()

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 14:25:01 2015 +0100| [2ea00e35e4e0b58f7a306dd55d8f72a21c32c946] | committer: Anton Khirnov h264: do not abuse the context as a temporary storage in get_last_needed_nal() Use a local variable instead. > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] Merge commit '7bbc254d646ed9cf6deffc3fda75ae6729f95979'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 16:54:48 2015 +0100| [72bec029ee18aada1c54101f4fa0aa991355321c] | committer: Michael Niedermayer Merge commit '7bbc254d646ed9cf6deffc3fda75ae6729f95979' * commit '7bbc254d646ed9cf6deffc3fda75ae6729f95979': h264: move resync_mb_{x,y}

[FFmpeg-cvslog] h264: move resync_mb_{x, y} into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [7bbc254d646ed9cf6deffc3fda75ae6729f95979] | committer: Anton Khirnov h264: move resync_mb_{x,y} into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bbc254d646ed9cf6deffc3fda75ae6729f9

[FFmpeg-cvslog] h264: remove some remnants of data partitioning

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 14:21:09 2015 +0100| [404a416d4b1fcbf9db5569481d8181f296c01ea9] | committer: Anton Khirnov h264: remove some remnants of data partitioning > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=404a416d4b1fcbf9db5569481d8181f296c01ea9 -

[FFmpeg-cvslog] Merge commit '2ea00e35e4e0b58f7a306dd55d8f72a21c32c946'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:02:23 2015 +0100| [727b202330712eb981eb008b1e7a936d71092f71] | committer: Michael Niedermayer Merge commit '2ea00e35e4e0b58f7a306dd55d8f72a21c32c946' * commit '2ea00e35e4e0b58f7a306dd55d8f72a21c32c946': h264: do not abuse the cont

[FFmpeg-cvslog] Merge commit '404a416d4b1fcbf9db5569481d8181f296c01ea9'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:00:51 2015 +0100| [eba2c2321bc51b0faf5df379e5968ef2aa581cd8] | committer: Michael Niedermayer Merge commit '404a416d4b1fcbf9db5569481d8181f296c01ea9' * commit '404a416d4b1fcbf9db5569481d8181f296c01ea9': h264: remove some remnants

[FFmpeg-cvslog] h264.h: constify all uses of H264Context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 15:53:33 2015 +0100| [460176aa19acb8d8bdb52af1ec97891e0f65843c] | committer: Anton Khirnov h264.h: constify all uses of H264Context All the variables modified by this code are either per-MB arrays or have been moved to the per-slice context

[FFmpeg-cvslog] h264_direct: constify all uses of H264Context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 15:53:33 2015 +0100| [d27b8248a6ee7e64c68c46c23e00d703b9caa50c] | committer: Anton Khirnov h264_direct: constify all uses of H264Context All the variables modified by this code are either per-MB arrays or have been moved to the per-slice con

[FFmpeg-cvslog] Merge commit '460176aa19acb8d8bdb52af1ec97891e0f65843c'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:14:25 2015 +0100| [a81a6dcb11cc67811b577fd3dc6175591f358418] | committer: Michael Niedermayer Merge commit '460176aa19acb8d8bdb52af1ec97891e0f65843c' * commit '460176aa19acb8d8bdb52af1ec97891e0f65843c': h264.h: constify all uses o

[FFmpeg-cvslog] h264: use a separate GetBitContext for slice data

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 14:39:06 2015 +0100| [f42485dbce614b3f63182845da43db690b427b7c] | committer: Anton Khirnov h264: use a separate GetBitContext for slice data > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f42485dbce614b3f63182845da43db690b427b7c

[FFmpeg-cvslog] Merge commit 'd27b8248a6ee7e64c68c46c23e00d703b9caa50c'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:13:52 2015 +0100| [48d00b527befb88efce4667d4992e8bae0f53901] | committer: Michael Niedermayer Merge commit 'd27b8248a6ee7e64c68c46c23e00d703b9caa50c' * commit 'd27b8248a6ee7e64c68c46c23e00d703b9caa50c': h264_direct: constify all u

[FFmpeg-cvslog] Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:13:24 2015 +0100| [55215383dc04365935c86f8a4db7b5396f1e3541] | committer: Michael Niedermayer Merge commit 'f42485dbce614b3f63182845da43db690b427b7c' * commit 'f42485dbce614b3f63182845da43db690b427b7c': h264: use a separate GetBit

[FFmpeg-cvslog] Merge commit '6490a0c0fbe0e55f765ea2aa2e8495181ea1f719'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:23:10 2015 +0100| [a0b39747b7213b5b76c0ce5984c1dac63933737f] | committer: Michael Niedermayer Merge commit '6490a0c0fbe0e55f765ea2aa2e8495181ea1f719' * commit '6490a0c0fbe0e55f765ea2aa2e8495181ea1f719': h264_mb: constify all uses

[FFmpeg-cvslog] h264_mb: constify block_offset

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 16:05:31 2015 +0100| [51822879e7732ee8175dad98dde1a135f6e5c1a4] | committer: Anton Khirnov h264_mb: constify block_offset It is read-only in this code. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51822879e7732ee8175dad98dde1

[FFmpeg-cvslog] Merge commit '3bea6409a1868354a1d29b34de424c3636c222b7'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:21:40 2015 +0100| [bc5383e6c4bbb4fd3e703aba54a7653944d46d9b] | committer: Michael Niedermayer Merge commit '3bea6409a1868354a1d29b34de424c3636c222b7' * commit '3bea6409a1868354a1d29b34de424c3636c222b7': h264_mvpred: constify all u

[FFmpeg-cvslog] h264_mb: constify all uses of H264Context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 15:53:33 2015 +0100| [6490a0c0fbe0e55f765ea2aa2e8495181ea1f719] | committer: Anton Khirnov h264_mb: constify all uses of H264Context All the variables modified by this code are either per-MB arrays or have been moved to the per-slice context

[FFmpeg-cvslog] Merge commit '51822879e7732ee8175dad98dde1a135f6e5c1a4'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:22:12 2015 +0100| [06e5b331f5bc32c7a09db4de90841225dfcd8930] | committer: Michael Niedermayer Merge commit '51822879e7732ee8175dad98dde1a135f6e5c1a4' * commit '51822879e7732ee8175dad98dde1a135f6e5c1a4': h264_mb: constify block_off

[FFmpeg-cvslog] h264_mvpred: constify all uses of H264Context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jan 27 15:53:33 2015 +0100| [3bea6409a1868354a1d29b34de424c3636c222b7] | committer: Anton Khirnov h264_mvpred: constify all uses of H264Context All the variables modified by this code are either per-MB arrays or have been moved to the per-slice con

[FFmpeg-cvslog] Merge commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 17:30:59 2015 +0100| [d511dc653062502ac7a86d9ef47ffeabd6f77364] | committer: Michael Niedermayer Merge commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191' * commit 'bc98e8c0e0a8babfea35c98855e366b29cbe1191': h264: move mb_field_decodin

[FFmpeg-cvslog] Merge commit 'e9b2383bf86b38ad18a001801aee20c8182e29bd'

2015-03-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 18:07:01 2015 +0100| [9d0450ae943a7d1071fa59bfd0c4f7647d733c5f] | committer: Michael Niedermayer Merge commit 'e9b2383bf86b38ad18a001801aee20c8182e29bd' * commit 'e9b2383bf86b38ad18a001801aee20c8182e29bd': h264: move mb_mbaff into th

[FFmpeg-cvslog] h264: move mb_field_decoding_flag into the per-slice context

2015-03-21 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Jan 17 22:28:46 2015 +0100| [bc98e8c0e0a8babfea35c98855e366b29cbe1191] | committer: Anton Khirnov h264: move mb_field_decoding_flag into the per-slice context > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc98e8c0e0a8babfea35c98855e36

  1   2   >