| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-09 | 1 | -3/+5 |
|\ |
|
| * | shorten: avoid abort() on unknown audio types | John Brooks | 2011-12-08 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-05 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | shorten: remove dead initialization | Paul B. Mahol | 2011-12-04 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -19/+26 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -19/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-12 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | shorten: do not modify samples pointer when interleaving | Justin Ruggles | 2011-11-11 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -214/+297 |
|\ \
| |/ |
|
| * | shorten: fix end-of-stream decoding. | Justin Ruggles | 2011-10-20 | 1 | -14/+33 |
| * | shorten: do not use block size to determine whether to read the header. | Justin Ruggles | 2011-10-20 | 1 | -2/+4 |
| * | shorten: check output buffer size before decoding | Justin Ruggles | 2011-10-20 | 1 | -1/+7 |
| * | shorten: use av_clip_int16() for output sample clipping | Justin Ruggles | 2011-10-20 | 1 | -1/+1 |
| * | shorten: use bytestream functions to decode the embedded WAVE header | Justin Ruggles | 2011-10-20 | 1 | -26/+17 |
| * | shorten: add some comments | Justin Ruggles | 2011-10-20 | 1 | -0/+18 |
| * | shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc() | Justin Ruggles | 2011-10-20 | 1 | -44/+39 |
| * | cosmetics: remove some needless commented-out stuff | Justin Ruggles | 2011-10-20 | 1 | -2/+0 |
| * | shorten: validate block size | Justin Ruggles | 2011-10-20 | 1 | -2/+15 |
| * | shorten: move declaration of 'ret' to top of shorten_decode_frame() | Justin Ruggles | 2011-10-20 | 1 | -2/+2 |
| * | shorten: pass on error value from allocate_buffers() instead of returning -1 | Justin Ruggles | 2011-10-20 | 1 | -3/+3 |
| * | shorten: check for realloc failure | Justin Ruggles | 2011-10-20 | 1 | -3/+17 |
| * | shorten: move decoding of prediction order and applying of global offset to | Justin Ruggles | 2011-10-20 | 1 | -17/+27 |
| * | shorten: only calculate output size when returning decoded samples, otherwise | Justin Ruggles | 2011-10-20 | 1 | -4/+6 |
| * | cosmetics: reindent | Justin Ruggles | 2011-10-20 | 1 | -81/+81 |
| * | shorten: separate processing of audio commands from non-audio commands | Justin Ruggles | 2011-10-20 | 1 | -34/+39 |
| * | shorten: skip some fields in the WAV header embedded in the shorten header. | Justin Ruggles | 2011-10-20 | 1 | -3/+4 |
| * | shorten: split reading of file header into a separate functions | Justin Ruggles | 2011-10-20 | 1 | -61/+70 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | shorten: remove the flush function. | Justin Ruggles | 2011-10-13 | 1 | -8/+0 |
| * | shorten: Fix out of bound writes in fix_bitshift() | Laurent Aimar | 2011-10-07 | 1 | -1/+1 |
| * | shorten: Prevent block size from increasing | Laurent Aimar | 2011-10-07 | 1 | -2/+8 |
* | | Prevent block size from inreasing in the shorten decoder. | Laurent Aimar | 2011-10-02 | 1 | -2/+8 |
* | | Fix out of bound writes in fix_bitshift() of the shorten decoder. | Laurent Aimar | 2011-09-30 | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Remove statements immediately following unconditional jumps | Mans Rullgard | 2011-07-03 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | shorten: Remove stray DEBUG #define and corresponding av_dlog statement. | Diego Biurrun | 2011-06-07 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -1/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 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 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | shorten: remove VLA and check for buffer overflow | Måns Rullgård | 2010-06-26 | 1 | -1/+17 |