summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis.h
Commit message (Expand)AuthorAge
* Rename all vorbis encoder related typedefs to not use _t for POSIX compatibilityOded Shimon2008-12-12
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* mark read-only data as constStefan Gehrer2008-06-24
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* remove render_line from vorbis.h, add ff_vorbis_floor1_render_list insteadOded Shimon2006-10-01
* prevent warning in vorbis_data.cOded Shimon2006-10-01
* 100l, broke ffmpeg compilation, ABS() and uint* types not defined in vorbis_d...Oded Shimon2006-10-01
* make some more functions global so they can be shared with vorbis_enc.cOded Shimon2006-10-01
* make ready_floor1_list() shared for vorbis_enc.cOded Shimon2006-10-01
* vorbis.h -> vorbis_data.cOded Shimon2006-09-30
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* vorbis cosmetics: mdct0,mdct1 => mdct[2]Loren Merritt2006-08-10
* sse and 3dnow implementations of float->int conversion and mdct windowing.Loren Merritt2006-08-10
* sse & sse2 implementations of vorbis channel coupling.Loren Merritt2006-08-03
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-05
* Cosmetic: Fix indentation.Alexander Strasser2006-02-04
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-04
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-30
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-29
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-17