summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* ARM: enable ARMv4 add_pixels_clampedMåns Rullgård2009-10-06
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-06
* ARM: whitespace cosmeticsMåns Rullgård2009-10-06
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-06
* Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison2009-10-06
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-06
* cosmetics: reindent and line wrap after last commitJustin Ruggles2009-10-05
* alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles2009-10-05
* Revert:Michael Niedermayer2009-10-05
* ARM: add ff_ prefix to lots of functionsMåns Rullgård2009-10-04
* ARM: cosmeticsMåns Rullgård2009-10-04
* ARM: replace some #if with if()Måns Rullgård2009-10-04
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-04
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-04
* Sun Raster RGB supportPeter Ross2009-10-04
* ARM: shorten some long macro namesMåns Rullgård2009-10-03
* ARM: update ldm/stm instructions to modern syntaxMåns Rullgård2009-10-03
* ARM: whitespace cosmeticsMåns Rullgård2009-10-03
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-03
* increase maximum compressed frame sizeSascha Sommer2009-10-03
* return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer2009-10-03
* Support decoding of uncompressed PCX scanlinesPeter Ross2009-10-03
* ARM: use plain labels for pc-relative addressingMåns Rullgård2009-10-02
* ARM: remove unnecessary .fpu neon directivesMåns Rullgård2009-10-02
* ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård2009-10-02
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-02
* ARM: apply extern symbol prefix where neededMåns Rullgård2009-10-02
* Make avcodec_open set codec_id and codec_type if they haven't been set.Reimar Döffinger2009-10-01
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01