| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: change MUL16() macro to inline function | Måns Rullgård | 2008-11-06 | 1 | -4/+7 |
* | ARM: prettify MAC16() macro | Måns Rullgård | 2008-11-06 | 1 | -2/+3 |
* | ARM: change MULH() macro to inline function | Måns Rullgård | 2008-11-06 | 1 | -5/+7 |
* | ARM: change MULL() macro to inline function | Måns Rullgård | 2008-11-06 | 1 | -8/+11 |
* | ARM: mathops.h whitespace cosmetics | Måns Rullgård | 2008-11-06 | 1 | -2/+2 |
* | Add missing #include "libavutil/avstring.h", fixes | Diego Biurrun | 2008-11-05 | 1 | -0/+1 |
* | Fix perceptual noise shaping scaling including an oversight of the offset for | Alex Converse | 2008-11-05 | 3 | -7/+40 |
* | Fix test program build: ff_eval was replaced by ff_eval2. | Diego Biurrun | 2008-11-05 | 1 | -4/+4 |
* | h264: Implement decoding of picture timing SEI message. | Andreas Öman | 2008-11-04 | 3 | -13/+144 |
* | Only warn about "Invalid and inefficient vfw-avi packed B frames" once. | Andrew Savchenko | 2008-11-04 | 2 | -1/+4 |
* | Fix illegal identifier, __ are reserved for the system. | Diego Biurrun | 2008-11-03 | 1 | -3/+3 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 15 | -79/+67 |
* | Change the dca channel layout, S -> SIDE not BACK. | Benjamin Larsson | 2008-11-02 | 1 | -14/+14 |
* | Change multichannel API define prefix from "CHANNEL_" to "CH_". | Andreas Öman | 2008-11-02 | 3 | -80/+80 |
* | Guess channel layout based on the number of channels if a custom layout is sp... | Benjamin Larsson | 2008-11-01 | 1 | -5/+0 |
* | Add channel layouts for dca. | Benjamin Larsson | 2008-11-01 | 1 | -0/+57 |
* | Introduce RV3-specific motion vector prediction. | Kostya Shishkov | 2008-11-01 | 1 | -1/+53 |
* | Add audio channel layout API to libavcodec. | Peter Ross | 2008-11-01 | 4 | -19/+159 |
* | Fix build. | François Revol | 2008-10-31 | 1 | -1/+1 |
* | OKed parts of the QCELP decoder | Kenan Gillet | 2008-10-30 | 1 | -0/+96 |
* | Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com. | Kenan Gillet | 2008-10-30 | 1 | -2/+2 |
* | Use ff_dot_productf() in ra288.c | Vitor Sessak | 2008-10-30 | 2 | -14/+4 |
* | Remove nonsense @return Doxygen comment for void function. | Diego Biurrun | 2008-10-30 | 1 | -2/+0 |
* | cosmetics: small spelling fixes | Diego Biurrun | 2008-10-30 | 1 | -2/+2 |
* | Add a LPC filter | Kenan Gillet | 2008-10-30 | 2 | -0/+45 |
* | Add ff_dot_productf() to celp_math.{c,h} | Kenan Gillet | 2008-10-30 | 2 | -0/+21 |
* | More OKed parts of QCELP data tables | Kenan Gillet | 2008-10-30 | 1 | -0/+216 |
* | renaming macro in order to conform with the rest of libavcodec | Roman Shaposhnik | 2008-10-30 | 1 | -4/+4 |
* | Remove unused variable, patch by Art Clarke, aclarke vlideshow com. | Art Clarke | 2008-10-30 | 1 | -3/+1 |
* | Correct motion vector scaling in B-frames for RV3/4 | Kostya Shishkov | 2008-10-30 | 1 | -5/+4 |
* | asm() --> __asm__() in #warning comment | Diego Biurrun | 2008-10-29 | 1 | -1/+1 |
* | Add missing headers to pass 'make checkheaders'. | Diego Biurrun | 2008-10-29 | 2 | -0/+5 |
* | Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. | Art Clarke | 2008-10-29 | 1 | -2/+2 |
* | Reset state after some frame header is found. | Michael Niedermayer | 2008-10-29 | 1 | -0/+1 |
* | OKed parts of QCELP data tables | Kenan Gillet | 2008-10-29 | 1 | -0/+165 |
* | Add the function declaration of ff_svq1_packet_checksum to svq1.h and include | Diego Biurrun | 2008-10-28 | 2 | -0/+5 |
* | Replace literally hardcoded max slice number by named constant. | Michael Niedermayer | 2008-10-28 | 2 | -14/+23 |
* | Fix compilation, remove stray ; | Benjamin Larsson | 2008-10-28 | 1 | -1/+1 |
* | Fix selection of quant step table | Benjamin Larsson | 2008-10-28 | 1 | -2/+4 |
* | Fix huffman coded dca samples. | Benjamin Larsson | 2008-10-28 | 1 | -1/+1 |
* | Detect split RV30 slices | Kostya Shishkov | 2008-10-28 | 1 | -1/+2 |
* | Fix chroma motion compensation for RV30 | Kostya Shishkov | 2008-10-27 | 1 | -6/+13 |
* | Rename template included sources from .h to _template.c. | Diego Pettenò | 2008-10-27 | 9 | -14/+14 |
* | ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S | Måns Rullgård | 2008-10-27 | 2 | -93/+92 |
* | ARM: move VFP DSP functions to dsputils_vfp.S | Måns Rullgård | 2008-10-27 | 3 | -180/+196 |
* | ARM: move prefetch_arm to dsputil_arm_s.S | Måns Rullgård | 2008-10-27 | 2 | -14/+15 |
* | ARM: use new macros for assembler function labels | Måns Rullgård | 2008-10-27 | 5 | -83/+42 |
* | ARM: add some assembler convenience macros | Måns Rullgård | 2008-10-27 | 1 | -0/+36 |
* | svq3 watermark code now needs zlib | Baptiste Coudurier | 2008-10-26 | 1 | -0/+4 |
* | svq3 watermark decoding support, based on reverse engineering work by chrono | Baptiste Coudurier | 2008-10-26 | 1 | -0/+36 |