summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-02-26Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'Michael Niedermayer4-84/+81
2013-02-25vorbisdec: cosmetics: rename variable avccontext to avctxJustin Ruggles3-76/+73
2013-01-21Merge commit 'ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3'Michael Niedermayer9-11/+23
2013-01-21vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje6-7/+13
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer71-983/+1273
2012-06-05vorbis: Validate that the floor 1 X values contain no duplicates.Alex Converse4-4/+17
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö3-3/+3
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-82/+119
2011-11-25Make channel layout masks unsignedMans Rullgard21-39/+39
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer47-435/+496
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun7-108/+119
2011-04-29Merge remote branch 'qatar/master'Michael Niedermayer23-467/+142
2011-04-29vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun3-125/+113
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-27Fix libvorbis encoding with more than 2 channelsJames Darnley4-8/+19
2010-03-06Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård5-12/+13
2010-01-29Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain3-7/+11
2009-10-02Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain3-0/+34
2009-09-28brace placement and linebreak cosmeticsDiego Biurrun5-162/+226
2008-12-12Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon4-60/+60
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-06-24mark read-only data as constStefan Gehrer32-58/+58
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-10-01remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon2-52/+47
2006-10-01prevent warning in vorbis_data.cOded Shimon1-1/+1
2006-10-01100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_d...Oded Shimon1-0/+2
2006-10-01make some more functions global so they can be shared with vorbis_enc.cOded Shimon2-70/+50
2006-10-01make ready_floor1_list() shared for vorbis_enc.cOded Shimon2-61/+59
2006-09-30vorbis.h -> vorbis_data.cOded Shimon4-2264/+2285
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-08-10vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2-58/+52
2006-08-10sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt5-48/+317
2006-08-03sse & sse2 implementations of vorbis channel coupling.Loren Merritt5-20/+95
2006-02-05Correct the relation between floors of type 0 and block sizes.Alexander Strasser2-15/+23
2006-02-04Cosmetic: Fix indentation.Alexander Strasser1-13/+13
2006-02-04Added support for vorbis files containing floor type 0.Alexander Strasser2-58/+318
2005-05-30decrease V_NB_BITS if possibleMichael Niedermayer2-10/+15
2005-05-29Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer3-3/+9
2005-05-17Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer5-1/+3647