| Commit message (Expand) | Author | Age | Files | Lines |
* | srt: make the demuxer output SubRip packets. | Clément Bœsch | 2012-10-25 | 1 | -0/+11 |
* | lavc: add AV_PKT_DATA_SUBTITLE_POSITION side data type. | Clément Bœsch | 2012-10-24 | 2 | -1/+12 |
* | lavc/utils: make sub decode consistent with A/V. | Clément Bœsch | 2012-10-24 | 1 | -3/+20 |
* | pgmyuvenc: do not create files which are not supported | Paul B Mahol | 2012-10-24 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-24 | 1 | -0/+4 |
|\ |
|
| * | g.723.1: add missing CODEC_CAP_DR1 | Anton Khirnov | 2012-10-24 | 1 | -1/+1 |
| * | lavc: initialize output AVFrame before decoding. | Anton Khirnov | 2012-10-24 | 1 | -0/+4 |
* | | Merge commit 'c68317ebbe4915035df0b08c23eea7a0b80ab881' | Michael Niedermayer | 2012-10-24 | 6 | -8/+9 |
|\| |
|
| * | lavc: fix documentation for AVCodecContext.delay | Justin Ruggles | 2012-10-23 | 1 | -1/+1 |
| * | atrac3: return an error if extradata_size is not a specific known size | Justin Ruggles | 2012-10-23 | 1 | -0/+1 |
| * | lavc: use the correct API version guard macro for avcodec_encode_audio() | Justin Ruggles | 2012-10-23 | 1 | -1/+1 |
| * | dfa: use av_memcpy_backptr() where previously impossible | Mans Rullgard | 2012-10-23 | 1 | -3/+1 |
| * | av_memcpy_backptr: Drop no longer necessary malloc padding | Diego Biurrun | 2012-10-23 | 3 | -4/+4 |
* | | Merge commit 'ceb754d041f5f6327fd9195a5f43575af9516daa' | Michael Niedermayer | 2012-10-24 | 3 | -30/+26 |
|\| |
|
| * | dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU | Diego Biurrun | 2012-10-23 | 1 | -14/+6 |
| * | dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16 | Diego Biurrun | 2012-10-23 | 1 | -2/+2 |
| * | mp3: properly forward mp_decode_frame errors | Luca Barbato | 2012-10-23 | 1 | -14/+18 |
| * | mp3: exit on parsing error in mp_decode_frame | Luca Barbato | 2012-10-23 | 1 | -0/+3 |
* | | Merge commit '80521c1997a23e148edf89e11b939ab8646297ca' | Michael Niedermayer | 2012-10-24 | 1 | -0/+1 |
|\| |
|
| * | libm: add fallbacks for various single-precision functions | Mans Rullgard | 2012-10-23 | 1 | -0/+1 |
* | | mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instea... | Michael Niedermayer | 2012-10-24 | 1 | -0/+14 |
* | | mpegvideo enc: choose VBV buffer size for mpeg1/2 when none is specified inst... | Michael Niedermayer | 2012-10-24 | 1 | -0/+12 |
* | | lavc/utils: fix a few grammar/style nits in log messages | Stefano Sabatini | 2012-10-24 | 1 | -3/+3 |
* | | lavc/utils: propagate or return meaningful error codes in avcodec_open2() | Stefano Sabatini | 2012-10-24 | 1 | -3/+3 |
* | | pnmdec: use more meaningful error codes | Paul B Mahol | 2012-10-23 | 1 | -8/+8 |
* | | Merge commit 'ec444c84cfd30ef34a4e7b4ec7ee77d7e5250d25' | Michael Niedermayer | 2012-10-23 | 1 | -8/+9 |
|\| |
|
| * | mpegaudiodec: Fix buffer handling on random access | Michael Niedermayer | 2012-10-23 | 1 | -0/+1 |
| * | mpegaudio: Refactor mp3on4 flush function | Diego Biurrun | 2012-10-23 | 1 | -8/+9 |
* | | Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' | Michael Niedermayer | 2012-10-23 | 7 | -9/+9 |
|\| |
|
| * | Improve wording and spelling of av_log_missing_feature messages. | Diego Biurrun | 2012-10-23 | 8 | -11/+11 |
* | | Merge commit '468ea9d5b14f92fe61f47f034e67066f65163f5f' | Michael Niedermayer | 2012-10-23 | 3 | -31/+11 |
|\| |
|
| * | Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com... | Anton Khirnov | 2012-10-23 | 3 | -31/+11 |
* | | Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a' | Michael Niedermayer | 2012-10-23 | 1 | -22/+15 |
|\| |
|
| * | atrac3: replace a calculation with FFALIGN() | Justin Ruggles | 2012-10-22 | 1 | -2/+1 |
| * | atrac3: remove unused ATRAC3Context field, sample_rate | Justin Ruggles | 2012-10-22 | 1 | -4/+0 |
| * | atrac3: use sizeof(variable) instead of sizeof(type) | Justin Ruggles | 2012-10-22 | 1 | -6/+7 |
| * | atrac3: simplify MDCT window calculation | Justin Ruggles | 2012-10-22 | 1 | -10/+7 |
* | | Merge commit '5d1007f74dd496d54b932242004382f44e3b22b4' | Michael Niedermayer | 2012-10-23 | 1 | -46/+41 |
|\| |
|
| * | atrac3: initialize static tables in AVCodec.init_static_data() | Justin Ruggles | 2012-10-22 | 1 | -26/+27 |
| * | atrac3: separate window initialization from IMDCT initialization | Justin Ruggles | 2012-10-22 | 1 | -12/+9 |
| * | atrac3: move the 'frame_factor' field from ATRAC3Context to where it is used | Justin Ruggles | 2012-10-22 | 1 | -7/+6 |
| * | atrac3: remove unused ATRAC3Context field, bit_rate | Justin Ruggles | 2012-10-22 | 1 | -2/+0 |
* | | Merge commit 'a2664c91fba15a1307f676ffad511f8f86fb3a27' | Michael Niedermayer | 2012-10-23 | 1 | -36/+28 |
|\| |
|
| * | atrac3: move the 'samples_per_frame' field from ATRAC3Context to where it is ... | Justin Ruggles | 2012-10-22 | 1 | -7/+6 |
| * | atrac3: remove unused ATRAC3Context field, samples_per_channel | Justin Ruggles | 2012-10-22 | 1 | -3/+1 |
| * | atrac3: use AVCodecContext.block_align instead of keeping a private copy | Justin Ruggles | 2012-10-22 | 1 | -17/+13 |
| * | atrac3: move the 'delay' field from ATRAC3Context to where it is used | Justin Ruggles | 2012-10-22 | 1 | -6/+5 |
| * | atrac3: move the 'version' field from ATRAC3Context to where it is used | Justin Ruggles | 2012-10-22 | 1 | -5/+5 |
* | | Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45' | Michael Niedermayer | 2012-10-23 | 5 | -658/+624 |
|\| |
|
| * | atrac3: use AVCodecContext.channels instead of keeping a private copy | Justin Ruggles | 2012-10-22 | 1 | -21/+20 |