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
2014-01-17Merge commit '68a1df13c460adb6241cfdf96aad953b5d637623' into release/0.10Michael Niedermayer
2013-12-14roqvideodec: check dimensions validityMichael Niedermayer
2013-04-07Merge commit '327ff82bac3081d918dceb4931c77e25d0a1480d' into release/0.10Michael Niedermayer
2013-03-16roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().Anton Khirnov
2012-03-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-03-15roqvideo: convert to bytestream2 API.Ronald S. Bultje
2011-12-04roqvideodec: set AVFrame reference before reget_buffer.Reimar Döffinger
2011-11-06Set AVFrame reference before reget_buffer.Reimar Döffinger
2011-08-21roqvideodec: Improve checking of input buffer bounds.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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