[FFmpeg-cvslog] frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers

2014-08-14 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Aug 13 22:35:47 2014 +0200| [e070d0a5ca9047192e324a3f87006b316e2a08a7] | committer: Diego Biurrun frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e070d0a5ca9047192e324a3f87006b316e2

[FFmpeg-cvslog] vaapi: set the scaling list correctly.

2014-08-14 Thread Edgar Hucek
ffmpeg | branch: master | Edgar Hucek | Sun Sep 11 12:53:17 2011 +0200| [ab059f0aa896e01e8e4529f5f714fde111f05377] | committer: Anton Khirnov vaapi: set the scaling list correctly. Fixes VAAPI decoding artefacts. CC:libav-sta...@libav.org Signed-off-by: Anton Khirnov > http://git.videolan.

[FFmpeg-cvslog] Merge commit 'ab059f0aa896e01e8e4529f5f714fde111f05377'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 12:31:51 2014 +0200| [87988d6569ce603fc5a29a806a241dde5651242f] | committer: Michael Niedermayer Merge commit 'ab059f0aa896e01e8e4529f5f714fde111f05377' * commit 'ab059f0aa896e01e8e4529f5f714fde111f05377': vaapi: set the scaling list

[FFmpeg-cvslog] Merge commit 'e070d0a5ca9047192e324a3f87006b316e2a08a7'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 12:34:17 2014 +0200| [de7b08cbc1c11482405504e76f402e5c32b60f22] | committer: Michael Niedermayer Merge commit 'e070d0a5ca9047192e324a3f87006b316e2a08a7' * commit 'e070d0a5ca9047192e324a3f87006b316e2a08a7': frame: Remove some FF_API_A

[FFmpeg-cvslog] a64: Return correct error code on invalid data stream

2014-08-14 Thread Nidhi Makhijani
ffmpeg | branch: master | Nidhi Makhijani | Wed Aug 13 18:12:55 2014 +0530| [0528226a05cc08b74197547fba0b1939bf68990d] | committer: Diego Biurrun a64: Return correct error code on invalid data stream Signed-off-by: Diego Biurrun > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=052

[FFmpeg-cvslog] Merge commit '0528226a05cc08b74197547fba0b1939bf68990d'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 12:42:49 2014 +0200| [8d403d9c89febcbca094206a866c82426fbcd1c8] | committer: Michael Niedermayer Merge commit '0528226a05cc08b74197547fba0b1939bf68990d' * commit '0528226a05cc08b74197547fba0b1939bf68990d': a64: Return correct error c

[FFmpeg-cvslog] mpeg4video: Fix doxygen comment syntax to document correct struct member

2014-08-14 Thread Nidhi Makhijani
ffmpeg | branch: master | Nidhi Makhijani | Tue Aug 12 18:16:17 2014 +0530| [93f29948e4b06acfb96e7f82d373ef86d6dc55f7] | committer: Diego Biurrun mpeg4video: Fix doxygen comment syntax to document correct struct member Also fix some comment typos. Signed-off-by: Diego Biurrun > http://git.v

[FFmpeg-cvslog] Merge commit '93f29948e4b06acfb96e7f82d373ef86d6dc55f7'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 12:50:40 2014 +0200| [b634c12cb9673428672aa0fb216e866709451e61] | committer: Michael Niedermayer Merge commit '93f29948e4b06acfb96e7f82d373ef86d6dc55f7' * commit '93f29948e4b06acfb96e7f82d373ef86d6dc55f7': mpeg4video: Fix doxygen com

[FFmpeg-cvslog] dpx: use aligned line starts

2014-08-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 13 00:37:00 2014 +0200| [4ba45c189ccafdedcdb703e40441fbd24fe62989] | committer: Michael Niedermayer dpx: use aligned line starts SMPTE 268M-2003 specifies that each line starts at a 4-bytes boundary. Therefore, modify correspondingly the i

[FFmpeg-cvslog] avcodec/lcldec: initialize encoded correctly

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 15:18:49 2014 +0200| [6c36b3afe72d1ab635efba36e78c849630ed9ec6] | committer: Michael Niedermayer avcodec/lcldec: initialize encoded correctly Fixes out of array read Fixes: yuv111_no_compr_crash.avi Found-by: Piotr Bandurski Signed-o

[FFmpeg-cvslog] proresenc_kostya: properly account for alpha

2014-08-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Mon Aug 11 19:43:27 2014 +0200| [117bc8e6ffc744fedcf77edf2fdb33c964b83370] | committer: Michael Niedermayer proresenc_kostya: properly account for alpha The packet buffer allocation considered as dct-coded, while it is actually run-coded and thus

[FFmpeg-cvslog] avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with upscale_h

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 16:19:53 2014 +0200| [5c7899a4834ee927f5629e4c02bfa225b846f016] | committer: Michael Niedermayer avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with upscale_h Fixes assertion failure Fixes: test42f.jpg Found-by: Piotr Bandurski Signed

[FFmpeg-cvslog] libavcodec: bump micro to reflect dpx changes

2014-08-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Thu Aug 14 14:05:19 2014 +0200| [58d380f9a7ce323d34976ef3720e3d19ca107112] | committer: Michael Niedermayer libavcodec: bump micro to reflect dpx changes The encoder produces files that are no longer compatible with previous versions of the decode

[FFmpeg-cvslog] avfilter/select: re-align a few comments

2014-08-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Aug 14 18:52:47 2014 +0200| [10d96d8d66b8db8df28fd0cd826a8e320a2e84cd] | committer: Clément Bœsch avfilter/select: re-align a few comments > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10d96d8d66b8db8df28fd0cd826a8e320a2e84cd --- li

[FFmpeg-cvslog] avfilter/select: larger pixel sad computation

2014-08-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Thu Aug 14 18:56:10 2014 +0200| [37bfeca78cf3e00934427e59350441ca097de84c] | committer: Clément Bœsch avfilter/select: larger pixel sad computation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37bfeca78cf3e00934427e59350441ca097de84c ---

[FFmpeg-cvslog] lavfi/avf_showspectrum: do not push the frame at EOF.

2014-08-14 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Aug 3 16:40:54 2014 +0200| [d4de6d4fadcc70fb96ba0f3793e7ebaf4ddc3da9] | committer: Nicolas George lavfi/avf_showspectrum: do not push the frame at EOF. It is always identical to the last pushed frame. The samples in the last incomplete window wer

[FFmpeg-cvslog] lavfi/avf_showspectrum: set output frame rate.

2014-08-14 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Aug 3 16:23:18 2014 +0200| [a3aaaec8916b8fae810ad35ff3ca299336f0bda0] | committer: Nicolas George lavfi/avf_showspectrum: set output frame rate. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3aaaec8916b8fae810ad35ff3ca299336f0bda0

[FFmpeg-cvslog] lavfi/avf_showspectrum: add full frame sliding mode.

2014-08-14 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Aug 3 19:30:04 2014 +0200| [7c10e32ae5a1e6e1ab654c5f84a0522500de773d] | committer: Nicolas George lavfi/avf_showspectrum: add full frame sliding mode. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c10e32ae5a1e6e1ab654c5f84a0522500d

[FFmpeg-cvslog] Merge remote-tracking branch 'cigaes/master'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 19:42:34 2014 +0200| [c6c345ea928bafc4097a1b99a8ce18556a38473e] | committer: Michael Niedermayer Merge remote-tracking branch 'cigaes/master' * cigaes/master: lavfi/avf_showspectrum: check RDFT context init. lavfi/avf_showspectrum:

[FFmpeg-cvslog] lavfi/avf_showspectrum: fix output pts computation.

2014-08-14 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Aug 3 16:23:37 2014 +0200| [65b284a4aef68fc88c80d970a41339113293dc18] | committer: Nicolas George lavfi/avf_showspectrum: fix output pts computation. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65b284a4aef68fc88c80d970a41339113293

[FFmpeg-cvslog] lavfi/avf_showspectrum: use automatic framing.

2014-08-14 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Aug 3 16:58:27 2014 +0200| [ec33df60457d95e174c51666cb799e48c55facb0] | committer: Nicolas George lavfi/avf_showspectrum: use automatic framing. The framework can ensure that each input frame has exactly the correct number of samples, except the

[FFmpeg-cvslog] lavfi/avf_showspectrum: check RDFT context init.

2014-08-14 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Aug 3 20:39:59 2014 +0200| [638eec2ac34b7f65a8e84203ea4292440bc8fe50] | committer: Nicolas George lavfi/avf_showspectrum: check RDFT context init. Fix a segfault with large window size. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] lavc/flacdsp: change lpc_encoder function pointer prototype

2014-08-14 Thread James Darnley
ffmpeg | branch: master | James Darnley | Thu Aug 14 17:14:15 2014 +0200| [7ce6c021dc471c00aaff4f2245424bcb524374c8] | committer: Michael Niedermayer lavc/flacdsp: change lpc_encoder function pointer prototype This should help to clarify the API. Reviewed-by: Christophe Gisquet Signed-off-by

[FFmpeg-cvslog] avutil/opt: remove disabled old ABI compatibility code

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 20:42:53 2014 +0200| [8b6cbc3c3319f7942d679d6f6319971c102cfbd3] | committer: Michael Niedermayer avutil/opt: remove disabled old ABI compatibility code Fixes some unused variable warnings Signed-off-by: Michael Niedermayer > http://

[FFmpeg-cvslog] avformat/format: remove unused variable

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 14 20:40:11 2014 +0200| [fce8817a01d15f1e740303b7c1a5a73a2986a6de] | committer: Michael Niedermayer avformat/format: remove unused variable Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f

[FFmpeg-cvslog] idct: remove call to ff_idctdsp_init from ff_MPV_common_init

2014-08-14 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Fri Aug 8 08:11:20 2014 -0700| [998c9f15d1ca8c7489775ebcca51623b915988f1] | committer: John Stebbins idct: remove call to ff_idctdsp_init from ff_MPV_common_init One step in untangling the mpegvideo code and fixing some problems in the order that init

[FFmpeg-cvslog] Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 15 02:08:59 2014 +0200| [2fd87a3d7895ce36e558a306d03e33697d456086] | committer: Michael Niedermayer Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1' * commit '998c9f15d1ca8c7489775ebcca51623b915988f1': idct: remove call to ff_idc

[FFmpeg-cvslog] Merge commit 'b869eea7ea8f5d8331fcd6355f848bb6a6e06b14'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 15 02:27:03 2014 +0200| [012062cfd51f50862d18eeb35e316866932cfd0e] | committer: Michael Niedermayer Merge commit 'b869eea7ea8f5d8331fcd6355f848bb6a6e06b14' * commit 'b869eea7ea8f5d8331fcd6355f848bb6a6e06b14': h263dec: Fix order of initi

[FFmpeg-cvslog] h263dec: Fix order of initialization

2014-08-14 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Fri Aug 8 08:21:02 2014 -0700| [b869eea7ea8f5d8331fcd6355f848bb6a6e06b14] | committer: John Stebbins h263dec: Fix order of initialization ff_MPV_common_init requires the frame dimensions which get parsed in *_decode_picture_header. > http://git.video

[FFmpeg-cvslog] Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a'

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 15 02:41:43 2014 +0200| [595c63357cdc4e08a36971f2aae0fb1f019e7224] | committer: Michael Niedermayer Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a' * commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a': h261dec: Fix order of initi

[FFmpeg-cvslog] h261dec: Fix order of initialization

2014-08-14 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Fri Aug 8 08:55:48 2014 -0700| [552bc42df48784ae3ce0d499ece5b33f3cc7576a] | committer: John Stebbins h261dec: Fix order of initialization ff_MPV_common_init requires the frame dimensions which get parsed in h261_decode_picture_header. > http://git.vi

[FFmpeg-cvslog] avcodec/h261dec: Fix context initialization sequence

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 15 02:50:41 2014 +0200| [6c1ee1a11446abbe662fc89b9dff0f0a3d5fdd55] | committer: Michael Niedermayer avcodec/h261dec: Fix context initialization sequence Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] ffmpeg: fix streamcopy with side data

2014-08-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Wed Aug 13 18:40:17 2014 +0200| [33fefdb44992bce18acb4548f28c9cd5b31de11f] | committer: Michael Niedermayer ffmpeg: fix streamcopy with side data The issue is that, when the main packet data buffer is changed, streamcopy uses a temporary new packe

[FFmpeg-cvslog] ffmpeg: remove 32 channel limit from audio_channels_map

2014-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 15 04:46:24 2014 +0200| [d3a22491c736588ee1e94a240bbe9e35bbb8d88a] | committer: Michael Niedermayer ffmpeg: remove 32 channel limit from audio_channels_map Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.g