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
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
2013-05-24h264_parser: Set field_order and picture_structure.Yusuke Nakamura
2013-05-24avcodec: Add picture structure information to AVCodecParserContext.Yusuke Nakamura
2013-05-23wavpack: check packet size earlyLuca Barbato
2013-05-23wavpack: use bytestream2 in wavpack_decode_blockLuca Barbato
2013-05-22mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changesJanne Grunau
2013-05-21proresdec: simplify slice component offsets handlingKostya Shishkov
2013-05-21mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato
2013-05-21ljpeg: use the correct number of components in yuvLuca Barbato
2013-05-21mjpeg: Validate sampling factorsLuca Barbato
2013-05-20mpegvideo: unref old current_picture before allocating a new oneJanne Grunau
2013-05-20vorbis: fallback to normal division instead of crashingLuca Barbato
2013-05-20vorbis: simplify the inner loop in setup_classifsLuca Barbato
2013-05-20vorbis: use normal integer values for iteratorsLuca Barbato
2013-05-20vorbis: refactor vorbis_residue_decode_internalLuca Barbato
2013-05-19win32: Do not use GetProcAddress when compiled for Vista+Jean-Baptiste Kempf
2013-05-18wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato
2013-05-18wavpack: return meaningful errorsLuca Barbato
2013-05-18wavpack: K&R formatting cosmeticsLuca Barbato
2013-05-18Escape 130 (RPL) decoderEli Friedman
2013-05-18prores: decode alpha plane when it's presentKostya Shishkov
2013-05-17lavc doxy: add avcodec.h to the libavcodec group.Anton Khirnov
2013-05-17jpegls: check the scan offsetLuca Barbato
2013-05-17jpegls: factorize return pathsLuca Barbato
2013-05-17jpegls: return meaningful errorsLuca Barbato
2013-05-17sparc: VIS mnemonicsMichael Kostylev
2013-05-17mpegvideo: allocate sufficiently large scratch buffer for interlaced vidJindrich Makovicka
2013-05-17pthread: reindentAnton Khirnov
2013-05-17lavc/pthread: remove obsolete checksAnton Khirnov
2013-05-17Apple Intermediate Codec decoderKostya Shishkov
2013-05-17vc1dec: Add support for interlaced B-framesSebastian Sandberg
2013-05-16sparc: Eliminate dead code in VIS acceleration macrosMichael Kostylev
2013-05-16flacdec: drop unnecessary assertLuca Barbato
2013-05-16mjpegdec: properly report unsupported disabled featuresLuca Barbato
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16jpegls: K&R formatting cosmeticsLuca Barbato
2013-05-16jpegls: cosmetics: Drop some unnecessary parenthesesDiego Biurrun
2013-05-16mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun
2013-05-16h263dec: Remove broken and disabled debug cruftDiego Biurrun
2013-05-15vc1: Reindent INIT_LUT(), align backslashesMartin Storsjö
2013-05-15vc1: Make INIT_LUT() self containedMichael Niedermayer
2013-05-15vc1: Simplify code by using INIT_LUT()Michael Niedermayer
2013-05-15vc1: Move INIT_LUT() further up to allow using it in more placesMichael Niedermayer
2013-05-15vc1dec: Remove some now unused variablesMartin Storsjö
2013-05-15vc1dec: Do not allow field_mode to change after the first headerMichael Niedermayer
2013-05-15vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö
2013-05-15vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma()Michael Niedermayer
2013-05-15vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma()Michael Niedermayer
2013-05-15vc1dec: Factorize picture pointer selection codeMichael Niedermayer