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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-01h264 golomb: Fix copyright violation.Michael Niedermayer
2012-02-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-01ffv1dec: use correct linesizePaul B Mahol
2012-02-01Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer
2012-02-01ffv1dec: PIX_FMT_YUVA444P supportPaul B Mahol
2012-02-01ffv1enc: PIX_FMT_YUVA444P supportPaul B Mahol
2012-02-01ffv1dec: PIX_FMT_YUVA420P supportPaul B Mahol
2012-02-01ffv1enc: PIX_FMT_YUVA420P supportPaul B Mahol
2012-02-01mpeg/h264: update thread context even if it is not initialized.Michael Niedermayer
2012-02-01h264: Return the correct number of bytes for mid strea, extradata.Michael Niedermayer
2012-02-01pngdec: fix warning about pointer typesMichael Niedermayer
2012-01-31golomb-test: K&R formatting cosmeticsDiego Biurrun
2012-01-31h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun
2012-01-31h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun
2012-01-31h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun
2012-01-31adpcm: Add missing stdint.h #include to fix standalone header compilation.Diego Biurrun
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-31lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov
2012-01-31lavc: reorder AVCodec fields.Anton Khirnov
2012-01-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-31mp3dec: Fix a heap-buffer-overflowAlex Converse
2012-01-31adpcmenc: remove some unneeded castsJustin Ruggles
2012-01-31adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles
2012-01-31adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles
2012-01-31adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles
2012-01-31adpcmenc: check for coded_frame allocation failureJustin Ruggles
2012-01-31adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles
2012-01-31mpc7: check for allocation failureJustin Ruggles
2012-01-31mpc7: align local temp bufferJustin Ruggles
2012-01-31Allow decoding of 64bit png images.Carl Eugen Hoyos
2012-01-31Simplify "deloco" and support decoding of 48bit loco png.Carl Eugen Hoyos
2012-01-31rv40: x86 SIMD for biweightChristophe Gisquet
2012-01-31x86: Give RV40 init file a more suitable name.Diego Biurrun
2012-01-31x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun
2012-01-31Supoort decoding of gray16 images with libopenjpeg.Michael Bradshaw
2012-01-31assdec: fix wrong alloc pointer check.Clément Bœsch
2012-01-31ass: use av_asprintf() instead of a temporary stack buffer.Clément Bœsch
2012-01-30diracdec: Fix integer overflow leading to out of global array read.Michael Niedermayer
2012-01-30aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles
2012-01-30aacenc: only use the number of input samples provided by the user.Justin Ruggles
2012-01-30wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse
2012-01-30kmvc: Log into a context at a log level constant.Alex Converse
2012-01-30mpeg12: Pad framerate tab to 16 entries.Alex Converse
2012-01-30kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer
2012-01-30kmvc: Check palsize.Alex Converse
2012-01-30huffman: use a simple assignment instead of FFSWAP.Reimar Döffinger
2012-01-30Deobfuscate ff_huff_build_tree.Reimar Döffinger
2012-01-30Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos