10236 Commits (84d430f85a10cfbca196c686ee59c72dff558ca1)

Author SHA1 Message Date
Alex Converse 06d6b962e5 Cosmetics: Reindent after r19943. 15 years ago
Alex Converse a71e9b6254 aacenc: Don't make unnecessary compares to the escape value in tight loops. 15 years ago
Loren Merritt 1a918c08e4 extend ff_inverse[], and fix its documentation 15 years ago
Måns Rullgård d650574e68 ARM: merge two loops in ff_mdct_calc_neon 15 years ago
Måns Rullgård f7a3b6030c ARM: interleave cos/sin tables for improved NEON MDCT 15 years ago
Måns Rullgård 94274b82f6 Allow arch-specific mdct code to request interleaving of cos/sin tables 15 years ago
Måns Rullgård 3572b281c8 ARM: remove broken IPP support 15 years ago
Mike Melanson ee3d7f5852 Modify unpack_vlcs() so that there are fewer dereferences through the 15 years ago
Diego Biurrun 40461e54ce Add parentheses to logical expression to avoid the warning: 15 years ago
Diego Biurrun a79b4b75f7 Remove unused variable, fixes the warning: 15 years ago
Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 years ago
Diego Biurrun ec129499b8 Fix embarassing typo in last commit: Restore mistakenly removed ','. 15 years ago
Diego Biurrun 1e1898c00f K&R coding style whitespace cosmetics 15 years ago
Carl Eugen Hoyos 7a38c1149c Cosmetics: Reindent after r19927. 15 years ago
Martin Fiedler 4410adf12e Allow encoding frames with more than 2800 lines. 15 years ago
Reimar Döffinger fbc030045c Support uncompressed 16 bit sgi image format, as e.g. used by the files at 15 years ago
Reimar Döffinger bdb156c7b1 Simplify color_flags calculation, remove a pointless initialization 15 years ago
Reimar Döffinger 75fe5b5243 Make default_correlation array const since it is never modified. 15 years ago
Justin Ruggles 306a1204ff Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction 15 years ago
Benjamin Larsson 803d8488f2 Align sample output buffer in atrac1. 15 years ago
Benjamin Larsson 0105f49792 Fix the short block transform for atrac1. 15 years ago
Diego Biurrun d773d85515 Reorder functions so that encoding functions are disabled by the preprocessor. 15 years ago
Diego Biurrun 27666c3176 Add missing stdint.h #include to fix 'make checkheaders'. 15 years ago
Baptiste Coudurier 301a24de52 fix uninitialized memory in dnxhd encoder 15 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
Lars Täuber 6fa6c481b9 Make get_ur_golomb capable of reading 16 bit values. 16 years ago
Lars Täuber 6249c33e5a Fix a typo in the documentation. 16 years ago
Måns Rullgård edc0f5dcba ARM: NEON optimised MDCT 16 years ago
Måns Rullgård 46c32e2654 Prepare for optimised forward MDCT implementations 16 years ago
Måns Rullgård 750f5034cf ARM: faster NEON IMDCT 16 years ago