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
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-26yop: check return value of av_frame_alloc()Paul B Mahol
2013-03-25yop: Fix return typeMichael Niedermayer
2013-03-24yop: use reget_buffer() as the previous contents are usedMichael Niedermayer
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-06Merge commit 'dff6197dfb9b2d145729885c63f865c5fdd184aa'Michael Niedermayer
2013-02-06Merge commit '8136f234445862c94d1c081606b2d1e3d44fccf3'Michael Niedermayer
2013-02-06Merge commit '06cf597c352519d2b70f293518c61b8c312f5d4f'Michael Niedermayer
2013-02-06yop: check for input overreads.Anton Khirnov
2013-02-06yop: check that extradata is large enough.Anton Khirnov
2013-02-06yop: initialize palette to 0Anton Khirnov
2013-01-07Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4'Michael Niedermayer
2013-01-06yop: use a meaningful error code.Anton Khirnov
2012-12-24Merge commit 'c6303f8d70c25dd6c6e6486c78bf99c9924e2b6b'Michael Niedermayer
2012-12-24yop: simplify/sanitize the decoding loopAnton Khirnov
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-30Partly revert f174fba: yop decoder does not support direct rendering.Carl Eugen Hoyos
2012-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-19lavc/yop: remove redudant YOP in av_log() messagesPaul 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-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-01yopdec: check frame oddness to be within supported limitsMichael Niedermayer
2012-06-01yopdec: check that palette fits in the packetMichael Niedermayer
2012-05-28yop: check for missing extradataMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-11-12Increase Psygnosis YOP palette dynamics.Carl Eugen Hoyos
2011-11-12Set Psygnosis YOP palette opaque.Carl Eugen Hoyos
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò