summaryrefslogtreecommitdiffstats
path: root/libavcodec/rawdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian.Carl Eugen Hoyos2009-12-311-1/+1
* Support raw black&white in mov, fixes issue 1654.Carl Eugen Hoyos2009-12-301-0/+1
* Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630.Carl Eugen Hoyos2009-12-291-1/+1
* Simplify: use FFSWAPReimar Döffinger2009-10-131-6/+1
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-121-1/+2
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-261-1/+2
* update comment for rgb 16 bit in .movBaptiste Coudurier2009-05-101-2/+2
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-021-0/+12
* indentMichael Niedermayer2009-02-211-3/+3
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-211-2/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix some icc warnings by using enum PixelFormat instead of int where appropri...Carl Eugen Hoyos2008-10-131-3/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-5/+5
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* 1000l parenthesisBaptiste Coudurier2008-02-281-1/+1
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-281-2/+4
* constMichael Niedermayer2008-02-011-1/+1
* support raw 4bpp aviMichael Niedermayer2007-07-291-0/+12
* split rawvideo encoder and decoder in their own filesAurelien Jacobs2007-07-091-0/+151
OpenPOWER on IntegriCloud