- 21 Oct, 2016 1 commit
-
-
Andreas Cadhalpun authored
Thanks to Mathieu Malaterre <malat@debian.org> for reporting the Que/Queue typo. (https://bugs.debian.org/839542) Reviewed-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- 04 May, 2016 1 commit
-
-
Alexandra Hájková authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 18 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 23 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Fixes valgrind warning Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Jan, 2016 1 commit
-
-
John Cox authored
Ensure that cabac init sets the bitstream pointer to an even value. It is often faster to load from an aligned boundry Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Nov, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes integer overflows Fixes: 1430e9c43fae47a24c179c7c54f94918/signal_sigsegv_421427_2340_591e9810c7b09efe501ad84638c9e9f8.264 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Found-by: xiedingbao (Ticket4727) Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Oct, 2015 2 commits
-
-
Anton Khirnov authored
There's not much reason to generate such a small table at runtime. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
This becomes unuseful in the following commit. This reverts commit 092d1977. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 08 Oct, 2015 1 commit
-
-
Anton Khirnov authored
There is not much reason to generate such a small table at runtime. Signed-off-by:
Derek Buitenhuis <derekb@vimeo.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 18 Apr, 2015 1 commit
-
-
Michael Niedermayer authored
Found-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Apr, 2015 1 commit
-
-
Timothy Gu authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Sep, 2014 2 commits
-
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Moves it from .data to .bss, slightly reducing binary size. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 14 Jan, 2014 1 commit
-
-
Janne Grunau authored
The cabac encoder was only used by the removed cabac test. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 05 Dec, 2013 1 commit
-
-
Michael Niedermayer authored
works around bug in gccs inline asm register assignment Fixes Ticket3177 gcc from 4.4 to 4.6 is affected at least, no non affected gccs known clang seems not affected Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
The only use case of it was the selftest code, and there the slightly more complex indexing that is needed after its removial doesnt matter. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Sep, 2013 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 21 Sep, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 13 Nov, 2012 1 commit
-
-
Diego Biurrun authored
-
- 26 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Apr, 2012 3 commits
-
-
Roland Scheidegger authored
The reason is this is easier for PIC code (in particular on darwin...). Keep the old names as pointers (static in cabac_functions.h so gcc knows these are just immediate offsets) so the c code can nicely stay the same (alternatively could use offsets directly in the functions needing the tables). This should produce the same code as before with non-pic and better code (confirmed) with pic. The assembly uses the new table but still won't work for PIC case. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Roland Scheidegger authored
not used outside the cabac test functions (which probably means it's a bad test if it doesn't use the same tables as the real functions?) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Roland Scheidegger authored
The reason is this is easier for PIC code (in particular on darwin...). Keep the old names as pointers (static in cabac_functions.h so gcc knows these are just immediate offsets) so the c code can nicely stay the same (alternatively could use offsets directly in the functions needing the tables). This should produce the same code as before with non-pic and better code (confirmed) with pic. The assembly uses the new table but still won't work for PIC case. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 14 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Jan, 2012 3 commits
-
-
Diego Biurrun authored
This fixes standalone compilation of some decoders with --disable-optimizations. cabac.h defines some inline functions that use symbols from cabac.c. Without optimizations these inline functions are not eliminated and linking fails with references to non-existing symbols. Splitting the inline functions off into their own header and only #including it in the places where the inline functions are used allows #including cabac.h from anywhere without ill effects.
-
Diego Biurrun authored
-
Diego Biurrun authored
It was only ever used in the cabac test program, but never initialized.
-
- 09 Jan, 2012 1 commit
-
-
Diego Biurrun authored
The functions are not used in any part of Libav, therefore testing them in the cabac-test is unnecessary. Since this makes them unused, remove the functions.
-
- 07 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Jan, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 10 Sep, 2011 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 15 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 20 Jun, 2011 1 commit
-
-
Mans Rullgard authored
The code does not compile without this set. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-