37 Commits (2e346bdaba4e984ac3c54f38a9ee2a34ce4449b5)

Author SHA1 Message Date
Alex Converse ecf79c4d3e vorbis: Validate that the floor 1 X values contain no duplicates. 13 years ago
Martin Storsjö 27cfdc3e4f vorbis: Add ff_ prefix to nonstatic symbols 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Diego Biurrun 0a6b1a9f21 Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
Diego Biurrun cf3ac54339 vorbis: Replace sized int_fast integer types with plain int/unsigned. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
James Darnley 9577838f2f Fix libvorbis encoding with more than 2 channels 15 years ago
Måns Rullgård 3da1180409 Move some prototypes from dsputil.c to reasonable header files 15 years ago
Robert Swain 4a27f326c5 Add support for vorbis 6.1 and 7.1 channel configurations as per the new spec 15 years ago
Robert Swain 53a71e1ba4 Add vorbis channel layout support according to those defined in the Vorbis I 15 years ago
Diego Biurrun 5e56b30e1f brace placement and linebreak cosmetics 15 years ago
Oded Shimon 05dee1b7df Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Oded Shimon 7f09a56091 remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 18 years ago
Oded Shimon e8f42cc0f5 prevent warning in vorbis_data.c 18 years ago
Oded Shimon ded515b241 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_data.c 18 years ago
Oded Shimon 6c29d7c8f3 make some more functions global so they can be shared with vorbis_enc.c 18 years ago
Oded Shimon 9f963af5a0 make ready_floor1_list() shared for vorbis_enc.c 18 years ago
Oded Shimon cc0ba5a58f vorbis.h -> vorbis_data.c 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Loren Merritt 0e0adae0ba vorbis cosmetics: mdct0,mdct1 => mdct[2] 19 years ago
Loren Merritt eb4825b5d4 sse and 3dnow implementations of float->int conversion and mdct windowing. 19 years ago
Loren Merritt 2dac4acfc0 sse & sse2 implementations of vorbis channel coupling. 19 years ago
Alexander Strasser 04c669ba98 Correct the relation between floors of type 0 and block sizes. 19 years ago
Alexander Strasser f9c5c13af5 Cosmetic: Fix indentation. 19 years ago
Alexander Strasser 43eb59087b Added support for vorbis files containing floor type 0. 19 years ago
Michael Niedermayer 5a408f91e6 decrease V_NB_BITS if possible 20 years ago
Michael Niedermayer 13c2469d7f Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) 20 years ago
Michael Niedermayer 0bde73d907 Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) 20 years ago