summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Use a custom radix sort implementation instead of qsort in dnxhd encoder.Reimar Döffinger2009-09-21
* aacenc: Use preprocessor constants for trellis states and stages.Alex Converse2009-09-21
* aacenc: Split paths in the scalefactor selection trellis into a 2-D array.Alex Converse2009-09-21
* aacenc: Replace cbrt() with cbrtf() when the result is destined for floatAlex Converse2009-09-21
* aacenc: Multiple distortion by lambda after it's summed and not each individualAlex Converse2009-09-21
* Cosmetics: Reindent after r19943.Alex Converse2009-09-21
* aacenc: Don't make unnecessary compares to the escape value in tight loops.Alex Converse2009-09-21
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-21
* ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård2009-09-21
* ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård2009-09-21
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-21
* ARM: remove broken IPP supportMåns Rullgård2009-09-21
* Modify unpack_vlcs() so that there are fewer dereferences through theMike Melanson2009-09-21
* Add parentheses to logical expression to avoid the warning:Diego Biurrun2009-09-20
* Remove unused variable, fixes the warning:Diego Biurrun2009-09-20
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun2009-09-20
* K&R coding style whitespace cosmeticsDiego Biurrun2009-09-20
* Cosmetics: Reindent after r19927.Carl Eugen Hoyos2009-09-20
* Allow encoding frames with more than 2800 lines.Martin Fiedler2009-09-20
* Support uncompressed 16 bit sgi image format, as e.g. used by the files atReimar Döffinger2009-09-19
* Simplify color_flags calculation, remove a pointless initializationReimar Döffinger2009-09-19
* Make default_correlation array const since it is never modified.Reimar Döffinger2009-09-19
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-19
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-19
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-19
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-18
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-09-18
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-18
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-17
* Remove useless code causing crash in Targa decoderKostya Shishkov2009-09-17
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-16
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-16
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-16
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-16
* perform sanity check on number of audio channels in avcodec_open()Peter Ross2009-09-16
* Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.Gwenole Beauchesne2009-09-16
* Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne2009-09-16
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-15
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-15
* Fix max_coded_frame_size computation to account for byte alignment.Jai Menon2009-09-15
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-14
* Do not release the AVFrame when using reget_buffer in flashsv.Benjamin Larsson2009-09-13
* Cosmetics. Renames, indentation and spacing.Benjamin Larsson2009-09-13
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
* eval: Check for return value of memory allocations.Ramiro Polla2009-09-12
* Remove table that was forgotten in the split.Benjamin Larsson2009-09-11
* Fix doxygen commentBenjamin Larsson2009-09-11
* reinit get_bits for every decode_packet callSascha Sommer2009-09-11