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
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-12-19Merge commit '0b39ac6f54505a538c21fe49a626de94c518c903'Michael Niedermayer
2014-12-19gifdec: refactor interleave end handlingMichael Niedermayer
2014-10-03avcodec/gifdec: factorize interleave end handling outMichael Niedermayer
2014-08-18gifdec: use truncated width for image manipulationChristophe Gisquet
2013-12-17avcodec/gifdec: check that the correct number of bytes was decodedMichael Niedermayer
2013-11-22Merge commit '1f3e56b6dcc163a705704e98569d4850a31d651c'Michael Niedermayer
2013-11-22avcodec/gifdec: print error if image is not within dimensionsMichael Niedermayer
2013-11-22Merge commit 'c453723ad7d14abc5e82677eebaa6025fa598f08'Michael Niedermayer
2013-11-21gifdec: convert to bytestream2Anton Khirnov
2013-11-21gifdec: check that the image dimensions are non-zeroAnton Khirnov
2013-11-01Merge commit '3b086317277e3f3b61c0343930d8e2570b278bd6'Michael Niedermayer
2013-10-31gifdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-07gifdec: reset previous Graphic Control Extension disposal typeMichael Niedermayer
2013-03-25avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the codeMichael 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-03-02gifdec: use AVFrame accessor functionsMichael Niedermayer
2013-01-25lavc/gifdec: remove obsolete checkPaul B Mahol
2013-01-25lavc/gifdec: move idx_line allocation out of gif_read_header1()Paul B Mahol
2013-01-25lavc/gifdec: do not return nonzero *got_frame if frame is not passedPaul B Mahol
2013-01-25lavc/gifdec: simplify "!= 0" checksPaul B Mahol
2013-01-25lavc/gifdec: use memcpy()Paul B Mahol
2013-01-25gifdec: check that w,h is not zeroMichael Niedermayer
2013-01-25gifdec: gif_copy_img_rect: Fix end pointerMichael Niedermayer
2013-01-24gifdec: check that the last keyframe exists and has been successfully parsed.Michael Niedermayer
2013-01-14Merge commit '688b132b881d423877e38dc82f17e23a604be676'Michael Niedermayer
2013-01-14gifdec: return meaningful error codes.Anton Khirnov
2013-01-03gifdec: use log level that have more common sensePaul B Mahol
2012-12-30gifdec: use transparent instead of background color indexDon Moir
2012-12-27gifdec: fix transparent background colorDon Moir
2012-12-21Revert "Always write all colours for animated gif files, including transparen...Carl Eugen Hoyos
2012-12-21gifdec: remove dead storePaul B Mahol
2012-12-21Always write all colours for animated gif files, including transparent ones.Carl Eugen Hoyos
2012-12-20gifdec: fix invalid write in gif_copy_img_rectPaul B Mahol
2012-12-20gifdec: fix invalid write in giff_fill_rectPaul B Mahol
2012-12-08gifdec: port to bytestream2 APIPaul B Mahol
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-12-02gifdec: read pixel aspect ratioPaul B Mahol