[libav-commits] lavf: Add an option to discard corrupted frames

2011-08-01 Thread Zohar Kelrich
Module: libav Branch: master Commit: 73e8e8dbf969b9a0bc1591abcfeba474a42e47bc Author:Zohar Kelrich Committer: Luca Barbato Date: Sun Jul 24 17:28:33 2011 +0300 lavf: Add an option to discard corrupted frames Signed-off-by: Zohar Kelrich Signed-off-by: Luca Barbato --- libavformat

[libav-commits] mpegts: Mark wrongly-sized packets as corrupted

2011-08-01 Thread Zohar Kelrich
Module: libav Branch: master Commit: 5081514269a17809f8a8ff71e6b26e4b761e8266 Author:Zohar Kelrich Committer: Luca Barbato Date: Sun Jul 24 11:13:51 2011 +0300 mpegts: Mark wrongly-sized packets as corrupted Signed-off-by: Zohar Kelrich Signed-off-by: Luca Barbato --- libavformat

[libav-commits] mpegts: Move scan test to handle_packets

2011-08-01 Thread Zohar Kelrich
Module: libav Branch: master Commit: cdb9884a636987061d549ac23a248aabc4a91140 Author:Zohar Kelrich Committer: Luca Barbato Date: Sun Jul 24 11:13:50 2011 +0300 mpegts: Move scan test to handle_packets This fixes an issue where packets which start being read while reading the header st

[libav-commits] mpegts: Reset continuity counter on seek

2011-08-01 Thread Zohar Kelrich
Module: libav Branch: master Commit: c64f80b0e85ad138fca300f05278263bd713d27a Author:Zohar Kelrich Committer: Luca Barbato Date: Sun Jul 24 11:13:50 2011 +0300 mpegts: Reset continuity counter on seek Signed-off-by: Zohar Kelrich Signed-off-by: Luca Barbato --- libavformat/mpegts

[libav-commits] mpegts: Fix for continuity counter

2011-08-01 Thread Zohar Kelrich
Module: libav Branch: master Commit: 8b9df201dfb2fa557b5dfc4e04c927d3f13a0dd9 Author:Zohar Kelrich Committer: Luca Barbato Date: Sun Jul 24 11:13:50 2011 +0300 mpegts: Fix for continuity counter Make continuity counter respect discontinuity flag and null packets. Unpack the adaptation

[libav-commits] mpegts: Mark corrupted packets

2011-08-01 Thread Zohar Kelrich
Module: libav Branch: master Commit: ce9e31655e5b8f8db3bb4f13f436fc836062a514 Author:Zohar Kelrich Committer: Luca Barbato Date: Sun Jul 24 11:13:50 2011 +0300 mpegts: Mark corrupted packets Signed-off-by: Zohar Kelrich Signed-off-by: Luca Barbato --- libavformat/mpegts.c | 11

[libav-commits] apichange: add an entry for AV_PKT_FLAG_CORRUPT

2011-08-01 Thread Luca Barbato
Module: libav Branch: master Commit: 5038f9b2684c4be1d9543e34e76282c6935815ba Author:Luca Barbato Committer: Luca Barbato Date: Mon Aug 1 17:46:29 2011 +0200 apichange: add an entry for AV_PKT_FLAG_CORRUPT --- doc/APIchanges |3 +++ 1 files changed, 3 insertions(+), 0 deletions

[libav-commits] mpegts: Silence "can't seek" warning on unseekable

2011-08-01 Thread Zohar Kelrich
Module: libav Branch: master Commit: be9c00615b5c2cb858b9905854726ebe578c007b Author:Zohar Kelrich Committer: Luca Barbato Date: Sun Jul 24 11:13:50 2011 +0300 mpegts: Silence "can't seek" warning on unseekable Do not try to seek when we already know we are not allowed to. Silences wa

[libav-commits] avpacket: signal possibly corrupted packets

2011-08-01 Thread Luca Barbato
Module: libav Branch: master Commit: 9d39cbf6cfecfda88e2f822b0437ee22ffa6d745 Author:Luca Barbato Committer: Luca Barbato Date: Mon Aug 1 17:41:44 2011 +0200 avpacket: signal possibly corrupted packets Use AV_PKT_FLAG_CORRUPT flag to mark packets that might be incomplete or have erro

[libav-commits] mpeg4videodec: remove dead code that would have detected erroneous encoding

2011-08-01 Thread Dustin Brody
Module: libav Branch: master Commit: 4326f6f525063e92d40e7a8f39cf7ccd7759aea7 Author:Dustin Brody Committer: Diego Biurrun Date: Wed Jul 27 20:44:58 2011 -0400 mpeg4videodec: remove dead code that would have detected erroneous encoding Signed-off-by: Diego Biurrun --- libavcodec/m

[libav-commits] bink: Eliminate unnecessary shadow declaration.

2011-08-01 Thread Alex Converse
Module: libav Branch: master Commit: e11a5fccb237b54da884e19c3f09986b780bd618 Author:Alex Converse Committer: Alex Converse Date: Fri Jul 29 14:45:04 2011 -0700 bink: Eliminate unnecessary shadow declaration. --- libavcodec/bink.c |1 - 1 files changed, 0 insertions(+), 1 deleti

[libav-commits] aac: Remove some suspicious illegal memcpy()s from LTP.

2011-08-01 Thread Alex Converse
Module: libav Branch: master Commit: a6c49f18abacb9bf52d4d808a2a56561a5b5445c Author:Alex Converse Committer: Alex Converse Date: Fri Jul 29 15:49:11 2011 -0700 aac: Remove some suspicious illegal memcpy()s from LTP. --- libavcodec/aacdec.c |2 -- 1 files changed, 0 insertions(+

[libav-commits] Remove the ffserver test.

2011-08-01 Thread Anton Khirnov
Module: libav Branch: master Commit: b4ea1c5a77704eb7096bc017467b774e088ef3bd Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Jul 27 20:29:32 2011 +0200 Remove the ffserver test. It doesn't work and is therefore useless. --- tests/Makefile|9 -- tests/ff

[libav-commits] Remove ffserver.h

2011-08-01 Thread Anton Khirnov
Module: libav Branch: master Commit: e5fc6ab6652b39311bce0767c7e1a92942b3cc47 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Jul 26 21:57:15 2011 +0200 Remove ffserver.h It's unused an serves no purpose. --- ffserver.h | 29 - 1 files changed,