summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* ARM: simplify movrel definition as CONFIG_PIC is now set for shared libsMåns Rullgård2009-10-11
* 100l in avpicture_layout: width of chroma planes depends on format depth, too.Reimar Döffinger2009-10-11
* Warn when WVC1 cannot be decodedKostya Shishkov2009-10-11
* Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger2009-10-10
* Fix 100l incorrect bitmask check.Reimar Döffinger2009-10-10
* Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov2009-10-10
* AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain2009-10-09
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-08
* ARM: whitespace cosmeticsMåns Rullgård2009-10-07
* ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård2009-10-07
* ARM: make function names all-lowercaseMåns Rullgård2009-10-06