summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* bink: no need to increase width twicePaul B Mahol2012-03-21
* zerocodec: factorize loopMichael Niedermayer2012-03-21
* ttadec: refactor ttafilter_process()Paul B Mahol2012-03-21
* tgq: use bytestream2_get_bytes_left()Paul B Mahol2012-03-21
* xxan: use bytestream2_size()Paul B Mahol2012-03-21
* xxan: remove write-only variablePaul B Mahol2012-03-21
* smc: use bytestream2_size()Paul B Mahol2012-03-21
* bytestream: add functions for accessing size of bufferPaul B Mahol2012-03-21
* cdxl: swap CHUNKY and BYTE_PLANARPaul B Mahol2012-03-21
* sgienc: fix packet size.Michael Niedermayer2012-03-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-21
|\
| * oggdec: output correct timestamps for VorbisJustin Ruggles2012-03-20
| * lavc: shrink encoded audio packet size after encoding.Justin Ruggles2012-03-20
| * bink: fix typo in FFALIGN() argumentKostya Shishkov2012-03-20
| * bink: align plane width to 8 when calculating bundle sizesKostya Shishkov2012-03-20
| * doc/avconv: remove entries for AVOptions.Anton Khirnov2012-03-20
| * Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-20
| * vp8: avoid race condition on segment map.Aaron Colwell2012-03-19
* | pngenc: Fix incorrect mask used for interlaced mode.Michael Niedermayer2012-03-20
* | pngdec: print error message for truncated pngs even if we output themMichael Niedermayer2012-03-20
* | pngenc: allocate packets that have some chance of being large enough.Michael Niedermayer2012-03-20
* | pngdec: dont discard incomplete images.Michael Niedermayer2012-03-20
* | pngdec: Print error messages for the various failure pathes.Michael Niedermayer2012-03-20
* | zerocodec: Fix licenseDerek Buitenhuis2012-03-20
* | ffv1enc: Check context_modelMichael Niedermayer2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-20
|\|
| * ZeroCodec DecoderDerek Buitenhuis2012-03-19
| * RealAudio Lossless decoderKostya Shishkov2012-03-19
| * zmbv: check decompress resultKostya Shishkov2012-03-19
| * zmbv: correct indentationKostya Shishkov2012-03-19
| * adpcm: convert adpcm_thp to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_yamaha to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_swf to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_sbpro to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ct to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ea_xas to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ea_r1/2/3 to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert ea_maxis_xa to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ea to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm convert adpcm_ima_ea_sead to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_ea_eacs to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_xa to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert ima_ws to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_apc to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ima_iss to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_dk3 to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_dk4 to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: convert adpcm_ms to bytestream2.Ronald S. Bultje2012-03-18
| * adpcm: use av_clip() in adpcm_ima_expand_nibble().Ronald S. Bultje2012-03-18