- 26 May, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 May, 2012 3 commits
-
-
Michael Niedermayer authored
This fixes passing junk in stream. It should not have any user vissible effect. We are discarding the new data in the decoder as no case is known where it is needed but it causes problems if used. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket513 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 May, 2012 1 commit
-
-
Ole Dittmann authored
See Ticket420 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Apr, 2012 1 commit
-
-
Alex Converse authored
-
- 18 Apr, 2012 3 commits
-
-
Michael Niedermayer authored
its no longer needed and causes a race with the flv demuxer. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
It causes more problems than it solves. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Apr, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Apr, 2012 1 commit
-
-
Alex Converse authored
Save the old output configuration (if it has been used successfully) when trying a new configuration. If the new configuration fails to decode, restore the last successful configuration.
-
- 09 Apr, 2012 1 commit
-
-
Reimar Döffinger authored
When decoding LATM, this function will not process extradata but a different buffer. It seems this was forgotten to update when LATM support was added. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 04 Apr, 2012 1 commit
-
-
Diego Biurrun authored
-
- 23 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes global out of array read. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 09 Mar, 2012 2 commits
-
-
Michael Niedermayer authored
An unpaired SCE preceding a CPE only makes sense for front SCEs preceding the first CPE. Split from FFmpeg commit a8d67efaSigned-off-by:
Alex Converse <alex.converse@gmail.com>
-
Michael Niedermayer authored
Set the element to channel vector (e2c_vec) size to be the maximum number of aac channel elements. This makes it slightly larger than it needs to be because CCEs are never mapped to output channel locations. Also add a check that all input tags (legal or not) will fit. Split from FFmpeg commit a8d67efaSigned-off-by:
Alex Converse <alex.converse@gmail.com>
-
- 06 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
This fixes an issue in the code to check the size that will be written to match the actual code writing. In the long term it would make sense to change this so the counting and writing code are the same so they dont need to be kept in sync. It also increases the array size, which was too small either way and adds a redudnant saftey check. This issue does not affect any FFmpeg release as it has been introduced Jan 31 which is narrowly after our last release. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Feb, 2012 2 commits
-
-
Michael Niedermayer authored
[alex.converse@mgail.com] Move code to get_che() Update for AAC new channel configuration interface Only set chan_config if output_configure succeeds. Signed-off-by:
Alex Converse <alex.converse@gmail.com>
-
Alex Converse authored
aacdec: Reshuffle functions so get_che() can call set_default_channel_config() and output_configure().
-
- 28 Feb, 2012 2 commits
-
-
Diego Biurrun authored
-
Alex Converse authored
-
- 22 Feb, 2012 1 commit
-
-
Alex Converse authored
Based-on-work-by:
Ronald S. Bultje <rsbultje@gmail.com> Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
- 21 Feb, 2012 1 commit
-
-
Alex Converse authored
-
- 15 Feb, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Feb, 2012 3 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
This changes the output order of multichannel PCE based streams.
-
- 08 Feb, 2012 2 commits
-
-
Alex Converse authored
It was only correct when element ids met very specific criteria.
-
Alex Converse authored
-
- 11 Jan, 2012 1 commit
-
-
Alex Converse authored
This is different than a normal get_bits() over read because decode_audio_specific_config() creates its own GetBitContext. Fixes Bug 170.
-
- 09 Jan, 2012 1 commit
-
-
Alex Converse authored
Fixes al_sbr_cm_48_5.1.mp4.
-
- 31 Dec, 2011 2 commits
-
-
Michael Niedermayer authored
Fixes Music\ Station\ Super\ Live\ -\ 2011.12.23.mkv Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This has been fixed differently and its revert avoids error messages when decoding xx.flv. This also reduces the difference to qatar. This reverts commit 5a2b3f3a. Reviewed-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #789.
-
- 21 Dec, 2011 2 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Alex Converse authored
Remove unused function argument. Return an AVERROR. Don't zero out ICS on failure.
-
- 13 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
See samples/nsv/vlb_audio. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-