summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson2009-09-221-1/+1
* Use ff_sine_32 in atrac1.Benjamin Larsson2009-09-221-5/+3
* Perform the DC prediction reversal immediately after decoding all ofMike Melanson2009-09-221-8/+16
* AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse2009-09-221-1/+1
* ARM: NEON optimisations for some dsputil functionsMåns Rullgård2009-09-222-0/+171
* AAC: use new dsputil functionsMåns Rullgård2009-09-222-38/+33
* Add some dsputil functions useful for AAC decoderMåns Rullgård2009-09-222-0/+133
* Add forgotten cleanup function in atrac1.Benjamin Larsson2009-09-211-1/+12
* Cosmetics, indentation.Benjamin Larsson2009-09-211-1/+1
* Cosmetics. Merge declaration and initialization.Benjamin Larsson2009-09-211-3/+1
* Move the scale factor and word length indexes to the stack.Benjamin Larsson2009-09-211-7/+7
* Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger2009-09-211-3/+54
* aacenc: Use preprocessor constants for trellis states and stages.Alex Converse2009-09-211-9/+12
* aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse2009-09-211-46/+49
* aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse2009-09-211-2/+2
* aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse2009-09-211-12/+12
* Cosmetics: Reindent after r19943.Alex Converse2009-09-211-10/+10
* aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse2009-09-211-4/+4
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-211-2/+4
* ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård2009-09-211-68/+58
* ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård2009-09-212-37/+18
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-212-10/+25
* ARM: remove broken IPP supportMåns Rullgård2009-09-211-36/+1
* Modify unpack_vlcs() so that there are fewer dereferences through theMike Melanson2009-09-211-9/+15
* Add parentheses to logical expression to avoid the warning:Diego Biurrun2009-09-201-2/+3
* Remove unused variable, fixes the warning:Diego Biurrun2009-09-201-1/+0
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-2022-99/+91
* Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun2009-09-201-1/+1
* K&R coding style whitespace cosmeticsDiego Biurrun2009-09-201-47/+48
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-201-1/+1
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-201-0/+5
* Support uncompressed 16 bit sgi image format, as e.g. used by the files atReimar Döffinger2009-09-191-9/+11
* Simplify color_flags calculation, remove a pointless initializationReimar Döffinger2009-09-191-8/+3
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-191-1/+1
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-191-2/+2
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-191-1/+1
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-191-15/+7
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-181-1344/+1342
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-09-181-0/+2
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-181-0/+5
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-171-50/+22
* Remove useless code causing crash in Targa decoderKostya Shishkov2009-09-171-1/+0
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-161-1/+3
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-161-1/+1
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-161-0/+1
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-163-0/+6
* perform sanity check on number of audio channels in avcodec_open()Peter Ross2009-09-161-1/+3
* Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.Gwenole Beauchesne2009-09-161-0/+1
* Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne2009-09-161-13/+13
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-151-1/+1
OpenPOWER on IntegriCloud