| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d' | Michael Niedermayer | 2013-02-26 | 1 | -1/+1 |
|\ |
|
| * | vorbisdec: cosmetics: rename variable avccontext to avctx | Justin Ruggles | 2013-02-25 | 1 | -1/+1 |
* | | Merge commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3' | Michael Niedermayer | 2013-01-21 | 1 | -1/+1 |
|\| |
|
| * | vorbisdsp: change block_size type from int to intptr_t. | Ronald S. Bultje | 2013-01-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -1/+1 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -1/+2 |
|\| |
|
| * | vorbis: Validate that the floor 1 X values contain no duplicates. | Alex Converse | 2012-06-05 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | vorbis: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -1/+1 |
|\| |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -5/+5 |
|\| |
|
| * | Replace int_fast integer types with their sized standard posix counterparts. | Diego Biurrun | 2011-05-12 | 1 | -5/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -1/+1 |
|\| |
|
| * | vorbis: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-04-29 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Fix libvorbis encoding with more than 2 channels | James Darnley | 2010-06-27 | 1 | -0/+1 |
* | Move some prototypes from dsputil.c to reasonable header files | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec | Robert Swain | 2010-01-29 | 1 | -2/+2 |
* | Add vorbis channel layout support according to those defined in the Vorbis I | Robert Swain | 2009-10-02 | 1 | -0/+2 |
* | brace placement and linebreak cosmetics | Diego Biurrun | 2009-09-28 | 1 | -1/+3 |
* | Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility | Oded Shimon | 2008-12-12 | 1 | -3/+3 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead | Oded Shimon | 2006-10-01 | 1 | -27/+1 |
* | prevent warning in vorbis_data.c | Oded Shimon | 2006-10-01 | 1 | -1/+1 |
* | 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_d... | Oded Shimon | 2006-10-01 | 1 | -0/+2 |
* | make some more functions global so they can be shared with vorbis_enc.c | Oded Shimon | 2006-10-01 | 1 | -0/+31 |
* | make ready_floor1_list() shared for vorbis_enc.c | Oded Shimon | 2006-10-01 | 1 | -0/+9 |
* | vorbis.h -> vorbis_data.c | Oded Shimon | 2006-09-30 | 1 | -2255/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | vorbis cosmetics: mdct0,mdct1 => mdct[2] | Loren Merritt | 2006-08-10 | 1 | -6/+3 |
* | sse and 3dnow implementations of float->int conversion and mdct windowing. | Loren Merritt | 2006-08-10 | 1 | -0/+2 |
* | sse & sse2 implementations of vorbis channel coupling. | Loren Merritt | 2006-08-03 | 1 | -0/+1 |
* | Correct the relation between floors of type 0 and block sizes. | Alexander Strasser | 2006-02-05 | 1 | -2/+3 |
* | Cosmetic: Fix indentation. | Alexander Strasser | 2006-02-04 | 1 | -13/+13 |
* | Added support for vorbis files containing floor type 0. | Alexander Strasser | 2006-02-04 | 1 | -1/+28 |
* | decrease V_NB_BITS if possible | Michael Niedermayer | 2005-05-30 | 1 | -0/+1 |
* | Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) | Michael Niedermayer | 2005-05-29 | 1 | -0/+2 |
* | Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) | Michael Niedermayer | 2005-05-17 | 1 | -0/+2225 |