- 06 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
All current usages of it are incompatible with localization. For example strcasecmp("i", "I") != 0 is possible, but would break many of the places where it is used. Instead use our own implementations that always treat the data as ASCII. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
All current usages of it are incompatible with localization. For example strcasecmp("i", "I") != 0 is possible, but would break many of the places where it is used. Instead use our own implementations that always treat the data as ASCII. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 26 Oct, 2011 1 commit
-
-
Michael Niedermayer authored
Found-by: Tanami, Ohad Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
They are used in libavdevice.
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Manual replacements are done in this commit. In many cases, the id is some constant made up number (e.g. 0 for video and 1 for audio), which is then not used in the demuxer for anything. Those ids are removed.
-
- 18 Oct, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
-
- 17 Oct, 2011 1 commit
-
-
Clément Bœsch authored
-
- 10 Oct, 2011 2 commits
-
-
Mans Rullgard authored
Keeping byte values read from the file as unsigned is consistent with how they are subsequently used and avoids an undefined left shift by 24 when bit 7 is set. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
-
- 28 Sep, 2011 1 commit
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <nicolas.george@normalesup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Sep, 2011 1 commit
-
-
Joakim Plate authored
The move of avio_seek in avi_read_seek is to avoiding modifying state if the seek would fail. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Sep, 2011 2 commits
-
-
Joakim Plate authored
This changes so we assume EOF when we can't find the next streams index entry for non interleaved file. http://trac.xbmc.org/ticket/5585Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Joakim Plate authored
This uses the RIFF header stored size to figure out the expected AVI file size, instead of the actual file. To work fully it requires handling failed avio_seek() instead of assuming they always succeed. Some fate file has been cut off and contains half a frame at the end which previously was not output during demuxing. This frame is now output to encoder, thus fate diff update.
-
- 12 Aug, 2011 1 commit
-
-
Dustin Brody authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 10 Aug, 2011 1 commit
-
-
Clément Bœsch authored
This fixes the warning: libavformat/avidec.c:81:5: warning: missing braces around initializer [-Wmissing-braces]
-
- 03 Aug, 2011 3 commits
-
-
Michael Niedermayer authored
Fixes Ticket327 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket333 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 03 Jul, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 01 Jul, 2011 2 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
- 19 Jun, 2011 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket271 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
ami_stuff authored
Improves ticket131 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Jun, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate the last remaining member of AVFormatParameters.
-
- 10 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 08 Jun, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 02 Jun, 2011 1 commit
-
-
Mans Rullgard authored
-
- 07 May, 2011 1 commit
-
-
Reimar Döffinger authored
-
- 06 May, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 May, 2011 1 commit
-
-
Reimar Döffinger authored
This makes the avi demuxer create packets with proper pos values with the file from ticket #140.
-
- 30 Apr, 2011 2 commits
-
-
Reimar Döffinger authored
Fixes ticket #140.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Apr, 2011 2 commits
-
-
Reimar Döffinger authored
It does not make sense (DV is interleaved by design) and it avoids a crash when the non-interleaved code tries to use the priv_data of streams created by the DV demuxer. The crash could be avoided differently, but then that stream would still lack an index and would not play correctly in non-interleaved mode. Fixes e.g. samples/ffmpeg-bugs/roundup/issue1514/Dennis0002_video1.avi
-
Kostya Shishkov authored
Official AVI specification says that stream header in case of video contains BITMAPINFO, which is equal to BITMAPINFOHEADER and optional palette. Currently lavf AVI demuxer thinks otherwise which produces garbage on codecs that have both palette and extradata (luckily, there are not so many such codecs). An example of such file is: http://samples.multimedia.cx/V-codecs/KMVC/baseball1.avi (IIRC, MSS1 or MSS2 also had such situation but they are still not supported by lavc). As a side note, passing palette in extradata as it's been done previously is not quite correct since proper _extra_ data is surplus bytes in BITMAPINFOHEADER, not including palette. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 24 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-