| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cosmetics, add spaces | Benjamin Larsson | 2009-09-10 | 1 | -3/+3 |
* | Move get_arg to avoid future declaration of function when | Benjamin Larsson | 2009-09-10 | 1 | -32/+32 |
* | 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 MD studio demuxer, not hooked up yet | Benjamin Larsson | 2009-09-10 | 1 | -0/+110 |
* | 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 |
* | Fix typo: '.' was used instead of '/' as directory separator. | Diego Biurrun | 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 |
* | configure: add -g to ASFLAGS when debug is enabled | Måns Rullgård | 2009-09-10 | 1 | -1/+1 |
* | Fix typo in configure error message. | Reimar Döffinger | 2009-09-09 | 1 | -1/+1 |
* | Document padding for AVProbeData. | shinya.tesutosan@hotmail.com | 2009-09-09 | 1 | -2/+2 |
* | Check thread count as multithreaded decoding is not supported. | Michael Niedermayer | 2009-09-09 | 1 | -0/+5 |
* | Document that slices can be bottom to top or top to bottom. | Ramiro Polla | 2009-09-09 | 1 | -1/+1 |
* | Add warnings to av_strlcat and av_strlcpy doxygen that the input strings | Reimar Döffinger | 2009-09-09 | 1 | -0/+8 |
* | Change developer doc to reflect reality | Benjamin Larsson | 2009-09-09 | 1 | -1/+1 |
* | Fix a bug with reading non-interleaved AVI if one the streams is | Maksym Veremeyenko | 2009-09-09 | 1 | -0/+6 |
* | Factorise st->nb_index_entries check. | Maksym Veremeyenko | 2009-09-09 | 1 | -1/+4 |
* | Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. | Benjamin Larsson | 2009-09-08 | 4 | -64/+165 |
* | Remove pointless debug statement that fails to compile. | Diego Biurrun | 2009-09-08 | 1 | -6/+0 |
* | Try to clarify that anyone using get_bits must check for buffer overrun | Reimar Döffinger | 2009-09-08 | 1 | -0/+3 |
* | check entries against field_size, potential malloc overflow in read_stsz, fix... | Baptiste Coudurier | 2009-09-07 | 1 | -1/+1 |
* | add one missing check for stream existence in read_elst, fix #1364 | Baptiste Coudurier | 2009-09-07 | 1 | -1/+5 |
* | Indent. | Ramiro Polla | 2009-09-07 | 2 | -53/+53 |
* | Use all 32 bits of the timestamp when calculating flv duration. | Martin Storsjö | 2009-09-07 | 1 | -1/+3 |
* | Cosmetics: Fix typo. | Carl Eugen Hoyos | 2009-09-06 | 1 | -1/+1 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 35 | -56/+56 |
* | disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) | Ivan Schreter | 2009-09-06 | 2 | -26/+66 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 18 | -22/+22 |
* | ff_rm_metadata is const. | Reimar Döffinger | 2009-09-06 | 2 | -2/+2 |
* | ff_sine_windows table contains only constant data, too. | Reimar Döffinger | 2009-09-06 | 2 | -2/+2 |
* | The ff_cos_tabs table itself is constant, too, so mark it as such. | Reimar Döffinger | 2009-09-06 | 2 | -2/+2 |
* | The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | ff_swb_offset_* tables should be const. | Reimar Döffinger | 2009-09-06 | 2 | -4/+4 |
* | ff_id3v1_genre_str table should be const. | Reimar Döffinger | 2009-09-06 | 2 | -2/+2 |
* | 100l, all avlanguage tables should be both static and const. | Reimar Döffinger | 2009-09-06 | 1 | -3/+3 |
* | compatible_frame array can be static const, too. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | do not decode more than one audio frame in a decode packet call | Sascha Sommer | 2009-09-06 | 1 | -31/+14 |
* | avoid extra memcpy during scale factor decoding | Sascha Sommer | 2009-09-06 | 1 | -10/+9 |