| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2009-09-20 | 1 | -1/+0 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 22 | -99/+91 |
* | Fix embarassing typo in last commit: Restore mistakenly removed ','. | Diego Biurrun | 2009-09-20 | 1 | -1/+1 |
* | K&R coding style whitespace cosmetics | Diego Biurrun | 2009-09-20 | 1 | -47/+48 |
* | Cosmetics: Reindent after r19927. | Carl Eugen Hoyos | 2009-09-20 | 1 | -1/+1 |
* | Allow encoding frames with more than 2800 lines. | Martin Fiedler | 2009-09-20 | 1 | -0/+5 |
* | Support uncompressed 16 bit sgi image format, as e.g. used by the files at | Reimar Döffinger | 2009-09-19 | 1 | -9/+11 |
* | Simplify color_flags calculation, remove a pointless initialization | Reimar Döffinger | 2009-09-19 | 1 | -8/+3 |
* | Make default_correlation array const since it is never modified. | Reimar Döffinger | 2009-09-19 | 1 | -1/+1 |
* | Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction | Justin Ruggles | 2009-09-19 | 1 | -2/+2 |
* | Align sample output buffer in atrac1. | Benjamin Larsson | 2009-09-19 | 1 | -1/+1 |
* | Fix the short block transform for atrac1. | Benjamin Larsson | 2009-09-19 | 1 | -15/+7 |
* | Reorder functions so that encoding functions are disabled by the preprocessor. | Diego Biurrun | 2009-09-18 | 1 | -1344/+1342 |
* | Add missing stdint.h #include to fix 'make checkheaders'. | Diego Biurrun | 2009-09-18 | 1 | -0/+2 |
* | fix uninitialized memory in dnxhd encoder | Baptiste Coudurier | 2009-09-18 | 1 | -0/+5 |
* | Only use one mdct window size in atrac1. | Benjamin Larsson | 2009-09-17 | 1 | -50/+22 |
* | Remove useless code causing crash in Targa decoder | Kostya Shishkov | 2009-09-17 | 1 | -1/+0 |
* | add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME | Justin Ruggles | 2009-09-16 | 1 | -1/+3 |
* | ARM: do not use movw/movt for relocatable values with PIC | Måns Rullgård | 2009-09-16 | 1 | -1/+1 |
* | Monkey's Audio uses subframes too, declare that in its capabilities | Kostya Shishkov | 2009-09-16 | 1 | -0/+1 |
* | Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes | Sascha Sommer | 2009-09-16 | 3 | -0/+6 |
* | perform sanity check on number of audio channels in avcodec_open() | Peter Ross | 2009-09-16 | 1 | -1/+3 |
* | Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field. | Gwenole Beauchesne | 2009-09-16 | 1 | -0/+1 |
* | Move down HWAccel code path so that to fill in s->mb_x first. | Gwenole Beauchesne | 2009-09-16 | 1 | -13/+13 |
* | 10l: fix ff_fft_init_arm() prototype | Måns Rullgård | 2009-09-15 | 1 | -1/+1 |
* | Move per-arch fft init bits into the corresponding subdirs | Måns Rullgård | 2009-09-15 | 9 | -50/+139 |
* | Add two more sizes to ff_sine_windows[] and also pad it with NULLs so | Vitor Sessak | 2009-09-15 | 5 | -9/+15 |
* | Fix max_coded_frame_size computation to account for byte alignment. | Jai Menon | 2009-09-15 | 1 | -2/+1 |
* | ARM: 10l: fix large FFTs | Måns Rullgård | 2009-09-14 | 3 | -12/+17 |
* | Do not release the AVFrame when using reget_buffer in flashsv. | Benjamin Larsson | 2009-09-13 | 1 | -3/+0 |
* | Cosmetics. Renames, indentation and spacing. | Benjamin Larsson | 2009-09-13 | 1 | -20/+28 |
* | Remove ; after while(0) in macros. | Ramiro Polla | 2009-09-12 | 2 | -2/+2 |
* | eval: Check for return value of memory allocations. | Ramiro Polla | 2009-09-12 | 1 | -0/+13 |
* | Remove table that was forgotten in the split. | Benjamin Larsson | 2009-09-11 | 1 | -11/+0 |
* | Fix doxygen comment | Benjamin Larsson | 2009-09-11 | 1 | -2/+2 |
* | reinit get_bits for every decode_packet call | Sascha Sommer | 2009-09-11 | 1 | -1/+6 |
* | Make get_ur_golomb capable of reading 16 bit values. | Lars Täuber | 2009-09-11 | 1 | -2/+6 |
* | Fix a typo in the documentation. | Lars Täuber | 2009-09-11 | 1 | -1/+1 |
* | ARM: NEON optimised MDCT | Måns Rullgård | 2009-09-11 | 3 | -0/+162 |
* | Prepare for optimised forward MDCT implementations | Måns Rullgård | 2009-09-11 | 3 | -2/+10 |
* | ARM: faster NEON IMDCT | Måns Rullgård | 2009-09-11 | 1 | -29/+17 |
* | Use reget_buffer instead of get_buffer. Fixes issue1367. | Benjamin Larsson | 2009-09-10 | 1 | -4/+4 |
* | Add ATRAC1 codec ID. | Benjamin Larsson | 2009-09-10 | 1 | -0/+1 |
* | Initial commit of the atrac1 decoder, not hooked up yet | Benjamin Larsson | 2009-09-10 | 2 | -0/+464 |
* | Remove redundant code forgotten in the split | Benjamin Larsson | 2009-09-10 | 1 | -7/+0 |
* | Check for thread_count==0. | Michael Niedermayer | 2009-09-10 | 1 | -0/+5 |
* | Simplify: reget_buffer behaves exactly like get_buffer if the buffer was | Reimar Döffinger | 2009-09-10 | 1 | -1/+1 |
* | ARM: NEON optimised FFT and MDCT | Måns Rullgård | 2009-09-10 | 5 | -1/+564 |
* | DCA: move an aligned array from stack to context | Måns Rullgård | 2009-09-10 | 1 | -5/+5 |
* | Check thread count as multithreaded decoding is not supported. | Michael Niedermayer | 2009-09-09 | 1 | -0/+5 |