summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-231-10/+9
|\
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-10/+9
| * lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer2013-01-141-1/+1
| * aacenc: use the correct output bufferMichael Niedermayer2012-11-261-5/+5
* | aacenc: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* | Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer2012-11-261-5/+5
|\ \ | |/
* | lavc/aac: fix shared build failures with MSVC.Clément Bœsch2012-11-121-1/+8
* | Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer2012-10-301-5/+4
|\ \ | |/
| * aacenc: Drop some unused function argumentsDiego Biurrun2012-10-291-5/+4
* | aacenc: replace scale factor warning by assertMichael Niedermayer2012-10-261-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-071-18/+15
|\ \ | |/
| * aacenc: use planar sample formatJustin Ruggles2012-10-061-18/+15
* | aacenc: fix out of array writesMichael Niedermayer2012-10-051-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-3/+3
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-3/+3
* | 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-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-7/+13
|\ \ | |/
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-081-7/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-181-1/+3
|\ \ | |/
| * aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-171-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-4/+6
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-4/+6
* | aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-051-1/+1
|\ \ | |/
| * aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun2012-04-041-1/+1
* | aac: reference supported sample rates in encoders.Clément Bœsch2012-03-261-0/+1
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | aacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-16/+47
|\ \ | |/
| * aacenc: use AVCodec.encode2()Justin Ruggles2012-03-201-16/+47
* | 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
* | aacenc: fix library referencesMichael Niedermayer2012-02-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-311-11/+13
|\ \ | |/
| * aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-301-7/+5
| * aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-301-3/+5
| * Fix non-C89 declarations in for loopsMans Rullgard2012-01-291-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-4/+4
|\ \ | |/
| * aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-281-2/+2
| * aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-241-1/+1
|\ \ | |/
| * aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-241-1/+1
| * aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-241-130/+224
|\ \ | |/
| * aacenc: Simplify windowingNathan Caldwell2012-01-231-33/+68
OpenPOWER on IntegriCloud