summaryrefslogtreecommitdiff
path: root/libavcodec/adxenc.c
Commit message (Expand)AuthorAge
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | adxenc: fix error in merging from qatarPaul B Mahol2012-03-24
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | adxenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * adxenc: use AVCodec.encode2()Justin Ruggles2012-03-21
| * adxenc: Use the AVFrame in ADXContext for coded_frameJustin Ruggles2012-03-21
* | adxenc: check return value of avcodec_alloc_frame()Paul B Mahol2012-01-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-05
|\|
| * adxenc: check output buffer size before writingJustin Ruggles2012-01-03
| * adxenc: use bytestream functions for header writing.Justin Ruggles2012-01-03
| * adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles2012-01-03
| * adxenc: use a loop to encode each channelJustin Ruggles2012-01-03
| * adxenc: remove unneeded loopsJustin Ruggles2012-01-03
| * adxenc: avoid stereo deinterleavingJustin Ruggles2012-01-03
| * adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles2012-01-03
| * adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles2012-01-03
| * adxenc: cosmetics: pretty-printingJustin Ruggles2012-01-03
| * adxenc: change some data typesJustin Ruggles2012-01-03
| * adxenc: remove unneeded log messageJustin Ruggles2012-01-03
| * adxenc: remove unneeded commentsJustin Ruggles2012-01-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-27
|\|
| * adx: simplify encoding by using put_sbits()Justin Ruggles2011-11-26
| * adx: calculate correct LPC coeffsJustin Ruggles2011-11-26
| * adx: use 12-bit coefficients instead of 14-bit to avoid integer overflowJustin Ruggles2011-11-26
| * adx: rename struct PREV to ADXChannelStateJustin Ruggles2011-11-26
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* split adx encoder in its own fileAurelien Jacobs2007-11-01