Mercurial > libavcodec.hg
graph
-
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodec2009-11-05, by reimar
-
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodec2009-11-04, by reimar
-
Don't lock the channel output configuration based on the first value seen for libavcodec2009-11-03, by alexc
-
Revert r20050, which caused decoding errors with at least one valid AC-3 file. libavcodec2009-11-03, by jbr
-
Set the sample format for Smacker audio in the decoder rather than in the libavcodec2009-11-01, by jbr
-
Change whitespace placement a little to improve readabiliy slightly. libavcodec2009-10-29, by michael
-
vorbis_dec: factor out duplicated code for index reading, bounds checking and libavcodec2009-10-28, by reimar
-
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec2009-10-28, by reimar
-
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec2009-10-28, by reimar
-
The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec2009-10-28, by diego
-
Remove crufty leftovers from the era when this file resided within libavformat. libavcodec2009-10-27, by diego
-
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients. libavcodec2009-10-22, by daniel
-
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. libavcodec2009-10-19, by diego
-
Add additional long names for the Flash Video decoder and encoder. libavcodec2009-10-19, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 3 decoder. libavcodec2009-10-19, by stefano
-
Add additional long names for the Sorenson Vector Quantizer 1 decoder libavcodec2009-10-19, by stefano
-
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make libavcodec2009-10-19, by reimar
-
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com libavcodec2009-10-18, by bcoudurier
-
add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec2009-10-18, by jbr
-
Replace big square-root table by a call to ff_sqrt(). Based on a patch libavcodec2009-10-18, by vitor
-
Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec2009-10-17, by jbr
-
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). libavcodec2009-10-16, by astrange
-
mlp: Only initialize VLC tables once. This caused a crash when multiple libavcodec2009-10-16, by ramiro
-
Do not try to free memory that was never allocated (partial revert of r20231). libavcodec2009-10-16, by cehoyos
-
Very evil missuse of svn to test if AVOption and AVOption2 are compatible. libavcodec2009-10-16, by michael
-
Add an experimental AVOption2 that uses an union instead of double for default_val. libavcodec2009-10-16, by michael
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec2009-10-16, by reimar
-
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions libavcodec2009-10-15, by reimar