| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-12 | 1 | -73/+0 |
|\ |
|
| * | flac: Move flac functions shared between libraries to flac common code | Diego Biurrun | 2012-07-12 | 1 | -73/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-07 | 1 | -8/+26 |
|\ \
| |/ |
|
| * | flacdec: add planar output support | Mans Rullgard | 2012-07-05 | 1 | -8/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -105/+45 |
|\ \
| |/ |
|
| * | flacdec: move lpc filter to flacdsp | Mans Rullgard | 2012-07-04 | 1 | -33/+2 |
| * | flacdec: split off channel decorrelation as flacdsp | Mans Rullgard | 2012-07-04 | 1 | -42/+11 |
| * | flacdec: factor out code setting avctx->sample_fmt | Mans Rullgard | 2012-07-04 | 1 | -13/+15 |
| * | flacdec: allocate sample buffers with av_malloc | Mans Rullgard | 2012-07-04 | 1 | -2/+1 |
| * | flacdec: remove curr_bps from FLACContext | Mans Rullgard | 2012-07-04 | 1 | -17/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | flacdec: remove redundant setting of avctx->sample_fmt | Mans Rullgard | 2012-07-02 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | flacdec: set channel_layout based on channel count | Justin Ruggles | 2012-02-22 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-18 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | flac: fix infinite loops on all-zero input or end-of-stream. | Ronald S. Bultje | 2012-02-16 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Drop unnecessary av_uninit attributes from some variable declarations. | Diego Biurrun | 2012-02-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -16/+21 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -16/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-30 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | flacdec: use av_get_bytes_per_sample() to get sample size | Justin Ruggles | 2011-10-29 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for some flac symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | flacdec: fix buffer size checking in get_metadata_size() | Justin Ruggles | 2011-09-26 | 1 | -1/+3 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | doxygen: use Doxygen markup for authors and web links where appropriate | Diego Biurrun | 2011-07-15 | 1 | -3/+1 |
| * | 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 |
|/ |
|
* | Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. | Michael Chinen | 2010-12-07 | 1 | -1/+1 |
* | Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC | Michael Chinen | 2010-12-07 | 1 | -81/+9 |
* | Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used | Michael Chinen | 2010-12-07 | 1 | -1/+1 |
* | Move decode_frame_header() from flacdec.c to flac.c/h to share with the | Michael Chinen | 2010-12-07 | 1 | -101/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -5/+5 |
* | Support decoding of FLAC files without a STREAMINFO header. | Justin Ruggles | 2010-10-02 | 1 | -4/+28 |
* | 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 |
* | Set sample format in flac_decode_init() rather than in | Justin Ruggles | 2009-11-01 | 1 | -4/+4 |
* | add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXME | Justin Ruggles | 2009-09-16 | 1 | -1/+3 |
* | flacdec: change variable-length array to fixed length | Måns Rullgård | 2009-08-19 | 1 | -1/+1 |
* | Rename ff_log_missing_feature() to av_log_missing_feature(). | Ronald S. Bultje | 2009-06-29 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: add an @return to documentation for decode_frame_header() | Justin Ruggles | 2009-03-24 | 1 | -0/+1 |