summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2009-10-152-2/+1
* Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger2009-10-151-2/+4
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-144-14/+90
* Release frame after decoding is doneKostya Shishkov2009-10-147-6/+78
* Print a warning message when avcodec_default_free_buffers finds unreleasedReimar Döffinger2009-10-131-0/+2
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-1318-64/+0
* Call release_buffer on close for v210dec and v210xReimar Döffinger2009-10-132-1/+14
* Add missing release_buffer on closeReimar Döffinger2009-10-131-0/+4
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-134-0/+126
* Implement execute2 for w32threadReimar Döffinger2009-10-131-0/+15
* Fix w32thread implementation to handle job count > thread_count.Reimar Döffinger2009-10-131-21/+35
* fft_dispatch array should be constReimar Döffinger2009-10-131-1/+1
* Simplify: use FFSWAPReimar Döffinger2009-10-131-6/+1
* extend description of avcodec_decode_audio3:Sascha Sommer2009-10-121-3/+5
* Reindent after removing the outer for loops in the execute2 patchReimar Döffinger2009-10-121-68/+68
* Move dnxhdenc to execute2 multithreading API.Reimar Döffinger2009-10-122-35/+29
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-124-2/+45
* ARM: align stack in NEON h264 mc functionsMåns Rullgård2009-10-111-15/+18
* ARM: simplify movrel definition as CONFIG_PIC is now set for shared libsMåns Rullgård2009-10-111-1/+1
* 100l in avpicture_layout: width of chroma planes depends on format depth, too.Reimar Döffinger2009-10-111-1/+1
* Warn when WVC1 cannot be decodedKostya Shishkov2009-10-111-0/+2
* Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger2009-10-101-0/+3
* Fix 100l incorrect bitmask check.Reimar Döffinger2009-10-101-1/+1
* Print error message when true interlaced VC-1 frames are encounteredKostya Shishkov2009-10-102-1/+7
* AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain2009-10-091-1/+1
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-082-2/+2
* ARM: whitespace cosmeticsMåns Rullgård2009-10-071-3/+3
* ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård2009-10-072-1/+24
* ARM: make function names all-lowercaseMåns Rullgård2009-10-064-25/+25
* ARM: enable ARMv4 add_pixels_clampedMåns Rullgård2009-10-061-2/+4
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-063-0/+57
* ARM: whitespace cosmeticsMåns Rullgård2009-10-061-22/+8
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-063-59/+75
* Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison2009-10-061-1/+1
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-064-10/+10
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-061-1/+1
* cosmetics: reindent and line wrap after last commitJustin Ruggles2009-10-051-6/+10
* alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles2009-10-051-2/+13
* Revert:Michael Niedermayer2009-10-051-3/+1
* ARM: add ff_ prefix to lots of functionsMåns Rullgård2009-10-048-60/+60
* ARM: cosmeticsMåns Rullgård2009-10-044-42/+42
* ARM: replace some #if with if()Måns Rullgård2009-10-041-10/+3
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-047-8/+8
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-047-70/+145
* Sun Raster RGB supportPeter Ross2009-10-041-2/+2
* ARM: shorten some long macro namesMåns Rullgård2009-10-031-45/+45
* ARM: update ldm/stm instructions to modern syntaxMåns Rullgård2009-10-031-111/+111
* ARM: whitespace cosmeticsMåns Rullgård2009-10-031-454/+454
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-031-2/+2
* increase maximum compressed frame sizeSascha Sommer2009-10-031-1/+1
OpenPOWER on IntegriCloud