summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ARM: change MUL16() macro to inline functionMåns Rullgård2008-11-061-4/+7
* ARM: prettify MAC16() macroMåns Rullgård2008-11-061-2/+3
* ARM: change MULH() macro to inline functionMåns Rullgård2008-11-061-5/+7
* ARM: change MULL() macro to inline functionMåns Rullgård2008-11-061-8/+11
* ARM: mathops.h whitespace cosmeticsMåns Rullgård2008-11-061-2/+2
* Add missing #include "libavutil/avstring.h", fixesDiego Biurrun2008-11-051-0/+1
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-053-7/+40
* Fix test program build: ff_eval was replaced by ff_eval2.Diego Biurrun2008-11-051-4/+4
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-043-13/+144
* Only warn about "Invalid and inefficient vfw-avi packed B frames" once.Andrew Savchenko2008-11-042-1/+4
* Fix illegal identifier, __ are reserved for the system.Diego Biurrun2008-11-031-3/+3
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-0315-79/+67
* Change the dca channel layout, S -> SIDE not BACK.Benjamin Larsson2008-11-021-14/+14
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-023-80/+80
* Guess channel layout based on the number of channels if a custom layout is sp...Benjamin Larsson2008-11-011-5/+0
* Add channel layouts for dca.Benjamin Larsson2008-11-011-0/+57
* Introduce RV3-specific motion vector prediction.Kostya Shishkov2008-11-011-1/+53
* Add audio channel layout API to libavcodec.Peter Ross2008-11-014-19/+159
* Fix build.François Revol2008-10-311-1/+1
* OKed parts of the QCELP decoderKenan Gillet2008-10-301-0/+96
* Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.Kenan Gillet2008-10-301-2/+2
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-302-14/+4
* Remove nonsense @return Doxygen comment for void function.Diego Biurrun2008-10-301-2/+0
* cosmetics: small spelling fixesDiego Biurrun2008-10-301-2/+2
* Add a LPC filterKenan Gillet2008-10-302-0/+45
* Add ff_dot_productf() to celp_math.{c,h}Kenan Gillet2008-10-302-0/+21
* More OKed parts of QCELP data tablesKenan Gillet2008-10-301-0/+216
* renaming macro in order to conform with the rest of libavcodecRoman Shaposhnik2008-10-301-4/+4
* Remove unused variable, patch by Art Clarke, aclarke vlideshow com.Art Clarke2008-10-301-3/+1
* Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov2008-10-301-5/+4
* asm() --> __asm__() in #warning commentDiego Biurrun2008-10-291-1/+1
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-292-0/+5
* Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.Art Clarke2008-10-291-2/+2
* Reset state after some frame header is found.Michael Niedermayer2008-10-291-0/+1
* OKed parts of QCELP data tablesKenan Gillet2008-10-291-0/+165
* Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun2008-10-282-0/+5
* Replace literally hardcoded max slice number by named constant.Michael Niedermayer2008-10-282-14/+23
* Fix compilation, remove stray ;Benjamin Larsson2008-10-281-1/+1
* Fix selection of quant step tableBenjamin Larsson2008-10-281-2/+4
* Fix huffman coded dca samples.Benjamin Larsson2008-10-281-1/+1
* Detect split RV30 slicesKostya Shishkov2008-10-281-1/+2
* Fix chroma motion compensation for RV30Kostya Shishkov2008-10-271-6/+13
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-279-14/+14
* ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.SMåns Rullgård2008-10-272-93/+92
* ARM: move VFP DSP functions to dsputils_vfp.SMåns Rullgård2008-10-273-180/+196
* ARM: move prefetch_arm to dsputil_arm_s.SMåns Rullgård2008-10-272-14/+15
* ARM: use new macros for assembler function labelsMåns Rullgård2008-10-275-83/+42
* ARM: add some assembler convenience macrosMåns Rullgård2008-10-271-0/+36
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-261-0/+4
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-261-0/+36