aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/rawdec.c
Commit message (Expand)AuthorAgeFilesLines
* libavcodec: when decoding, copy replaygain side data to decoded framesAnton Khirnov2014-03-241-2/+4
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-041-1/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-3/+3
* rawdec: fix a typo -- || instead of |Nicolas George2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-31/+64
* rawdec: use AVPALETTE_SIZE instead of magic constants.Anton Khirnov2013-01-291-2/+3
* rawdec: cosmetics, reformatAnton Khirnov2013-01-261-58/+68
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun2012-10-131-1/+1
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-26/+26
* avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-271-1/+0
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* rawdec: Support fourccs YV16 and YV24Piotr Bandurski2012-04-031-0/+2
* raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje2012-03-271-1/+4
* raw: move buffer size check up.Ronald S. Bultje2012-03-071-3/+3
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-2/+1
* rawdec: propagate pict_type information to the output frameStefano Sabatini2012-01-011-0/+1
* rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski2012-01-011-0/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-211-1/+3
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* make containers pass palette change in AVPacketKostya Shishkov2011-04-151-3/+7
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+1
* In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini2011-01-281-0/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-091-1/+2
* rawdec: Properly pass reordered_opaque through the decoderAlexander Strange2010-09-291-0/+1
* rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger2010-09-251-1/+6
* rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger2010-09-231-9/+11
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin2010-06-101-1/+1
* fix rgb444 support in avi.Michael Niedermayer2010-06-061-0/+1
* Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini2010-05-211-4/+4
* Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini2010-05-211-4/+4
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-201-1/+1
* avi bgr24 padding fix.Michael Niedermayer2010-04-301-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).Carl Eugen Hoyos2010-02-021-1/+2
* Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos2010-01-161-0/+3
* Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos2010-01-151-2/+0
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-121-0/+2
* Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos2010-01-051-5/+5
* Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos2010-01-051-1/+11
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-051-5/+6