summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Make non-void replacement functions actually return a value.Diego Biurrun2008-11-24
* Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.Diego Biurrun2008-11-24
* Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun2008-11-24
* cosmetics: Align table for better readability.Diego Biurrun2008-11-24
* Some BMP files have file size declared in the header equal to headers sizeKostya Shishkov2008-11-24
* Give more meaningful message on BMP header parsing errorKostya Shishkov2008-11-24
* Add known BMP header sizes.Kostya Shishkov2008-11-24
* Add shift argument to MULL() macroMåns Rullgård2008-11-24
* AAC: Cosmetics after last commitRobert Swain2008-11-24
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-24
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-23
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-23
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-22
* cosmetics: consistent function declarationsDiego Biurrun2008-11-22
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-22
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-22
* Trivial, CosmeticsReynaldo H. Verdejo Pinochet2008-11-22
* More OKed parts of the QCELP decoderKenan Gillet2008-11-21
* Cosmetic: Fix typoVitor Sessak2008-11-21
* Move H.264 tables that are only useful for encoding to h264enc.c.Diego Biurrun2008-11-21
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-20
* SH4: fix IDCTMåns Rullgård2008-11-20
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun2008-11-20
* cosmetics: indentationDiego Biurrun2008-11-20
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-20
* Fix typo in table value.Kenan Gillet2008-11-20
* 33l Fix applying residue condition in RV30/40 decoderKostya Shishkov2008-11-20
* Eliminate direct use of s->current_picture in RV30/40 decoderKostya Shishkov2008-11-20
* Use wider margins for edge emulation in RV30/40Kostya Shishkov2008-11-20
* SH4: fix memzero_align8()Måns Rullgård2008-11-20
* SH4: add macros for setting and restoring FPSCR.PR bitMåns Rullgård2008-11-20
* SH4: remove some commented out blocks of codeMåns Rullgård2008-11-20
* Making idct factor tables dynamically allocatedRoman Shaposhnik2008-11-20
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* Change of indentationRoman Shaposhnik2008-11-19
* SH4: fix IDCTMåns Rullgård2008-11-19
* SH4: do not mix code and declarationsMåns Rullgård2008-11-19
* SH4: fix compilation of memzero_align8()Måns Rullgård2008-11-19
* SH4: remove unused functionsMåns Rullgård2008-11-19
* SH4: replace missed rnd_avg2 -> rnd_avg32Måns Rullgård2008-11-19
* SH4: rename functions with conflicting namesMåns Rullgård2008-11-19
* cosmetics: Add a few more explanatory comments to the object sections.Diego Biurrun2008-11-18
* cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun2008-11-18
* Getting rid of huge static DV tablesRoman Shaposhnik2008-11-18
* Getting rid of unneeded extra wrapper functionsRoman Shaposhnik2008-11-18
* Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun2008-11-17
* Revert previous commit: the libavcodec/i386/fft_*.o objects depend onDiego Biurrun2008-11-17
* Only the yasm-dependent objects should be enabled by a yasm conditional.Diego Biurrun2008-11-17
* cosmetics: Group ppc-specific objects together.Diego Biurrun2008-11-17