- 13 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
This fixes build failures on debian/kfreebsd Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit bed63a5e ) Conflicts: configure Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 31 Aug, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 06 Aug, 2012 3 commits
-
-
Reimar Döffinger authored
The previous method of having to initialize it outside lead to incorrect code: even if it was initialized, it usually was only initialized once, thus a packet that could not be matched to any stream would just be processed with the return values from the previous call. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (cherry picked from commit 69aeba13 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
Also slightly more correct behaviour in case streams_left for some reason is 0 from the start. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (cherry picked from commit a4163b2d ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes crash based on a uninitialized array index read. If the read does not crash then out of array writes based on the same index might have been triggered afterwards. Found-by: inferno@chromium.org Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9e1c55cf ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
The bitrate is not writeable by an encoder. Fixes generation of invalid wma Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jun, 2012 33 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 6cfaccab ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 317ca0d3 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 33775c35 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 93147daf ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This fixes terminal messup in case of crashes (like in make fate) Reviewed-by:
François Revol <revol@free.fr> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c8a11014 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 787c395a ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 63b1c080 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
(cherry picked from commit a3bc7f91 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
(cherry picked from commit 1faf0d6a ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes ticket #1411 (cherry picked from commit 757d5b9b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Kostya Shishkov authored
In Musepack SV8 codec property tell the maximum nonzero band, but every frame codes maximum band as a limit (i.e. strictly less than given value). Synthesis also expects maximum nonzero band, so there's a need to convert frame maximum band limit value. (cherry picked from commit b56825c4 ) Conflicts: libavcodec/mpc8.c Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Alex Converse authored
(cherry picked from commit 79c8e29a ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of Ticket #1404. (cherry picked from commit 568a5924 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of Ticket #1404. (cherry picked from commit 84986b4e ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Found, analysed and tested by trac user Jamal. Fixes part of Ticket #1404. (cherry picked from commit a4b885d5 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
(cherry picked from commit c02ef078 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 38c9ebd2 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 730d079b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
fix heap array overflow Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 44c10168 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes ticket1392 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a5ad3c23 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes ticket1391 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 6df1cfa7 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes ticket1212 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cc229d4e ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes heap buffer overflow Fixes ticket1393 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e9523378 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e0eaf100 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket1381 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 82570d2f ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5665674b ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket1374 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b3675f89 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit fb4e434c ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cd0f9f00 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes part of Ticket1373 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit debbcfae ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes part of Ticket1373 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Based-on-patch-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 679c578c ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes part of Ticket1372 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9ebe6e39 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes part of Ticket1372 Found-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 97c281d5 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-