summaryrefslogtreecommitdiffstats
path: root/libavcodec/twinvq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | twinvq: make ibps check unsignedMichael Niedermayer2012-11-091-1/+1
* | twinvq: check bitrate for validity avoid division by 0Michael Niedermayer2012-11-091-0/+5
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-1/+10
|\ \ | |/
| * twinvq: validate sample rate codeJustin Ruggles2012-11-011-0/+5
| * twinvq: set channel layoutJustin Ruggles2012-11-011-0/+4
| * twinvq: validate that channels is not <= 0Justin Ruggles2012-11-011-1/+1
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-021-19/+12
|\ \ | |/
| * twinvq: use planar sample formatJustin Ruggles2012-10-011-19/+12
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-3/+6
|\ \ | |/
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-081-3/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-021-2/+4
|\ \ | |/
| * twinvq: fix out of bounds array accessMans Rullgard2012-05-011-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | twinnvq: remove ;;Michael Niedermayer2011-12-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-11/+25
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-11/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-49/+79
|\ \ | |/
| * twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-111-18/+16
| * vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-111-2/+16
| * twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-111-29/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-231-4/+10
|\ \ | |/
| * twinvq: check output buffer size before decodingJustin Ruggles2011-10-221-2/+9
| * twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-11/+9
|\ \ | |/
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-4/+4
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-4/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-1/+1
|\ \ | |/
| * vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-231-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+3
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-1/+0
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-2/+2
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-1/+0
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-231-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* twinvq: remove VLAsMåns Rullgård2010-06-251-9/+15
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-3/+0
OpenPOWER on IntegriCloud