| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2' | Michael Niedermayer | 2013-02-13 | 1 | -10/+6 |
|\ \
| |/ |
|
| * | dpcm: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -10/+6 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | dpcm: use AV_LOG_ERROR for error message. | Piotr Bandurski | 2012-11-05 | 1 | -1/+1 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -9/+7 |
|\ \
| |/ |
|
| * | dpcm: use AVCodecContext.channels instead of keeping a private copy | Justin Ruggles | 2012-11-01 | 1 | -8/+6 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -15/+15 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -15/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-25 | 1 | -27/+31 |
|\ \
| |/ |
|
| * | dpcm: convert to bytestream2. | Ronald S. Bultje | 2012-03-24 | 1 | -27/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-19 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | dpcm: ignore extra unpaired bytes in stereo streams. | Alex Converse | 2012-02-17 | 1 | -1/+6 |
* | | dpcm: Round output buffer size up. | Michael Niedermayer | 2012-01-26 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | dpcm: Fix invalid writes | Laurentiu Ion | 2012-01-08 | 1 | -1/+1 |
* | | CODEC_ID_SOL_DPCM: Fix used write buffer. | Michael Niedermayer | 2011-12-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -9/+19 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -9/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-12 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | dpcm: do not try to decode empty packets | Justin Ruggles | 2011-11-11 | 1 | -1/+1 |
| * | dpcm: remove unneeded buf_size==0 check. | Justin Ruggles | 2011-11-11 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-01 | 1 | -112/+128 |
|\ \
| |/ |
|
| * | dpcm: return error if packet is too small | Justin Ruggles | 2011-09-30 | 1 | -1/+4 |
| * | dpcm: use smaller data types for static tables | Justin Ruggles | 2011-09-30 | 1 | -5/+5 |
| * | dpcm: use sol_table_16 directly instead of through the DPCMContext. | Justin Ruggles | 2011-09-30 | 1 | -3/+2 |
| * | dpcm: replace short with int16_t | Justin Ruggles | 2011-09-30 | 1 | -4/+3 |
| * | dpcm: check to make sure channels is 1 or 2. | Justin Ruggles | 2011-09-30 | 1 | -0/+5 |
| * | dpcm: misc pretty-printing | Justin Ruggles | 2011-09-30 | 1 | -20/+20 |
| * | dpcm: remove unnecessary variable by using bytestream functions. | Justin Ruggles | 2011-09-30 | 1 | -38/+28 |
| * | dpcm: move codec-specific variable declarations to their corresponding decodi... | Justin Ruggles | 2011-09-30 | 1 | -4/+4 |
| * | dpcm: consistently use the variable name 'n' for the next input byte. | Justin Ruggles | 2011-09-30 | 1 | -7/+5 |
| * | dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. | Justin Ruggles | 2011-09-30 | 1 | -13/+16 |
| * | dpcm: calculate and check actual output data size prior to decoding. | Justin Ruggles | 2011-09-30 | 1 | -16/+34 |
| * | dpcm: factor out the stereo flag calculation | Justin Ruggles | 2011-09-30 | 1 | -14/+15 |
| * | dpcm: cosmetics: rename channel_number to ch | Justin Ruggles | 2011-09-30 | 1 | -23/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -11/+9 |
|\ \
| |/ |
|
| * | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+9 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Remove final semicolon from some macros | Mans Rullgard | 2011-02-10 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Remove final semicolon from some macros | Mans Rullgard | 2011-02-11 | 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 redundant and harmful explicit filename after @file Doxygen command. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |