Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-10avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 ...Michael Niedermayer
2017-05-17avcodec/flicvideo: Check frame_size before decrementingMichael Niedermayer
2017-05-04avcodec/flicvideo: Check for chunk overreadMichael Niedermayer
2017-02-22avcodec/flicvideo: update comment, 24bit support is implementedPaul B Mahol
2017-02-11avcodec/flicvideo: add support for 24bit flic filesPaul B Mahol
2017-02-11avcodec/flicvideo: fix some indentation issuesPaul B Mahol
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-26lavc/flicvideo: Implement padding in COPY chunks.Carl Eugen Hoyos
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2013-11-17Merge commit 'a837c4f2df96a30bf9aa4115b426d608487c7101'Michael Niedermayer
2013-11-16flicvideo: use the AVFrame API properly.Anton Khirnov
2013-10-24avcodec/flicvideo: use avpriv_request_sample()Paul B Mahol
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-25avcodec/flicvideo: fix infinite loopsPaul B Mahol
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-24Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'Michael Niedermayer
2013-02-23flicvideo: avoid an infinite loop in byte run compressionAnton Khirnov
2013-01-14Merge commit '1a31dff9370b4732c91df5cb1ca4b39f2cb3050e'Michael Niedermayer
2013-01-14flicvideo: return meaningful error codes.Anton Khirnov
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