[FFmpeg-cvslog] libswresample: Avoid needlessly large on-stack array.

2014-09-07 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Tue Sep 2 23:50:55 2014 +0200| [2231d5b67185674ddd1703abf92ea0020f63ca04] | committer: Reimar Döffinger libswresample: Avoid needlessly large on-stack array. We only actually need to use a tiny part of it. Unfortunately we seem to have no real test

[FFmpeg-cvslog] libswresample: move condition to start of loop.

2014-09-07 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sat Sep 6 21:22:36 2014 +0200| [2c5c37ade115b5efa3f77ce11bc2c4e46b384959] | committer: Reimar Döffinger libswresample: move condition to start of loop. This avoids several issue like calculating sum/maxcoef incorrectly due to adding up matrix entri

[FFmpeg-cvslog] Remove pointless if.

2014-09-07 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sat Sep 6 21:18:58 2014 +0200| [284123d7fd8e78a7daa948b662e65eda3b33fce2] | committer: Reimar Döffinger Remove pointless if. A branch to avoid some calculation seems unlikely to have any benefits. Signed-off-by: Reimar Döffinger > http://git.vid

[FFmpeg-cvslog] lavf/segment: add segment_format_options option

2014-09-07 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sat Sep 6 15:43:11 2014 +0200| [4f5493fe2380ad4aba67759baa7d7d4437f2e776] | committer: Stefano Sabatini lavf/segment: add segment_format_options option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f5493fe2380ad4aba67759baa7d7d4437f2

[FFmpeg-cvslog] doc/muxers/segment: reword text for examples, improve consistency

2014-09-07 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sun Sep 7 13:12:41 2014 +0200| [de1f0c94cdcb6dbc7dc5b42e2cffc09d2a0433e1] | committer: Stefano Sabatini doc/muxers/segment: reword text for examples, improve consistency > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de1f0c94cdcb6dbc7d

[FFmpeg-cvslog] avcodec/mpegvideo: free_context_frame() cannot fail, make it return void

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 7 12:51:08 2014 +0200| [94c61cd9aede4c0b57632d524a725c2dda719eb3] | committer: Michael Niedermayer avcodec/mpegvideo: free_context_frame() cannot fail, make it return void Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_frame_size_change( )

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 7 13:00:47 2014 +0200| [0d0f7f0ba43f64312ae4a05d97afecf1b7b1330c] | committer: Michael Niedermayer avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_frame_size_change() The function otherwise would initialize the

[FFmpeg-cvslog] avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame_size_change()

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 7 12:52:24 2014 +0200| [2762323c37511fbbc98b164c07620b9ebc59ec68] | committer: Michael Niedermayer avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame_size_change() Signed-off-by: Michael Niedermayer > http:/

[FFmpeg-cvslog] avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 7 14:14:52 2014 +0200| [cfce6f7efd28130bf0dd409b2367ca0f8c9b2417] | committer: Michael Niedermayer avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change() Found-by: ubitux Signed-off-by: Michael Niedermayer > http://

[FFmpeg-cvslog] avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 7 16:39:39 2014 +0200| [7c1835c52a4be2e4e996f83c91a8d5a147b01100] | committer: Michael Niedermayer avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe Fixes miss detection of PCM as m4v Fixes Ticket 3928 Signed-off-by:

[FFmpeg-cvslog] doc/filters.texi: improve the wording of the expr_int_format documentation

2014-09-07 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Sep 6 23:49:43 2014 +0200| [a5b20bf4b2f79e0292293a3cab3c5b5e8dcaa80d] | committer: Michael Niedermayer doc/filters.texi: improve the wording of the expr_int_format documentation Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] ffserver: tests, force +global_header for ASF

2014-09-07 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Sep 1 13:12:09 2014 -0400| [5e7524195c6a69e887c28976304db70e94d9eea4] | committer: Reynaldo H. Verdejo Pinochet ffserver: tests, force +global_header for ASF Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/g

[FFmpeg-cvslog] libavformat: Check mkdir return error codes

2014-09-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Sep 5 22:45:11 2014 +0300| [803e82276b3716bf6012ec69e8854dae14a4fd2b] | committer: Martin Storsjö libavformat: Check mkdir return error codes Previously, the returned error codes were intentionally ignored (see fadd3a68213), to avoid aborting if

[FFmpeg-cvslog] Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 8 00:38:26 2014 +0200| [aecd064744c846faf7c7df76d0ecca720f314e52] | committer: Michael Niedermayer Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b' * commit '803e82276b3716bf6012ec69e8854dae14a4fd2b': libavformat: Check mkdir re

[FFmpeg-cvslog] Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0'

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 8 00:45:02 2014 +0200| [1a59a288380ab208914c5e8d94f688a6f75954ae] | committer: Michael Niedermayer Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0' * commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0': ismindex: Avoid writing ism

[FFmpeg-cvslog] ismindex: Avoid writing ismf files if no base name has been specified

2014-09-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Sep 5 22:50:24 2014 +0300| [fcf597625c7a991ca389f3a9b8ff4f5e383301c0] | committer: Martin Storsjö ismindex: Avoid writing ismf files if no base name has been specified Previously, this could create files named "(null).ismf", if the -ismf paramete

[FFmpeg-cvslog] Split off floating point AAN (I)DCT into separate components

2014-09-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Thu Aug 28 19:32:45 2014 -0700| [1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d] | committer: Diego Biurrun Split off floating point AAN (I)DCT into separate components > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1274ea8dbaec44355bde07f6bb31f

[FFmpeg-cvslog] Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d'

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 8 00:54:55 2014 +0200| [f044fc03727dcbe7535b393e06d8ab1bc0312a9c] | committer: Michael Niedermayer Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d' * commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d': Split off floating point AA

[FFmpeg-cvslog] avformat/utils: Exclude the header size when computing duration from bit_rate

2014-09-07 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sat Sep 6 14:59:23 2014 +0200| [e9c08e32d6b97cb7bfec29b38b3394be46dc3e70] | committer: Michael Niedermayer avformat/utils: Exclude the header size when computing duration from bit_rate This improves the estimate for MP3s with cover art tags. Fixes