Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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