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-05-31Move variable into block where it is used, avoiding a unused variableReimar Döffinger
2009-05-31Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG...Reimar Döffinger
2009-05-31Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possibleReimar Döffinger
2009-05-31lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.Reimar Döffinger
2009-05-31Get rid of extradata casts, it already has the right uint8_t * typeReimar Döffinger
2009-05-31Make lcldec produce YUV output when the input file is coded like that, insteadReimar Döffinger
2009-05-30Use memcpy instead of per-pixel copy loop for rgb lcl formatReimar Döffinger
2009-05-30Remove useless () from lcldec for more consistency with "normal" FFmpeg codin...Reimar Döffinger
2009-05-30Use av_clip_uint8 instead of equivalent but unoptimzed code,Reimar Döffinger
2009-05-27Use AV_R/WN32 instead of direct integer copying.Jeff Downs
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-20Remove duplicate ;Reimar Döffinger
2008-02-01constsMichael Niedermayer
2007-07-13indentMåns Rullgård
2007-07-13remove useless LclDecContext.avctx fieldMåns Rullgård
2007-07-13split lcl.c into lcldec.c, lclenc.c, lcl.hMåns Rullgård