summaryrefslogtreecommitdiff
path: root/libavcodec/rawdec.c
Commit message (Expand)AuthorAge
* rawdec: Check w/h.Michael Niedermayer2012-03-23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\
| * raw: move buffer size check up.Ronald S. Bultje2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* | rawdec: fix input overread.Michael Niedermayer2012-03-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-09
|\|
| * pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
| * rawdec: propagate pict_type information to the output frameStefano Sabatini2012-01-01
| * rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski2012-01-01
* | Fix linesize for rawvideo in mov.Carl Eugen Hoyos2012-01-12
* | Allow decoding of uyvy422 CYUV with -vcodec rawvideo.Carl Eugen Hoyos2012-01-06
* | 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