10091 Commits (523ef55119da8d1d9523446eb4c02ae149fadf3f)

Author SHA1 Message Date
Reimar Döffinger 40e26453c4 Use a custom radix sort implementation instead of qsort in dnxhd encoder. 16 years ago
Alex Converse f5e82fec3d aacenc: Use preprocessor constants for trellis states and stages. 16 years ago
Alex Converse 9072c29e40 aacenc: Split paths in the scalefactor selection trellis into a 2-D array. 16 years ago
Alex Converse 9d4f6f10ae aacenc: Replace cbrt() with cbrtf() when the result is destined for float 16 years ago
Alex Converse 0bd9aa449a aacenc: Multiple distortion by lambda after it's summed and not each individual 16 years ago
Alex Converse 06d6b962e5 Cosmetics: Reindent after r19943. 16 years ago
Alex Converse a71e9b6254 aacenc: Don't make unnecessary compares to the escape value in tight loops. 16 years ago
Loren Merritt 1a918c08e4 extend ff_inverse[], and fix its documentation 16 years ago
Måns Rullgård d650574e68 ARM: merge two loops in ff_mdct_calc_neon 16 years ago
Måns Rullgård f7a3b6030c ARM: interleave cos/sin tables for improved NEON MDCT 16 years ago
Måns Rullgård 94274b82f6 Allow arch-specific mdct code to request interleaving of cos/sin tables 16 years ago
Måns Rullgård 3572b281c8 ARM: remove broken IPP support 16 years ago
Mike Melanson ee3d7f5852 Modify unpack_vlcs() so that there are fewer dereferences through the 16 years ago
Diego Biurrun 40461e54ce Add parentheses to logical expression to avoid the warning: 16 years ago
Diego Biurrun a79b4b75f7 Remove unused variable, fixes the warning: 16 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 16 years ago
Diego Biurrun ec129499b8 Fix embarassing typo in last commit: Restore mistakenly removed ','. 16 years ago
Diego Biurrun 1e1898c00f K&R coding style whitespace cosmetics 16 years ago
Carl Eugen Hoyos 7a38c1149c Cosmetics: Reindent after r19927. 16 years ago
Martin Fiedler 4410adf12e Allow encoding frames with more than 2800 lines. 16 years ago
Reimar Döffinger fbc030045c Support uncompressed 16 bit sgi image format, as e.g. used by the files at 16 years ago
Reimar Döffinger bdb156c7b1 Simplify color_flags calculation, remove a pointless initialization 16 years ago
Reimar Döffinger 75fe5b5243 Make default_correlation array const since it is never modified. 16 years ago
Justin Ruggles 306a1204ff Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction 16 years ago
Benjamin Larsson 803d8488f2 Align sample output buffer in atrac1. 16 years ago
Benjamin Larsson 0105f49792 Fix the short block transform for atrac1. 16 years ago
Diego Biurrun d773d85515 Reorder functions so that encoding functions are disabled by the preprocessor. 16 years ago
Diego Biurrun 27666c3176 Add missing stdint.h #include to fix 'make checkheaders'. 16 years ago
Baptiste Coudurier 301a24de52 fix uninitialized memory in dnxhd encoder 16 years ago
Benjamin Larsson 10634c037a Only use one mdct window size in atrac1. 16 years ago
Kostya Shishkov c4396c241c Remove useless code causing crash in Targa decoder 16 years ago
Justin Ruggles 78a9a77eac add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME 16 years ago
Måns Rullgård d25130eb23 ARM: do not use movw/movt for relocatable values with PIC 16 years ago
Kostya Shishkov 6f24cc0b2a Monkey's Audio uses subframes too, declare that in its capabilities 16 years ago
Sascha Sommer d859bb1db0 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 16 years ago
Peter Ross fa77dd639d perform sanity check on number of audio channels in avcodec_open() 16 years ago
Gwenole Beauchesne 385ae7021f Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. 16 years ago
Gwenole Beauchesne 25450bb252 Move down HWAccel code path so that to fill in s->mb_x first. 16 years ago
Måns Rullgård 68336ea8d4 10l: fix ff_fft_init_arm() prototype 16 years ago
Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 16 years ago
Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 16 years ago
Jai Menon 2370338850 Fix max_coded_frame_size computation to account for byte alignment. 16 years ago
Måns Rullgård 9ecc414195 ARM: 10l: fix large FFTs 16 years ago
Benjamin Larsson 6acd4d89d8 Do not release the AVFrame when using reget_buffer in flashsv. 16 years ago
Benjamin Larsson 04a6d1b0db Cosmetics. Renames, indentation and spacing. 16 years ago
Ramiro Polla e20b196da1 Remove ; after while(0) in macros. 16 years ago
Ramiro Polla 0345f36bbd eval: Check for return value of memory allocations. 16 years ago
Benjamin Larsson 2dbcb03ad5 Remove table that was forgotten in the split. 16 years ago
Benjamin Larsson acc69c1cab Fix doxygen comment 16 years ago
Sascha Sommer bc7f96b184 reinit get_bits for every decode_packet call 16 years ago