| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a possible overflow when reading Nikon avi files. | Carl Eugen Hoyos | 2014-01-20 | 1 | -2/+1 |
* | Allow decoding of slightly broken Nikon avi files. | Carl Eugen Hoyos | 2014-01-20 | 1 | -0/+2 |
* | Use the h264 parser when decoding VSSH in avi. | Carl Eugen Hoyos | 2014-01-07 | 1 | -0/+2 |
* | avformat/avidec: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -6/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\ |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
| * | avidec: fix a memleak in the dv init code. | Anton Khirnov | 2013-11-21 | 1 | -0/+1 |
* | | avformat/avidec: Dont assert the existence of an index for video streams. | Michael Niedermayer | 2013-11-22 | 1 | -2/+1 |
* | | avformat/avidec: Skip duplicate strf chunks | Michael Niedermayer | 2013-11-22 | 1 | -0/+4 |
* | | avformat/avidec: also print position in print_tag() | Michael Niedermayer | 2013-11-22 | 1 | -2/+2 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -10/+2 |
* | | Merge commit 'ceec6e792e4b5baaa23b220f4fd33417631f5288' | Michael Niedermayer | 2013-10-10 | 1 | -0/+2 |
|\| |
|
| * | avi: directly resync on DV in AVI read failure | Luca Barbato | 2013-10-10 | 1 | -0/+2 |
* | | Merge commit '756547ce7f4d67a18663503e2157aebed3531703' | Michael Niedermayer | 2013-10-10 | 1 | -2/+7 |
|\| |
|
| * | avi: DV in AVI must be considered single stream | Luca Barbato | 2013-10-10 | 1 | -3/+7 |
* | | Merge commit '1cac9accbd1f9b8596122d0735e37b97a844c514' | Michael Niedermayer | 2013-10-10 | 1 | -1/+2 |
|\| |
|
| * | avi: properly fail if the dv demuxer is missing | Luca Barbato | 2013-10-10 | 1 | -1/+2 |
* | | Merge commit '8d07258bb6063d0780ce2d39443d6dc6d8eedc5a' | Michael Niedermayer | 2013-09-29 | 1 | -1/+2 |
|\| |
|
| * | avidec: Make sure a packet is large enough before reading its data | Martin Storsjö | 2013-09-29 | 1 | -1/+2 |
* | | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9' | Michael Niedermayer | 2013-09-27 | 1 | -2/+3 |
|\| |
|
| * | lavf: Reset the entry count and allocation size variables on av_reallocp fail... | Martin Storsjö | 2013-09-26 | 1 | -2/+3 |
* | | Merge commit '5626f994f273af80fb100d4743b963304de9e05c' | Michael Niedermayer | 2013-09-19 | 1 | -5/+5 |
|\| |
|
| * | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -4/+5 |
* | | avformat/avidec: use av_calloc() and check for allocation error | Paul B Mahol | 2013-09-16 | 1 | -1/+3 |
* | | avformat/avidec: fix signedness of pointer type in get_stream_idx() | Michael Niedermayer | 2013-09-08 | 1 | -1/+1 |
* | | avformat/avidec: match first index and first packet size=0 handling | Michael Niedermayer | 2013-08-31 | 1 | -1/+1 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+5 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+5 |
* | | Merge commit 'c8f0b20b4a6bb6691928789d83e4b02896969848' | Michael Niedermayer | 2013-07-28 | 1 | -3/+6 |
|\| |
|
| * | avidec: Let the inner dv demuxer take care of discarding | Luca Barbato | 2013-07-27 | 1 | -3/+6 |
* | | Merge commit '10aa44aa675e05067845e3e55fac37642cbbdae4' | Michael Niedermayer | 2013-07-28 | 1 | -466/+564 |
|\| |
|
| * | avidec: K&R formatting cosmetics | Luca Barbato | 2013-07-27 | 1 | -443/+536 |
* | | avformat/avidec: Fix incorrect detection of badly interleaved avi | Nigel Touati-Evans | 2013-07-05 | 1 | -2/+3 |
* | | avidec: dont randomly skip packets for offseting the index | Michael Niedermayer | 2013-05-17 | 1 | -2/+2 |
* | | Do not read strd chunk in avi files as H264 extradata. | Carl Eugen Hoyos | 2013-05-13 | 1 | -1/+3 |
* | | avidec: Enable full parsing for potencoder mpeg1/2 | Michael Niedermayer | 2013-05-10 | 1 | -0/+11 |
* | | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | avidec: Fix demuxing of non seekable avis with multiple RIFFs | Michael Niedermayer | 2013-03-28 | 1 | -1/+1 |
* | | avidec: fix duration and bitrate of truncated files | Michael Niedermayer | 2013-03-19 | 1 | -2/+8 |
* | | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' | Michael Niedermayer | 2013-03-08 | 1 | -0/+8 |
|\| |
|
| * | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -0/+8 |
* | | avformat: Allocate duration_error separately | Michael Niedermayer | 2013-02-23 | 1 | -0/+2 |
* | | Merge commit '570a4a0189946c2c983da41d37fdd67fa13266e7' | Michael Niedermayer | 2013-01-22 | 1 | -18/+20 |
|\| |
|
| * | avidec: use sensible error codes instead of -1 | Jindrich Makovicka | 2013-01-21 | 1 | -19/+22 |
* | | read_gab2_sub: fix null pointer dereference | Michael Niedermayer | 2012-12-12 | 1 | -1/+1 |
* | | Correctly skip strf tag for subtitles when decoding avi. | Carl Eugen Hoyos | 2012-11-30 | 1 | -0/+1 |
* | | avidec: try to support oddly muxed MMES stream | Michael Niedermayer | 2012-11-22 | 1 | -0/+5 |
* | | avidec: remove unneeded null check | Michael Niedermayer | 2012-10-19 | 1 | -1/+1 |
* | | avoid more "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -2/+2 |