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

2014-09-07 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger reimar.doeffin...@gmx.de | 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

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

2014-09-07 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger reimar.doeffin...@gmx.de | 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

[FFmpeg-cvslog] Remove pointless if.

2014-09-07 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger reimar.doeffin...@gmx.de | 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

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

2014-09-07 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini stefa...@gmail.com | Sat Sep 6 15:43:11 2014 +0200| [4f5493fe2380ad4aba67759baa7d7d4437f2e776] | committer: Stefano Sabatini lavf/segment: add segment_format_options option

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

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | 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

[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 michae...@gmx.at | 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

[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 michae...@gmx.at | 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

[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 michae...@gmx.at | 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

[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 andreas.cadhal...@googlemail.com | 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

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

2014-09-07 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | 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

[FFmpeg-cvslog] Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Sep 8 00:38:26 2014 +0200| [aecd064744c846faf7c7df76d0ecca720f314e52] | committer: Michael Niedermayer Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b' * commit '803e82276b3716bf6012ec69e8854dae14a4fd2b':

[FFmpeg-cvslog] Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0'

2014-09-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Mon Sep 8 00:45:02 2014 +0200| [1a59a288380ab208914c5e8d94f688a6f75954ae] | committer: Michael Niedermayer Merge commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0' * commit 'fcf597625c7a991ca389f3a9b8ff4f5e383301c0': ismindex:

[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ö mar...@martin.st | 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

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

2014-09-07 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun di...@biurrun.de | Thu Aug 28 19:32:45 2014 -0700| [1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d] | committer: Diego Biurrun Split off floating point AAN (I)DCT into separate components