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
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles
2011-04-27Add MxPEG decoderanatoly
2011-04-27Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-04-27Move MJPEG's input buffer preprocessing in separate public functionanatoly
2011-04-27Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-04-27DCA/DTA encoderAlexander E. Patrakov
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-26Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak
2011-04-26bfi: store palette data in the contextStefano Sabatini
2011-04-26mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-26aac: add headers needed for log2f()Michael Niedermayer
2011-04-26lavc: remove FF_API_MB_Q cruftAnton Khirnov
2011-04-26lavc: remove FF_API_RATE_EMU cruftAnton Khirnov
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-26Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Fix issue1503, this fix may be incomplete we need more samples to know for sure.Michael Niedermayer
2011-04-26wmadec: prevent null pointer call.Michael Niedermayer
2011-04-26fraps: do not set avctx->pix_fmt to none in decode_init()Stefano Sabatini
2011-04-25ac3: fix memleak in fixed-point encoderJanne Grunau
2011-04-25dca: allow selecting float output at runtime.Reimar Döffinger
2011-04-25vorbisdec: allow selecting float output at runtime.Reimar Döffinger
2011-04-25aacdec: Allow selecting float output at runtime.Reimar Döffinger
2011-04-25ac3dec: allow selecting float output at runtime.Reimar Döffinger
2011-04-25flashsv: Return more meaningful error values.Diego Biurrun
2011-04-25flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun
2011-04-25Warn if the source has unsupported (or no) channel layout.Carl Eugen Hoyos
2011-04-25Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-25cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun
2011-04-25vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun
2011-04-25Support fourcc auv2.ami_stuff
2011-04-25Fix indentation.Reimar Döffinger
2011-04-25Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.Reimar Döffinger
2011-04-24CrystalHD: Add AVOption to configure hardware downscaling.Philip Langdale
2011-04-24Check for malloc failures in fraps decoder.Reimar Döffinger
2011-04-24Use av_fast_malloc instead of av_realloc in fraps decoder.Reimar Döffinger
2011-04-24HAM6/HAM8 support for IFF demuxer/decoderSebastian Vater
2011-04-24permit decoding of multichannel ADPCM_EA_XASPeter Ross
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be setBaptiste Coudurier
2011-04-23Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun
2011-04-23vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun
2011-04-23aacenc: Fix whitespace after last commit.Nathan Caldwell
2011-04-23Set channel layout in flac decoder.Carl Eugen Hoyos
2011-04-23flicvideo: fix crash on flic files with invalid frame sizeStefano Sabatini
2011-04-23flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR()Stefano Sabatini
2011-04-23cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun
2011-04-23aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell