aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/adxenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-16/+0
|\|
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-16/+0
* | Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31'Michael Niedermayer2013-02-131-2/+13
|\|
| * adxenc: alloc/free coded_frame instead of keeping it in the ADXContextJustin Ruggles2013-02-121-2/+13
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | adxenc: fix error in merging from qatarPaul B Mahol2012-03-241-3/+2
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | adxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-23/+20
|\|
| * adxenc: use AVCodec.encode2()Justin Ruggles2012-03-211-16/+20
| * adxenc: Use the AVFrame in ADXContext for coded_frameJustin Ruggles2012-03-211-8/+2
* | adxenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-281-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-051-108/+77
|\|
| * adxenc: check output buffer size before writingJustin Ruggles2012-01-031-2/+14
| * adxenc: use bytestream functions for header writing.Justin Ruggles2012-01-031-11/+20
| * adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles2012-01-031-5/+5
| * adxenc: use a loop to encode each channelJustin Ruggles2012-01-031-7/+4
| * adxenc: remove unneeded loopsJustin Ruggles2012-01-031-9/+0
| * adxenc: avoid stereo deinterleavingJustin Ruggles2012-01-031-15/+7
| * adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles2012-01-031-1/+0
| * adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles2012-01-031-2/+4
| * adxenc: cosmetics: pretty-printingJustin Ruggles2012-01-031-41/+46
| * adxenc: change some data typesJustin Ruggles2012-01-031-6/+6
| * adxenc: remove unneeded log messageJustin Ruggles2012-01-031-2/+0
| * adxenc: remove unneeded commentsJustin Ruggles2012-01-031-38/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-271-12/+25
|\|
| * adx: simplify encoding by using put_sbits()Justin Ruggles2011-11-261-3/+6
| * adx: calculate correct LPC coeffsJustin Ruggles2011-11-261-9/+18
| * adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles2011-11-261-1/+1
| * adx: rename struct PREV to ADXChannelStateJustin Ruggles2011-11-261-1/+2
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-021-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
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1