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
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-11-01flicvideo: return more meaningful error codesPaul B Mahol
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-20flicvideo: support 256-bytes extradataPiotr Bandurski
2012-04-23Support flicvideo with 904 bytes extradata.Carl Eugen Hoyos
2012-04-19Print unexpected length of flicvideo extradata.Carl Eugen Hoyos
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Support FLIC in AVI.Paul B Mahol
2012-03-26Support FLIC in MOV.Reimar Döffinger
2012-03-22flicvideo: remove dead storePaul B Mahol
2012-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-07flicvideo: fix invalid readsLaurentiu Ion
2011-12-15flicvideo: input buffer pointer checks.Michael Niedermayer
2011-12-15flicvideo: fix overread.Michael Niedermayer
2011-11-26flicvideo: check extradata_size before accessing extradata.Carl Eugen Hoyos
2011-11-13Increase FLI/FLC Animation palette dynamics for some samples.Carl Eugen Hoyos
2011-11-12Set FLI/FLC Animation palette opaque.Carl Eugen Hoyos
2011-11-09Check extradata_size before accessing extradata.Carl Eugen Hoyos
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-09-28Check for out of bound reads in the flic decoder.Laurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-04-23flicvideo: fix crash on flic files with invalid frame sizeStefano Sabatini
2011-04-23flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR()Stefano 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-09-27Fix several security issues in flicvideo.cMichael Niedermayer
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-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
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
2009-02-01Fix filenames in doxygen comments.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini