- 18 Aug, 2014 1 commit
-
-
James Almer authored
Fixes ticket #3862. As a side effect, this also fixes aac_latm in wav. Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2014 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jul, 2014 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3708 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Apr, 2014 1 commit
-
-
csheng authored
fix issue https://trac.ffmpeg.org/ticket/3550Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 25 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
This strips the relative timestamp "flag" off. Fixes Ticket2849 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 09 Oct, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket3033 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Values outside would not be possible due to limitations of jpeg itself Fixes very long running loop Fixes Ticket2977 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Sep, 2013 1 commit
-
-
Paul B Mahol authored
Noticed-by: James Almer Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 02 Sep, 2013 1 commit
-
-
Paul B Mahol authored
Regression since 14d50c19. Fixes #2932. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 14 Aug, 2013 1 commit
-
-
Alexander Strasser authored
A file with a prepended ID3 tag of an uneven length was found in the wild. Check if the wav data starts at an uneven offset and use that information to correct the seeking calculation in wav_seek_tag, which used to only seek to even byte positions. Regression since ac87eaf8Signed-off-by:
Alexander Strasser <eclipse7@gmx.net>
-
- 08 Jun, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes integer overflow Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 May, 2013 1 commit
-
-
Ash Hughes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 May, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
RIFF chunks are aligned to 16bit according to the specification. Bug-Id:500 CC:libav-stable@libav.org
-
- 05 May, 2013 1 commit
-
-
Michael Niedermayer authored
Demuxers where the changed code looked less readable where skiped Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 May, 2013 2 commits
-
-
Luca Barbato authored
-
Diego Biurrun authored
-
- 02 May, 2013 1 commit
-
-
Luca Barbato authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 08 Apr, 2013 1 commit
-
-
Matthieu Bouron authored
WAV chunks must be even aligned. This patch skip the extra padding byte if chunk size is odd. Fixes ticket #2417. Reviewed-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jan, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 06 Jan, 2013 1 commit
-
-
Carl Eugen Hoyos authored
All known samples are actually ac3-in-spdif-in-wav, so use the spdif demuxer to get the ac3 frames.
-
- 05 Jan, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 31 Dec, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 29 Dec, 2012 1 commit
-
-
James Almer authored
Some wav files report a data size that is bigger than the actual file size. Fall back to estimation from bitrate in such cases. Fixes ticket #2065. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 23 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Some files simply contain invalid info tags. Fixes unrelated bug posted into Ticket1821 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Oct, 2012 4 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Fixes Bug 379 CC: libav-stable@libav.org
-
Anton Khirnov authored
-
Victor Vasiliev authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 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>
-