| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. | Jai Menon | 2009-04-02 | 1 | -0/+12 |
* | indent | Michael Niedermayer | 2009-02-21 | 1 | -3/+3 |
* | Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org... | Michael Niedermayer | 2009-02-21 | 1 | -2/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Fix some icc warnings by using enum PixelFormat instead of int where appropri... | Carl Eugen Hoyos | 2008-10-13 | 1 | -3/+3 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -5/+5 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | 1000l parenthesis | Baptiste Coudurier | 2008-02-28 | 1 | -1/+1 |
* | code is ok for 4bpp in mov too, fix 16grey.mov | Baptiste Coudurier | 2008-02-28 | 1 | -2/+4 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | support raw 4bpp avi | Michael Niedermayer | 2007-07-29 | 1 | -0/+12 |
* | split rawvideo encoder and decoder in their own files | Aurelien Jacobs | 2007-07-09 | 1 | -0/+151 |