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