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
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ò
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-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
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
2008-06-13Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id SoftwareStefano Sabatini
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-03-10These video decoders do not need to include and initialize the DSPMike Melanson
2008-02-03Add some const where appropriateReimar Döffinger
2008-02-01some constMichael Niedermayer
2008-02-01constsMichael Niedermayer
2007-08-12fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roqMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02use properly AVFrame.linesizeVitor Sessak
2007-06-27add width and height in context and use themVitor Sessak
2007-06-06Rename cb fieldEric Lasota
2007-06-05Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota
2007-06-02Remove get_byte wrapperRamiro Polla
2007-06-02fix skipped blocksMichael Niedermayer
2007-05-29Split RoQ decoder to accommodate future encoder patchVitor Sessak