- 22 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1474 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Sep, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jul, 2012 1 commit
-
-
Clément Bœsch authored
If st is NULL, it means no 'fmt ' tag is found, but 'data' tag (which needs a previous 'fmt ' tag to be parsed correctly and st initialized) check will make sure st is never dereferenced in that case. Fixes warning: libavformat/wav.c: In function ‘wav_read_header’: libavformat/wav.c:499:44: warning: ‘st’ may be used uninitialized in this function [-Wmaybe-uninitialized] Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 22 Jul, 2012 1 commit
-
-
Derek Buitenhuis authored
If there is a 'SMV0' tag, but no 'fmt' tag, it is possible that 'st' got used as NULL. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 20 May, 2012 1 commit
-
-
James Zern authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Prefix the functions/tables brktimegm, pcm_read_seek, dv_offset_reset, voc_get_packet, codec_movaudio_tags, codec_movvideo_tags. After this, lavf has no global symbols without the proper prefix. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 14 Dec, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
Fixes ticket #745.
-
- 10 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
like SOX Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 03 Dec, 2011 1 commit
-
-
Clément Bœsch authored
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 27 Nov, 2011 1 commit
-
-
Victor Vasiliev authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 21 Nov, 2011 1 commit
-
-
Clément Bœsch authored
-
- 05 Nov, 2011 1 commit
-
-
Clément Bœsch authored
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 10 Oct, 2011 1 commit
-
-
Reimar Döffinger authored
Audio and video are interleaved via stream cur_dts - no idea how reliable this is. It also cannot display the video properly - it is stored with about 15 in a single JPEG frame, I cannot think of a reasonable way to implement this. Samples: http://samples.mplayerhq.hu/smv/ Format description: http://wiki.multimedia.cx/index.php?title=SMVSigned-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 01 Sep, 2011 1 commit
-
-
Clément Bœsch authored
If st is NULL, it means no 'fmt ' tag is found, but 'data' tag (which needs a previous 'fmt ' tag to be parsed correctly and st initialized) check will make sure st is never dereferenced in that case.
-
- 17 Jul, 2011 2 commits
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
Anton Khirnov authored
-
- 13 Jul, 2011 6 commits
-
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Moving the search and parsing of the 'fmt ' info the main loop of wav_read_header() allows tags that precede it to be parsed. Creating wav_parse_fmt_tag() makes wav_read_header() easier to read. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Benjamin Larsson authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Jun, 2011 2 commits
-
-
Carl Eugen Hoyos authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Aurelien Jacobs authored
-
- 03 Jun, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Philip de Nier authored
-
- 30 May, 2011 1 commit
-
-
Tomas Härdin authored
Since we want to break the loop the 'if (data_ofs < 0)' block is moved after the loop. This fixes ticket #250.
-
- 27 May, 2011 1 commit
-
-
Tomas Härdin authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-