summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-18
* sync yasm macros to x264Loren Merritt2009-10-18
* fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates2009-10-18
* huffyuv: add some const qualifiersLoren Merritt2009-10-18
* simd add_hfyu_left_predictionLoren Merritt2009-10-18
* add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles2009-10-18
* WMAPRO: use some type punning in decode_coeffs()Måns Rullgård2009-10-18
* Replace big square-root table by a call to ff_sqrt(). Based on a patchVitor Sessak2009-10-18
* Fix typo that mistakenly slipped into previous commit:Onur Küçük2009-10-18
* cosmetics: Break overly long lines.Diego Biurrun2009-10-18
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
* Revert r20249, it seems the union trick works everywhereMichael Niedermayer2009-10-17
* alacenc : use private compression_level value consistently.Jai Menon2009-10-17
* Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange2009-10-16
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-16
* Huffyuv: Remove unnecessary allocation in alloc_temp().Alexander Strange2009-10-16
* Huffyuv: Fix a valgrind warning in get_vlc2().Alexander Strange2009-10-16
* alacenc : Move some code around for clarity.Jai Menon2009-10-16
* mlp: Indent.Ramiro Polla2009-10-16
* mlp: Only initialize VLC tables once. This caused a crash when multipleRamiro Polla2009-10-16
* mlp: Use smaller CRC tables if CONFIG_SMALL.Reimar Döffinger2009-10-16
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16
* Release unreleased buffers found by make test.Carl Eugen Hoyos2009-10-16
* Very evil missuse of svn to test if AVOption and AVOption2 are compatible.Michael Niedermayer2009-10-16
* Add an experimental AVOption2 that uses an union instead of double for defaul...Michael Niedermayer2009-10-16
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-15
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-15
* Remove silly casts to the same type as we already have.Reimar Döffinger2009-10-15
* Add missing release_buffer at decode end for asv1 decoder.Reimar Döffinger2009-10-15
* Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger2009-10-15
* Raise MAX_THREADS to 16.Frank Barchard2009-10-15
* Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2009-10-15
* Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger2009-10-15
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-14
* Release frame after decoding is doneKostya Shishkov2009-10-14
* Print a warning message when avcodec_default_free_buffers finds unreleasedReimar Döffinger2009-10-13
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* Call release_buffer on close for v210dec and v210xReimar Döffinger2009-10-13
* Add missing release_buffer on closeReimar Döffinger2009-10-13
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-13
* Implement execute2 for w32threadReimar Döffinger2009-10-13
* Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger2009-10-13
* fft_dispatch array should be constReimar Döffinger2009-10-13
* Simplify: use FFSWAPReimar Döffinger2009-10-13
* extend description of avcodec_decode_audio3:Sascha Sommer2009-10-12
* Reindent after removing the outer for loops in the execute2 patchReimar Döffinger2009-10-12
* Move dnxhdenc to execute2 multithreading API.Reimar Döffinger2009-10-12
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-12
* ARM: align stack in NEON h264 mc functionsMåns Rullgård2009-10-11