| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -16/+0 |
|\ |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -16/+0 |
* | | Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31' | Michael Niedermayer | 2013-02-13 | 1 | -2/+13 |
|\ \
| |/ |
|
| * | adxenc: alloc/free coded_frame instead of keeping it in the ADXContext | Justin Ruggles | 2013-02-12 | 1 | -2/+13 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | adxenc: fix error in merging from qatar | Paul B Mahol | 2012-03-24 | 1 | -3/+2 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | adxenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -23/+20 |
|\ \
| |/ |
|
| * | adxenc: use AVCodec.encode2() | Justin Ruggles | 2012-03-21 | 1 | -16/+20 |
| * | adxenc: Use the AVFrame in ADXContext for coded_frame | Justin Ruggles | 2012-03-21 | 1 | -8/+2 |
* | | adxenc: check return value of avcodec_alloc_frame() | Paul B Mahol | 2012-01-28 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -108/+77 |
|\ \
| |/ |
|
| * | adxenc: check output buffer size before writing | Justin Ruggles | 2012-01-03 | 1 | -2/+14 |
| * | adxenc: use bytestream functions for header writing. | Justin Ruggles | 2012-01-03 | 1 | -11/+20 |
| * | adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros | Justin Ruggles | 2012-01-03 | 1 | -5/+5 |
| * | adxenc: use a loop to encode each channel | Justin Ruggles | 2012-01-03 | 1 | -7/+4 |
| * | adxenc: remove unneeded loops | Justin Ruggles | 2012-01-03 | 1 | -9/+0 |
| * | adxenc: avoid stereo deinterleaving | Justin Ruggles | 2012-01-03 | 1 | -15/+7 |
| * | adxenc: remove unnecessary setting of coded_frame->key_frame. | Justin Ruggles | 2012-01-03 | 1 | -1/+0 |
| * | adxenc: log an error message and return AVERROR(EINVAL) for invalid channels | Justin Ruggles | 2012-01-03 | 1 | -2/+4 |
| * | adxenc: cosmetics: pretty-printing | Justin Ruggles | 2012-01-03 | 1 | -41/+46 |
| * | adxenc: change some data types | Justin Ruggles | 2012-01-03 | 1 | -6/+6 |
| * | adxenc: remove unneeded log message | Justin Ruggles | 2012-01-03 | 1 | -2/+0 |
| * | adxenc: remove unneeded comments | Justin Ruggles | 2012-01-03 | 1 | -38/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -12/+25 |
|\ \
| |/ |
|
| * | adx: simplify encoding by using put_sbits() | Justin Ruggles | 2011-11-26 | 1 | -3/+6 |
| * | adx: calculate correct LPC coeffs | Justin Ruggles | 2011-11-26 | 1 | -9/+18 |
| * | adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow | Justin Ruggles | 2011-11-26 | 1 | -1/+1 |
| * | adx: rename struct PREV to ADXChannelState | Justin Ruggles | 2011-11-26 | 1 | -1/+2 |
| * | Replace outdated references to ffmpeg tool with avconv. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | split adx encoder in its own file | Aurelien Jacobs | 2007-11-01 | 1 | -0/+193 |