Mercurial > libavcodec.hg
graph
-
Remove ra144.o dependency added in revision r13500, now reverted libavcodecSat, 31 May 2008 14:32:11 +0000, by vitor
-
As *_static are not deallocated anymore except on program termination libavcodecFri, 30 May 2008 23:26:09 +0000, by michael
-
Move *_static to bitstream.c which is the only file left which needs libavcodecFri, 30 May 2008 21:12:33 +0000, by michael
-
Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodecFri, 30 May 2008 21:08:41 +0000, by michael
-
Change init_2d_vlc_rl() to not use *alloc_static(). libavcodecFri, 30 May 2008 21:06:40 +0000, by michael
-
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodecFri, 30 May 2008 20:00:19 +0000, by michael
-
Make init_vlc* support proper static tables instead of this broken beyond libavcodecFri, 30 May 2008 19:48:02 +0000, by michael
-
in TRUNCATED mode, use residual fragments in ParseContext libavcodecThu, 29 May 2008 20:09:45 +0000, by skal
-
Use ff_acelp_weighted_vector_sum() instead of reimplementing it libavcodecWed, 28 May 2008 19:04:34 +0000, by vitor
-
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. libavcodecWed, 28 May 2008 11:59:41 +0000, by michael
-
Arrays where one element too small, fixes CID114. libavcodecTue, 27 May 2008 22:10:17 +0000, by michael
-
Do not read from prior the array, fix CID 127. libavcodecTue, 27 May 2008 19:44:56 +0000, by michael
-
zero the upper frequencies of the correct coefficients libavcodecTue, 27 May 2008 00:43:39 +0000, by jbr
-
consistency cosmetics: indices --> indexes in variable names libavcodecMon, 26 May 2008 23:36:05 +0000, by diego
-
cosmetics: Use C-style comments in #endif directives. libavcodecMon, 26 May 2008 23:09:46 +0000, by diego
-
Rename var: add read coefficients a decent name libavcodecMon, 26 May 2008 18:26:47 +0000, by vitor
-
Context vars are not global vars. glob is a bad name for it. libavcodecMon, 26 May 2008 16:59:39 +0000, by vitor
-
Rename context struct to be more consistent with the rest of ffmpeg libavcodecMon, 26 May 2008 16:55:22 +0000, by vitor
-
Warn about packed B-frames. (especially useful if the file in question is libavcodecMon, 26 May 2008 11:32:42 +0000, by michael
-
set audio parameters if frame header is ok, even if crc fails libavcodecSun, 25 May 2008 18:54:17 +0000, by jbr
-
Cosmetics: merge declaration and initialization libavcodecSun, 25 May 2008 16:44:56 +0000, by vitor
-
Move evaluation of variable a to where it is trivial libavcodecSun, 25 May 2008 16:29:07 +0000, by vitor
-
Make add_wav() receive a vector instead of three integers libavcodecSun, 25 May 2008 16:27:33 +0000, by vitor
-
add checks for missing information in the first block libavcodecSun, 25 May 2008 15:34:48 +0000, by jbr
-
add check for invalid channel mode when coupling is used libavcodecSun, 25 May 2008 15:23:03 +0000, by jbr
-
Parameter n of dec functions is always 3. Hardcode it. libavcodecSun, 25 May 2008 13:22:56 +0000, by vitor
-
Move pitch vector interpolation code to acelp_filters libavcodecSat, 24 May 2008 17:18:42 +0000, by voroshil
-
Use an intermediate variable for overflow testing libavcodecSat, 24 May 2008 16:38:48 +0000, by vitor
-
Handle the case where we do not have enough input libavcodecSat, 24 May 2008 16:20:37 +0000, by vitor
-
adaptive and fixed codebook vector operations for ACELP-based codecs libavcodecFri, 23 May 2008 03:10:27 +0000, by voroshil
-
Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski libavcodecThu, 22 May 2008 19:16:28 +0000, by banan
-
Only one out of two values of gbuf1 is actually used. Make it half the size. libavcodecWed, 21 May 2008 16:41:58 +0000, by vitor
-
Make etable1 and etable2 tables instead of arrays. libavcodecWed, 21 May 2008 16:38:44 +0000, by vitor
-
Simplify ra144_decode_frame() by unrolling a senseless libavcodecWed, 21 May 2008 16:36:19 +0000, by vitor
-
Use ff_sqrt() function instead of using a table libavcodecWed, 21 May 2008 16:33:49 +0000, by vitor
-
Cosmetics: move function to remove forward declarations libavcodecSat, 17 May 2008 14:51:49 +0000, by vitor