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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-04-20interplayvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-14interplayvideo: remove a static variable.Anton Khirnov
2013-01-14interplayvideo: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-11interplayvideo: fix av_dlog parameter type mismatchDiego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-25interplayvideo: convert to bytestream2.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-07interplayvideo: Handle changed video dimensions on the flyPaul B Mahol
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-10Check for invalid decode op-codes, fixes issue 2522.Daniel Kang
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-2716-bit Interplay video does not need palette controlKostya Shishkov
2009-12-27Add missing opcodes for 16-bit Interplay Video decoding and finally enable itKostya Shishkov
2009-12-2716-bit Interplay Video stores motion vector data at the end of frame,Kostya Shishkov
2009-12-2710l trocadero: forgot one case where picture linesize should be usedKostya Shishkov
2009-12-27cosmetics: reindent and break long lines after last commitsKostya Shishkov
2009-12-27Add 16-bit image data handling (but not decoding yet) to Interplay VideoKostya Shishkov
2009-12-27Use frame linesize in Interplay Video block copying functionKostya Shishkov
2009-12-27Make CHECK_STREAM_PTR macro in Interplay Video decoder usable withKostya Shishkov
2009-12-27Recognize 16-bit Interplay Video variantKostya Shishkov
2009-12-27Change main loop in Interplay Video decoder, so variables x and y really meanKostya Shishkov
2009-12-25cosmetics: reindentKostya Shishkov
2009-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-04-17Simplify ipvideo_decode_opcodes by using get_bits, this might be slowerReimar Döffinger
2009-04-17Remove unused code_counts array from interplavideo.c.Reimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-04-01Fix ipvideo_decode_block_opcode_0xD again.Reimar Döffinger
2009-03-31Cosmetics: remove some pointless {}Reimar Döffinger
2009-03-31Slightly simplify ipvideo_decode_block_opcode_0xDReimar Döffinger
2009-03-31One more simplification for ipvideo_decode_block_opcode_0xAReimar Döffinger
2009-03-31Slightly simplify first part of ipvideo_decode_block_opcode_0xA,Reimar Döffinger
2009-03-31Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixelsReimar Döffinger
2009-03-31Fix a too small CHECK_STREAM_PTR value in interplayvideo.cReimar Döffinger
2009-03-31Avoid the last two uses of bitmasks in interplayvideoReimar Döffinger
2009-03-31100l, fix FATE test broken by r18264Reimar Döffinger
2009-03-31ReindentReimar Döffinger
2009-03-31Deduplicate code by moving it outside the if/elseReimar Döffinger
2009-03-31Rearrange how the different cases are checked to reduce the number ofReimar Döffinger