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
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
2009-03-31Avoid "reloading" code by using a 64 bit type for the flags and loading all a...Reimar Döffinger
2009-03-31Remove now pointless temporary pix variables.Reimar Döffinger
2009-03-31Slightly simplify part of ipvideo_decode_block_opcode_0x8Reimar Döffinger
2009-03-31Fix indentationReimar Döffinger
2009-03-31Avoid code duplication by using ?: and array indexing instead of if..elseReimar Döffinger
2009-03-31Prettify some assignmentsReimar Döffinger
2009-03-31Get rid of some pointless bitmask/shifter variables in interplayvideo.cReimar Döffinger
2009-03-29Merge the 3 COPY_FROM_* macros with lots of duplicated code into a singleReimar Döffinger
2009-03-29Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)Reimar Döffinger
2009-03-29Simplify check for leftover bytes after decoding for interplayvideo.Reimar Döffinger
2009-03-29Get rid of pointless "B" array in interplayvideo decoder.Reimar Döffinger
2009-03-29Replace many tiny loops in the interplayvideo decoder by memset, memcpyReimar Döffinger
2009-03-29Make ipvideo_decode_block array constant, compile-time initialized insteadReimar Döffinger
2009-03-04100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab functionReimar Döffinger
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10There is no reason to assign a variable to itselfMike Melanson
2008-02-01constsMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-02-2110lAlex Beregszaszi
2004-04-07unknown format charsAlex Beregszaszi
2004-03-25warning patrolFalk Hüffner
2004-01-31handle invalid buffer sizesMike Melanson
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-30revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson