10380 Commits (b1ade3d1821a29174963b28cd0caa5f7ed394998)

Author SHA1 Message Date
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. 15 years ago
Kostya Shishkov c4396c241c Remove useless code causing crash in Targa decoder 15 years ago
Justin Ruggles 78a9a77eac add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME 15 years ago
Måns Rullgård d25130eb23 ARM: do not use movw/movt for relocatable values with PIC 15 years ago
Kostya Shishkov 6f24cc0b2a Monkey's Audio uses subframes too, declare that in its capabilities 15 years ago
Sascha Sommer d859bb1db0 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 15 years ago
Peter Ross fa77dd639d perform sanity check on number of audio channels in avcodec_open() 15 years ago
Gwenole Beauchesne 385ae7021f Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. 15 years ago
Gwenole Beauchesne 25450bb252 Move down HWAccel code path so that to fill in s->mb_x first. 15 years ago
Måns Rullgård 68336ea8d4 10l: fix ff_fft_init_arm() prototype 15 years ago
Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 15 years ago
Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 15 years ago
Jai Menon 2370338850 Fix max_coded_frame_size computation to account for byte alignment. 15 years ago
Måns Rullgård 9ecc414195 ARM: 10l: fix large FFTs 15 years ago
Benjamin Larsson 6acd4d89d8 Do not release the AVFrame when using reget_buffer in flashsv. 15 years ago
Benjamin Larsson 04a6d1b0db Cosmetics. Renames, indentation and spacing. 15 years ago
Ramiro Polla e20b196da1 Remove ; after while(0) in macros. 15 years ago
Ramiro Polla 0345f36bbd eval: Check for return value of memory allocations. 15 years ago
Benjamin Larsson 2dbcb03ad5 Remove table that was forgotten in the split. 15 years ago
Benjamin Larsson acc69c1cab Fix doxygen comment 15 years ago
Sascha Sommer bc7f96b184 reinit get_bits for every decode_packet call 15 years ago
Lars Täuber 6fa6c481b9 Make get_ur_golomb capable of reading 16 bit values. 15 years ago
Lars Täuber 6249c33e5a Fix a typo in the documentation. 15 years ago
Måns Rullgård edc0f5dcba ARM: NEON optimised MDCT 15 years ago
Måns Rullgård 46c32e2654 Prepare for optimised forward MDCT implementations 15 years ago
Måns Rullgård 750f5034cf ARM: faster NEON IMDCT 15 years ago
Benjamin Larsson 7141c8594d Use reget_buffer instead of get_buffer. Fixes issue1367. 15 years ago
Benjamin Larsson 223e8df136 Add ATRAC1 codec ID. 15 years ago
Benjamin Larsson dbb0f96f0f Initial commit of the atrac1 decoder, not hooked up yet 15 years ago
Benjamin Larsson 76ec34a5c3 Remove redundant code forgotten in the split 15 years ago
Michael Niedermayer b52b0913c2 Check for thread_count==0. 15 years ago
Reimar Döffinger 19a9a49e84 Simplify: reget_buffer behaves exactly like get_buffer if the buffer was 15 years ago