| Commit message (Expand) | Author | Age | Files | Lines |
* | Use correct Doxygen syntax | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | Add missing deprecation attributes | Diego Biurrun | 2013-07-27 | 1 | -1/+3 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -9/+42 |
* | Clarify output of av_get_bits_per_pixel | Kieran Kunhya | 2013-05-15 | 1 | -1/+2 |
* | pixdesc: add function to return pixel format with swapped endiannes | Janne Grunau | 2013-05-06 | 1 | -0/+11 |
* | pixdesc: add a function for counting planes in a pixel format. | Anton Khirnov | 2013-03-19 | 1 | -0/+6 |
* | pixdesc: add PIX_FMT_ALPHA flag | Luca Barbato | 2012-11-20 | 1 | -0/+3 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -0/+14 |
* | pixdesc: add functions for accessing pixel format descriptors. | Anton Khirnov | 2012-10-12 | 1 | -0/+23 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -0/+6 |
* | Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. | Ronald S. Bultje | 2011-11-24 | 1 | -0/+2 |
* | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -0/+9 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 1 | -0/+12 |
* | Reindent after r24101. | Stefano Sabatini | 2010-07-08 | 1 | -2/+2 |
* | Rename read/write_line() to av_read/write_image_line(). | Stefano Sabatini | 2010-07-07 | 1 | -2/+2 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -2/+2 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -4/+4 |
* | Move read_line() and write_line() definition from pixdesc.h to | Stefano Sabatini | 2010-02-16 | 1 | -78/+4 |
* | Fix grammar: write to DST THING -> write THING to DST. | Stefano Sabatini | 2010-01-31 | 1 | -4/+4 |
* | Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). | Stefano Sabatini | 2010-01-30 | 1 | -0/+13 |
* | Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. | Stefano Sabatini | 2009-11-23 | 1 | -1/+1 |
* | Clarify relations between log2_chroma_w, log2_chroma_h and comp. | Stefano Sabatini | 2009-11-18 | 1 | -1/+9 |
* | Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name | Stefano Sabatini | 2009-11-18 | 1 | -1/+1 |
* | Move pixdesc.{h,c} from libavcodec to libavutil. | Stefano Sabatini | 2009-10-27 | 1 | -0/+207 |