summaryrefslogtreecommitdiffstats
path: root/libavcodec/vorbisdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-4/+3
|\
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-4/+3
* | vorbis: make sure ch is non zero before calling vorbis_residue_decodeMichael Niedermayer2012-01-041-3/+5
* | vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-041-10/+25
* | vorbis: Fix decoder bug.Chris Evans2012-01-041-1/+7
* | vorbisdec: Make sure blocksize is not set to an invalid value.Michael Niedermayer2012-01-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-231-1/+1
|\ \ | |/
| * Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-13/+20
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-13/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-60/+60
|\ \ | |/
| * vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-101-6/+0
| * vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles2011-11-101-3/+0
| * vorbisdec: return proper error codes instead of made-up onesJustin Ruggles2011-11-101-52/+61
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-9/+15
|\ \ | |/
| * cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles2011-10-231-6/+6
| * vorbisdec: check output buffer size before writing outputJustin Ruggles2011-10-231-3/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-0/+6
|\ \ | |/
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-5/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-1/+1
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-0/+4
|\ \ | |/
| * vorbisdec: Restore mistakenly removed debug output.Diego Biurrun2011-06-071-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-110/+106
|\ \ | |/
| * vorbis: Remove non-compiling debug statement.Diego Biurrun2011-06-031-3/+0
| * vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun2011-06-031-6/+0
| * Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-031-8/+5
| * Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-031-93/+101
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-11/+16
|\ \ | |/
| * Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-181-5/+18
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-75/+78
|\ \ | |/
| * Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-75/+78
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-136/+132
|\ \ | |/
| * vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-291-119/+108
| * vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-291-17/+24
* | Change silly variable name "class" to "partition_class".Carl Eugen Hoyos2011-04-281-7/+7
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-281-7/+7
|\ \ | |/
| * vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun2011-04-271-7/+7
* | vorbisdec: allow selecting float output at runtime.Reimar Döffinger2011-04-251-15/+12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-251-1/+1
|\ \ | |/
| * vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun2011-04-251-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-4/+15
|/
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-231-0/+1668
OpenPOWER on IntegriCloud