[FFmpeg-cvslog] avformat/mpc8: fix broken pointer math

2015-02-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Tue Feb 3 19:04:11 2015 +0100| [600c6ebc7d0409f244c8b6e7b424f9c3d60ca493] | committer: Michael Niedermayer avformat/mpc8: fix broken pointer math This could overflow and crash at least on 32 bit systems. Reviewed-by: Reimar Döffinger

[FFmpeg-cvslog] qpeg: avoid pointless invalid memcpy()

2015-02-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Tue Jan 13 14:47:47 2015 +0100| [d705125b949bc49889f52ea8ea4a036a7d8d2e2b] | committer: Michael Niedermayer qpeg: avoid pointless invalid memcpy() If refdata was NULL, the memcpy() ended up copying the same memory block onto itself

[FFmpeg-cvslog] matroska: redo seekhead handling

2015-02-12 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Mon Feb 9 20:39:00 2015 +0100| [cac2295b21519d5a5320fe0787b5fd2b65eb1f8c] | committer: Michael Niedermayer matroska: redo seekhead handling In particular, this reads chained seekheads. This makes seeking faster in files which have

[FFmpeg-cvslog] avformat/utils: check for malloc failure

2015-02-12 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Fri Dec 12 22:22:55 2014 +0100| [7caee172049a80e8c048e3d04202d409a06beeca] | committer: Michael Niedermayer avformat/utils: check for malloc failure Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit

[FFmpeg-cvslog] avformat/tta: fix crash with corrupted files

2015-02-12 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Tue Feb 3 14:41:10 2015 +0100| [563e542b31e2174693207c1a391b71eac978187a] | committer: Michael Niedermayer avformat/tta: fix crash with corrupted files av_add_index_entry() can fail, for example because the parameters are invalid

[FFmpeg-cvslog] avformat/mpc8: fix broken pointer math

2015-02-12 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Tue Feb 3 19:04:11 2015 +0100| [352d17086fd00e48fa0885113abaedc58a40adc8] | committer: Michael Niedermayer avformat/mpc8: fix broken pointer math This could overflow and crash at least on 32 bit systems. Reviewed-by: Reimar Döffinger

[FFmpeg-cvslog] avformat/mpc8: fix hang with fuzzed file

2015-02-12 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Tue Feb 3 19:04:12 2015 +0100| [193440f5662cc7183798d7eba961f98075361dcd] | committer: Michael Niedermayer avformat/mpc8: fix hang with fuzzed file This can lead to an endless loop by seeking back a few bytes after each attempted

[FFmpeg-cvslog] avformat/matroskadec: fix IGNIDX handling

2015-02-12 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Mon Feb 9 20:39:01 2015 +0100| [7862325f8084a45a59fc629051c6c8e6e33318c4] | committer: Michael Niedermayer avformat/matroskadec: fix IGNIDX handling Just because the user requested the seek index to be ignored, we can't just skip essential

[FFmpeg-cvslog] pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygen

2015-02-10 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Feb 10 12:18:13 2015 +0100| [c247fc63e4dcf49995f5ba14021d0dfea6737b74] | committer: Michael Niedermayer pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygen Also make clear that PAL8 can have alpha. Signed-off-by: Michael Niedermayer michae

[FFmpeg-cvslog] lavf: move internal fields from public to internal context

2015-02-10 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Fri Feb 6 14:53:40 2015 +0100| [9deaec782810d098bca11c9332fab2d2f4c5fb78] | committer: Anton Khirnov lavf: move internal fields from public to internal context This is not an API change; the fields were explicitly declared private before

[FFmpeg-cvslog] avutil: check pixdescs in a different place

2015-02-10 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Feb 10 13:27:03 2015 +0100| [92e3a6fdac73f7e1d69d69717219a7538877d7a0] | committer: Michael Niedermayer avutil: check pixdescs in a different place Doing this check in avutil_version() is not appropriate. Also, this code is by default

[FFmpeg-cvslog] lavf: remove unused code

2015-02-10 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Fri Feb 6 14:53:39 2015 +0100| [6a5b8ca4329039fad44ad50b6496948f4bfacb4c] | committer: Anton Khirnov lavf: remove unused code Nothing uses it, and it provides no public API. Archeological finds: Commit 101036adb9 added the API. Commit

[FFmpeg-cvslog] matroska: don't complain about unknown elements

2015-02-09 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Mon Feb 9 20:38:58 2015 +0100| [6938a095cb02dddb295f8340fd12f3c13139b5c8] | committer: Michael Niedermayer matroska: don't complain about unknown elements Matroska is an extensible format - unknown elements must be expected. It shouldn't

[FFmpeg-cvslog] vp9: assign PTS to visible instead of invisible frames

2015-02-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Thu Feb 5 16:43:27 2015 +0100| [a83b6b077c56341300a271ef4a1aaff19af5235d] | committer: Michael Niedermayer vp9: assign PTS to visible instead of invisible frames All the webm/vp9 files I have seen so far can have packets that contain 1

[FFmpeg-cvslog] avcodec/dvdsubdec: error on bitmaps with size 0

2015-02-04 Thread wm4
ffmpeg | branch: release/1.2 | wm4 nfx...@googlemail.com | Wed Jan 7 23:57:50 2015 +0100| [8a3a3e3154b78c8d90d3b62c38054a959911b79f] | committer: Michael Niedermayer avcodec/dvdsubdec: error on bitmaps with size 0 Attemtping to decode them could lead to invalid writes with some fuzzed samples

[FFmpeg-cvslog] avformat/mpc8: fix hang with fuzzed file

2015-02-04 Thread wm4
ffmpeg | branch: release/1.2 | wm4 nfx...@googlemail.com | Tue Feb 3 19:04:12 2015 +0100| [bdc4abd694a3234ef76d1f41a06e940d8fc9c0ed] | committer: Michael Niedermayer avformat/mpc8: fix hang with fuzzed file This can lead to an endless loop by seeking back a few bytes after each attempted

[FFmpeg-cvslog] avformat/mpc8: fix broken pointer math

2015-02-04 Thread wm4
ffmpeg | branch: release/1.2 | wm4 nfx...@googlemail.com | Tue Feb 3 19:04:11 2015 +0100| [49dd89f9027f3def12e170bb7d986d37812eedba] | committer: Michael Niedermayer avformat/mpc8: fix broken pointer math This could overflow and crash at least on 32 bit systems. Reviewed-by: Reimar Döffinger

[FFmpeg-cvslog] avformat/tta: fix crash with corrupted files

2015-02-04 Thread wm4
ffmpeg | branch: release/1.2 | wm4 nfx...@googlemail.com | Tue Feb 3 14:41:10 2015 +0100| [5d7320be52c37e511dec27127e3274c76f0d9f6a] | committer: Michael Niedermayer avformat/tta: fix crash with corrupted files av_add_index_entry() can fail, for example because the parameters are invalid

[FFmpeg-cvslog] avformat/tta: fix crash with corrupted files

2015-02-03 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Feb 3 14:41:10 2015 +0100| [6a0cd529a35190d9374b0b26504e71857cd67b83] | committer: Michael Niedermayer avformat/tta: fix crash with corrupted files av_add_index_entry() can fail, for example because the parameters are invalid

[FFmpeg-cvslog] avformat/mpc8: fix hang with fuzzed file

2015-02-03 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Feb 3 19:04:12 2015 +0100| [56cc024220886927350cfc26ee695062ca7ecaf4] | committer: Michael Niedermayer avformat/mpc8: fix hang with fuzzed file This can lead to an endless loop by seeking back a few bytes after each attempted chunk

[FFmpeg-cvslog] avformat/mpc8: fix broken pointer math

2015-02-03 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Feb 3 19:04:11 2015 +0100| [b737a2c52857b214be246ff615c6293730033cfa] | committer: Michael Niedermayer avformat/mpc8: fix broken pointer math This could overflow and crash at least on 32 bit systems. Reviewed-by: Reimar Döffinger

[FFmpeg-cvslog] qpeg: avoid pointless invalid memcpy()

2015-01-19 Thread wm4
ffmpeg | branch: release/2.2 | wm4 nfx...@googlemail.com | Tue Jan 13 14:47:47 2015 +0100| [b1959b1719c81eb93e06fae4788200d172b7a9fd] | committer: Michael Niedermayer qpeg: avoid pointless invalid memcpy() If refdata was NULL, the memcpy() ended up copying the same memory block onto itself

[FFmpeg-cvslog] avcodec/dvdsubdec: fix out of bounds accesses

2015-01-19 Thread wm4
ffmpeg | branch: release/2.2 | wm4 nfx...@googlemail.com | Mon Jan 5 04:45:26 2015 +0100| [0d481efb7b81ab2f0491a854a4fd5d8cfb305680] | committer: Michael Niedermayer avcodec/dvdsubdec: fix out of bounds accesses The code blindly trusted buffer offsets read from the file in the RLE decoder

[FFmpeg-cvslog] avcodec/dvdsubdec: fix accessing dangling pointers

2015-01-19 Thread wm4
ffmpeg | branch: release/2.2 | wm4 nfx...@googlemail.com | Thu Jan 8 17:19:17 2015 +0100| [a4a87a7efd8b72c0871491bcc85330e14beb8bd6] | committer: Michael Niedermayer avcodec/dvdsubdec: fix accessing dangling pointers dvdsub_decode() can call append_to_cached_buf() 2 times, the second time

[FFmpeg-cvslog] avcodec/dvdsubdec: error on bitmaps with size 0

2015-01-19 Thread wm4
ffmpeg | branch: release/2.2 | wm4 nfx...@googlemail.com | Wed Jan 7 23:57:50 2015 +0100| [b76dc8b5b8f7a637b3232329d574a42af35878ca] | committer: Michael Niedermayer avcodec/dvdsubdec: error on bitmaps with size 0 Attemtping to decode them could lead to invalid writes with some fuzzed samples

[FFmpeg-cvslog] vp9: fix parser return values in error case

2015-01-19 Thread wm4
ffmpeg | branch: release/2.2 | wm4 nfx...@googlemail.com | Fri Jan 9 02:13:36 2015 +0100| [fc1fed62d9da6f752fbfa4f27fbc1aab7f884c67] | committer: Michael Niedermayer vp9: fix parser return values in error case The parser must always set the out_size and out_data pointers. The API seems

[FFmpeg-cvslog] h264: unref leaking error recovery picture

2015-01-19 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Mon Jan 19 17:14:44 2015 +0100| [e0e33ebe6bd71fdb211c9af7c7af17d6472c535b] | committer: Michael Niedermayer h264: unref leaking error recovery picture This leaked a frame on each avcodec_flush_buffers() call, if frame threading was enabled

[FFmpeg-cvslog] avformat/utils: check for malloc failure

2015-01-17 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Fri Dec 12 22:22:55 2014 +0100| [b96163f055ee44484ca4a06382221c2abb1e0914] | committer: Michael Niedermayer avformat/utils: check for malloc failure Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit

[FFmpeg-cvslog] qpeg: avoid pointless invalid memcpy()

2015-01-13 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Jan 13 14:47:47 2015 +0100| [921706691a87c3ea5f5b92afd9b423e5f8c6e9d9] | committer: Michael Niedermayer qpeg: avoid pointless invalid memcpy() If refdata was NULL, the memcpy() ended up copying the same memory block onto itself, which

[FFmpeg-cvslog] avcodec/dvdsubdec: fix out of bounds accesses

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Mon Jan 5 04:45:26 2015 +0100| [e2e145db89913e86e9b8573b1b90f001c46dee5e] | committer: Michael Niedermayer avcodec/dvdsubdec: fix out of bounds accesses The code blindly trusted buffer offsets read from the file in the RLE decoder

[FFmpeg-cvslog] avcodec/dvdsubdec: error on bitmaps with size 0

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Wed Jan 7 23:57:50 2015 +0100| [2ba1af5791fc405ad648851344fe6dd83d1c92c1] | committer: Michael Niedermayer avcodec/dvdsubdec: error on bitmaps with size 0 Attemtping to decode them could lead to invalid writes with some fuzzed samples

[FFmpeg-cvslog] vp9: fix parser return values in error case

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Fri Jan 9 02:13:36 2015 +0100| [1b3332659a77c8167b1d4328a88ff4ae2498147e] | committer: Michael Niedermayer vp9: fix parser return values in error case The parser must always set the out_size and out_data pointers. The API seems

[FFmpeg-cvslog] avcodec/dvdsubdec: fix accessing dangling pointers

2015-01-13 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Thu Jan 8 17:19:17 2015 +0100| [3b4e9dddcff61eaf01a9a5b63c1abcc4102a313a] | committer: Michael Niedermayer avcodec/dvdsubdec: fix accessing dangling pointers dvdsub_decode() can call append_to_cached_buf() 2 times, the second time

[FFmpeg-cvslog] rm: fix memory leak on init failure

2015-01-09 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Fri Jan 9 21:24:54 2015 +0100| [aab74a38b8ba910a383dd82953061d5c42772ae9] | committer: Michael Niedermayer rm: fix memory leak on init failure AVInputFormat.read_close is not called if AVInputFormat.read_header fails, so this needs

[FFmpeg-cvslog] avcodec/dvdsubdec: fix out of bounds accesses

2015-01-09 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Mon Jan 5 04:45:26 2015 +0100| [e0a12b3dc3a252412e91416ebbbf9449e82e4bd0] | committer: Michael Niedermayer avcodec/dvdsubdec: fix out of bounds accesses The code blindly trusted buffer offsets read from the file in the RLE decoder

[FFmpeg-cvslog] vp9: fix parser return values in error case

2015-01-09 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Fri Jan 9 02:13:36 2015 +0100| [3032291b3a88fb25e3cf0d09a61792768e84a578] | committer: Michael Niedermayer vp9: fix parser return values in error case The parser must always set the out_size and out_data pointers. The API seems

[FFmpeg-cvslog] avcodec/dvdsubdec: error on bitmaps with size 0

2015-01-09 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Wed Jan 7 23:57:50 2015 +0100| [3d71024f8ab35721f674f116ac84d734a1c6d517] | committer: Michael Niedermayer avcodec/dvdsubdec: error on bitmaps with size 0 Attemtping to decode them could lead to invalid writes with some fuzzed samples

[FFmpeg-cvslog] avcodec/dvdsubdec: fix accessing dangling pointers

2015-01-09 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Thu Jan 8 17:19:17 2015 +0100| [b895e29941f06ec7c96a8a0a5036cc11274fdb51] | committer: Michael Niedermayer avcodec/dvdsubdec: fix accessing dangling pointers dvdsub_decode() can call append_to_cached_buf() 2 times, the second time

[FFmpeg-cvslog] vp9: fix parser return values in error case

2015-01-09 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Fri Jan 9 02:13:36 2015 +0100| [b88e80589bd11ef935a5e9dab53d4edb00de16e4] | committer: Michael Niedermayer vp9: fix parser return values in error case The parser must always set the out_size and out_data pointers. The API seems to require

[FFmpeg-cvslog] avcodec/dvdsubdec: fix accessing dangling pointers

2015-01-08 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Thu Jan 8 17:19:17 2015 +0100| [816577716bc6170bccfea3b9e865618b69a4b426] | committer: Michael Niedermayer avcodec/dvdsubdec: fix accessing dangling pointers dvdsub_decode() can call append_to_cached_buf() 2 times, the second time with ctx

[FFmpeg-cvslog] avcodec/dvdsubdec: error on bitmaps with size 0

2015-01-07 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Wed Jan 7 23:57:50 2015 +0100| [bcaa9099b3648b47060e1724a97dc98b63c83702] | committer: Michael Niedermayer avcodec/dvdsubdec: error on bitmaps with size 0 Attemtping to decode them could lead to invalid writes with some fuzzed samples

[FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements

2015-01-06 Thread wm4
ffmpeg | branch: release/2.3 | wm4 nfx...@googlemail.com | Sat Dec 6 16:53:30 2014 +0100| [a6f808b36ae87cda814f08685f063ca56c8023a4] | committer: Michael Niedermayer avformat/matroskadec: fix handling of recursive SeekHead elements When matroska_execute_seekhead() is called, it goes through

[FFmpeg-cvslog] avcodec/dvdsubdec: fix out of bounds accesses

2015-01-06 Thread wm4
ffmpeg | branch: release/2.3 | wm4 nfx...@googlemail.com | Mon Jan 5 04:45:26 2015 +0100| [f03888b449faf2888a149cae3b340ea13c6f85fa] | committer: Michael Niedermayer avcodec/dvdsubdec: fix out of bounds accesses The code blindly trusted buffer offsets read from the file in the RLE decoder

[FFmpeg-cvslog] avformat/id3v2: support USLT tags

2015-01-06 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Mon Jan 5 18:56:20 2015 +0100| [ea7af58fc6b3b867d1c98731ab0db81ec44a3576] | committer: Michael Niedermayer avformat/id3v2: support USLT tags I think this turned out pretty terrible. There's no good way to add new custom tags that write

[FFmpeg-cvslog] avcodec/dvdsubdec: fix out of bounds accesses

2015-01-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Mon Jan 5 04:45:26 2015 +0100| [c9151de7c42553bb145be608df8513c1287f1f24] | committer: Michael Niedermayer avcodec/dvdsubdec: fix out of bounds accesses The code blindly trusted buffer offsets read from the file in the RLE decoder

[FFmpeg-cvslog] lavu/frame: fix malloc error path in av_frame_copy_props()

2014-12-30 Thread wm4
ffmpeg | branch: release/2.1 | wm4 nfx...@googlemail.com | Mon Dec 15 04:32:58 2014 +0100| [df1ea139b4fbf98351ebb23dad748e8f74002616] | committer: Michael Niedermayer lavu/frame: fix malloc error path in av_frame_copy_props() The error path frees all side data, but forgets to reset the side

[FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements

2014-12-20 Thread wm4
ffmpeg | branch: release/1.1 | wm4 nfx...@googlemail.com | Sat Dec 6 16:53:30 2014 +0100| [437e50b3d65fecd374b56c39c55bc6d340004502] | committer: Michael Niedermayer avformat/matroskadec: fix handling of recursive SeekHead elements When matroska_execute_seekhead() is called, it goes through

[FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements

2014-12-19 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Sat Dec 6 16:53:30 2014 +0100| [95c298b125022779bef5ec261c3118028fff4750] | committer: Michael Niedermayer avformat/matroskadec: fix handling of recursive SeekHead elements When matroska_execute_seekhead() is called, it goes through

[FFmpeg-cvslog] lavu/frame: fix malloc error path in av_frame_copy_props()

2014-12-19 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Mon Dec 15 04:32:58 2014 +0100| [14d6ea0c459ca22b818977859d2476783fcc7d1a] | committer: Michael Niedermayer lavu/frame: fix malloc error path in av_frame_copy_props() The error path frees all side data, but forgets to reset the side

[FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements

2014-12-15 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Sat Dec 6 16:53:30 2014 +0100| [f7b536665706b5cb941b15abafd28f67ae2b0604] | committer: Michael Niedermayer avformat/matroskadec: fix handling of recursive SeekHead elements When matroska_execute_seekhead() is called, it goes through

[FFmpeg-cvslog] lavu/frame: fix malloc error path in av_frame_copy_props()

2014-12-15 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Mon Dec 15 04:32:58 2014 +0100| [135c733125e322e343b23fa522233a34fd354e60] | committer: Michael Niedermayer lavu/frame: fix malloc error path in av_frame_copy_props() The error path frees all side data, but forgets to reset the side

[FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements

2014-12-15 Thread wm4
ffmpeg | branch: release/1.2 | wm4 nfx...@googlemail.com | Sat Dec 6 16:53:30 2014 +0100| [084102cd47ca89b79145b5cde5be97aa8a2dc118] | committer: Michael Niedermayer avformat/matroskadec: fix handling of recursive SeekHead elements When matroska_execute_seekhead() is called, it goes through

[FFmpeg-cvslog] lavu/frame: fix malloc error path in av_frame_copy_props()

2014-12-14 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Mon Dec 15 04:32:58 2014 +0100| [a400edbb6d00c0211de38e4f1b4f593681db91d8] | committer: Michael Niedermayer lavu/frame: fix malloc error path in av_frame_copy_props() The error path frees all side data, but forgets to reset the side data

[FFmpeg-cvslog] lavc/avpacket: check for malloc failure

2014-12-12 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Fri Dec 12 18:15:42 2014 +0100| [ce35a61399cd495fb3d0e8a2f0a18d9d729440e7] | committer: Michael Niedermayer lavc/avpacket: check for malloc failure Signed-off-by: Michael Niedermayer michae...@gmx.at http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/utils: check for malloc failure

2014-12-12 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Fri Dec 12 22:22:55 2014 +0100| [a66893ac949864352b36b39e48c4cd72bbd81e54] | committer: Michael Niedermayer avformat/utils: check for malloc failure Signed-off-by: Michael Niedermayer michae...@gmx.at http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] lavu/dict: check for malloc failures

2014-12-12 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Fri Dec 12 18:15:39 2014 +0100| [a963fdb0ea3fa6772ff8464838cd217a6369abfe] | committer: Michael Niedermayer lavu/dict: check for malloc failures Signed-off-by: Michael Niedermayer michae...@gmx.at http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat/matroskadec: fix handling of recursive SeekHead elements

2014-12-07 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Sat Dec 6 16:53:30 2014 +0100| [6551acab6877addae815decd02aeca33ba4990c8] | committer: Michael Niedermayer avformat/matroskadec: fix handling of recursive SeekHead elements When matroska_execute_seekhead() is called, it goes through

[FFmpeg-cvslog] APIchanges: mark the release 11 branch point

2014-12-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Wed Dec 3 15:01:49 2014 +0100| [1eec9bfc383f6dca29d83a2bfb45433dd66561c9] | committer: Vittorio Giovara APIchanges: mark the release 11 branch point http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] oggdec: fix invalid free on error

2014-11-28 Thread wm4
ffmpeg | branch: release/2.1 | wm4 nfx...@googlemail.com | Sat Aug 30 15:39:15 2014 +0200| [17f30ab6a154e18e3d7b6bf57490dc971cd274ca] | committer: Michael Niedermayer oggdec: fix invalid free on error The read_packet callback passes a pointer to a stack-allocated AVPacket. Attempting to free

[FFmpeg-cvslog] lavu: fix memory leaks by using a mutex instead of atomics

2014-11-27 Thread wm4
ffmpeg | branch: release/2.4 | wm4 nfx...@googlemail.com | Fri Nov 14 13:34:50 2014 +0100| [517ce1d09b5e6b72afc2ef9490b5f8ca42fa6a65] | committer: Anton Khirnov lavu: fix memory leaks by using a mutex instead of atomics The buffer pool has to atomically add and remove entries from the linked

[FFmpeg-cvslog] avformat/subtitles: reduce log level of UTF-16 warning

2014-10-29 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Wed Oct 29 18:29:43 2014 +0100| [e5813d96d67b7c9276fb98d5e75acf092a48c25d] | committer: Carl Eugen Hoyos avformat/subtitles: reduce log level of UTF-16 warning Applications can use this to silence the message. http://git.videolan.org

[FFmpeg-cvslog] avcodec, avutil: allow more control about how samples are skipped

2014-10-02 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Sat Sep 27 16:47:09 2014 +0200| [cdd6f059a65f28ff7a18ccf1194e9554adad1a1b] | committer: Michael Niedermayer avcodec, avutil: allow more control about how samples are skipped Add CODEC_FLAG2_SKIP_MANUAL (exposed as skip_manual), which makes

[FFmpeg-cvslog] oggdec: fix invalid free on error

2014-10-02 Thread wm4
ffmpeg | branch: release/2.3 | wm4 nfx...@googlemail.com | Sat Aug 30 15:39:15 2014 +0200| [9e43d92d6a16417aa06b62f0375212d528d1a484] | committer: Michael Niedermayer oggdec: fix invalid free on error The read_packet callback passes a pointer to a stack-allocated AVPacket. Attempting to free

[FFmpeg-cvslog] avformat: add SUP/PGS subtitle demuxer

2014-09-26 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Wed Sep 24 17:38:58 2014 +0200| [7dd2005e1ac3b86fc999dd40f888b82fb5e47e8d] | committer: Clément Bœsch avformat: add SUP/PGS subtitle demuxer Signed-off-by: Clément Bœsch u...@pkh.me http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/mp3dec: avoid early EOF with concatenated gapless mp3s

2014-09-21 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Sun Sep 21 12:51:41 2014 +0200| [6c7f1155bb648eced8e5aa08b1fd490df2f8b325] | committer: Michael Niedermayer avformat/mp3dec: avoid early EOF with concatenated gapless mp3s Consider a file created with something like: cat file1.mp3

[FFmpeg-cvslog] oggdec: fix invalid free on error

2014-09-20 Thread wm4
ffmpeg | branch: release/2.2 | wm4 nfx...@googlemail.com | Sat Aug 30 15:39:15 2014 +0200| [f1685bd31a1921bb239e77ce852c7a0aa513017b] | committer: Michael Niedermayer oggdec: fix invalid free on error The read_packet callback passes a pointer to a stack-allocated AVPacket. Attempting to free

[FFmpeg-cvslog] avformat/mp3dec: fix gapless audio support

2014-09-20 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Sat Sep 20 13:48:05 2014 +0200| [d87fe2687fdc5b1cb9aaec957afadb56d207618f] | committer: Michael Niedermayer avformat/mp3dec: fix gapless audio support The code already had skipping of initial padding, but discarding trailing frame padding

[FFmpeg-cvslog] avformat/realtextdec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Sep 2 20:54:16 2014 +0200| [b7f641dc9bff452c0af75700d1127f54dadf4247] | committer: Clément Bœsch avformat/realtextdec: UTF-16 support Also remove ff_smil_extract_next_chunk - this was the last user of it. http://git.videolan.org

[FFmpeg-cvslog] avformat/assdec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Sep 2 20:48:45 2014 +0200| [3e8426170ce005c111dfcae7982e18b647b7383f] | committer: Clément Bœsch avformat/assdec: UTF-16 support Use the UTF-16 BOM to detect UTF-16 encoding. Convert the file contents to UTF-8 on the fly using

[FFmpeg-cvslog] avformat/srtdec: speed up probing

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Thu Sep 4 21:16:13 2014 +0200| [c368538667121fb20c5414dfaf0fb273035a0854] | committer: Clément Bœsch avformat/srtdec: speed up probing http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c368538667121fb20c5414dfaf0fb273035a0854

[FFmpeg-cvslog] avformat/srtdec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Sep 2 20:52:07 2014 +0200| [d658ef18e3d1ebe63a64f404ac4646890ecf02c9] | committer: Clément Bœsch avformat/srtdec: UTF-16 support http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d658ef18e3d1ebe63a64f404ac4646890ecf02c9

[FFmpeg-cvslog] avformat/samidec: UTF-16 support

2014-09-05 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Tue Sep 2 20:53:08 2014 +0200| [231a514dd3d246b38d0bf2a400a1759902a6f051] | committer: Clément Bœsch avformat/samidec: UTF-16 support ff_smil_extract_next_chunk() is still used by RealText. http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] oggdec: fix invalid free on error

2014-08-30 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | Sat Aug 30 15:39:15 2014 +0200| [b173f5c15572cc82f68128599722e689df4ff137] | committer: Michael Niedermayer oggdec: fix invalid free on error The read_packet callback passes a pointer to a stack-allocated AVPacket. Attempting to free

<    1   2   3   4