summaryrefslogtreecommitdiff
path: root/libavcodec/rawdec.c
Commit message (Expand)AuthorAge
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-21
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | Support fourcc YV24.ami_stuff2011-07-06
* | Fix internal buffer size for 2bpp and 4bpp raw video.Carl Eugen Hoyos2011-07-01
* | Fix linesize for some rawvideo samples with odd width.Carl Eugen Hoyos2011-06-30
* | Support fourcc YV16 (ticket 307).ami_stuff2011-06-27
* | rawdec: fail in case of unknow pixel formatStefano Sabatini2011-05-30
* | Fix 32bit rawvideo in avi on big-endian.Carl Eugen Hoyos2011-05-26
* | rawdec: fix decoding of QT WRAW filesami_stuff2011-05-25
* | rawdec: Allow overriding top field first.Michael Niedermayer2011-05-16
* | Support decoding of 1bpp rawvideo in avi (ticket 205).ami_stuff2011-05-16
* | Support decoding of 2bpp rawvideo in avi (ticket 206).ami_stuff2011-05-16
* | rawdec: propagate pict_type information to the output frameStefano Sabatini2011-05-15
* | Support more QT 1bpp rawvideo files.ami_stuff2011-05-13
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini2011-01-28
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Make find_pix_fmt() non staticMichael Niedermayer2011-04-03
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Move internal function ff_set_systematic_pal() to libavcore, andStefano Sabatini2010-11-09
* rawdec: Properly pass reordered_opaque through the decoderAlexander Strange2010-09-29
* rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger2010-09-25
* rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger2010-09-23
* avcodec.h: Clarify AVCodecContext::pix_fmt documentation since its value may ...Tomas Härdin2010-06-10
* fix rgb444 support in avi.Michael Niedermayer2010-06-06
* Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV toStefano Sabatini2010-05-21
* Rename findPixelFormat() to find_pix_fmt().Stefano Sabatini2010-05-21
* Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.Stefano Sabatini2010-05-20
* avi bgr24 padding fix.Michael Niedermayer2010-04-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix r21223: AVup samples (issue 1685) need a buf offset like AV1x (issue 1684).Carl Eugen Hoyos2010-02-02
* Correctly decode some Avid AV1x samples, fixes issue 1684.Carl Eugen Hoyos2010-01-16
* Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.cCarl Eugen Hoyos2010-01-15
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-12
* Cosmetics: Fix indentation and comment after r21027.Carl Eugen Hoyos2010-01-05
* Support decoding raw 2bpp in mov, fixes issue 1528.Carl Eugen Hoyos2010-01-05
* Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.Carl Eugen Hoyos2010-01-05
* Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos2009-12-31
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-30