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
2013-11-04lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-03-13rawdec: fix a typo -- || instead of |Nicolas George
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-29rawdec: use AVPALETTE_SIZE instead of magic constants.Anton Khirnov
2013-01-26rawdec: cosmetics, reformatAnton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-13avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-27avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-03rawdec: Support fourccs YV16 and YV24Piotr Bandurski
2012-03-27raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje
2012-03-07raw: move buffer size check up.Ronald S. Bultje
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-01-02rawdec: propagate pict_type information to the output frameStefano Sabatini
2012-01-02rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-22rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-28In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-10Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini
2010-09-29rawdec: Properly pass reordered_opaque through the decoderAlexander Strange
2010-09-25rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger
2010-09-24rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger
2010-06-10avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin
2010-06-06fix rgb444 support in avi.Michael Niedermayer
2010-05-22Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini
2010-05-22Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini
2010-05-21Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini
2010-05-01avi bgr24 padding fix.Michael 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
2010-02-03Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).Carl Eugen Hoyos
2010-01-16Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos
2010-01-15Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos
2010-01-12Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos
2010-01-05Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos
2010-01-05Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos
2010-01-05Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos
2009-12-31Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos