summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-17
* flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje2012-02-16
* wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-16
* shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer2012-02-16
* atrac3: Fix crash in tonal component decoding.Michael Niedermayer2012-02-16
* ws_snd1: Fix wrong samples counts.Michael Niedermayer2012-02-16
* golomb: avoid infinite loop on all-zero input (or end of buffer).Ronald S. Bultje2012-02-16
* bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles2012-02-16
* proresenc: initialise 'sign' variableKostya Shishkov2012-02-16
* mpegaudio: replace memcpy by SIMD codeChristophe GISQUET2012-02-15
* vc1: prevent using last_frame as a reference for I/P first frame.Ronald S. Bultje2012-02-15
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* sh4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* rv: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* vp56: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpeg12: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö2012-02-15
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-15
* dsputil: Add ff_ prefix to inv_zigzag_direct16Martin Storsjö2012-02-15
* libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpegvideo: Remove a leftover function declarationMartin Storsjö2012-02-15
* prores encoderKostya Shishkov2012-02-15
* prores: move data shared between decoder and encoder to common fileKostya Shishkov2012-02-15
* prores: fix multithreaded decoding case when slice quantisers are not the sameKostya Shishkov2012-02-15
* CDXL demuxer and decoderPaul B Mahol2012-02-14
* rv30: check block type validityJanne Grunau2012-02-14
* ttadec: CRC checkingPaul B Mahol2012-02-14
* rv34: handle size changes during frame multithreadingJanne Grunau2012-02-14
* rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau2012-02-14
* rv34: use AVERROR return values in ff_rv34_decode_frame()Janne Grunau2012-02-14
* rv34: use uint16_t for RV34DecContext.deblock_coefsJanne Grunau2012-02-14
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-13
* mips: Move MMI function declarations to a header.Diego Biurrun2012-02-13
* cljr: implement encode2.Anton Khirnov2012-02-12
* cljr: set the properties of the coded_frame, not input frame.Anton Khirnov2012-02-12
* dnxhdenc: switch to encode2.Anton Khirnov2012-02-12
* bmpenc: switch to encode2().Anton Khirnov2012-02-12