| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0' | James Almer | 2017-11-11 | 1 | -2/+3 |
|\ |
|
* | | lavc/raw: remove obsolete ff_raw_pix_fmt_tags cruft | James Almer | 2014-08-11 | 1 | -4/+0 |
* | | avcodec/raw: add avpriv_get_raw_pix_fmt_tags() | James Almer | 2014-08-07 | 1 | -0/+6 |
* | | libavcodec/rawdec: remove old ff_find_pix_fmt() function | James Almer | 2014-08-07 | 1 | -3/+1 |
* | | Warn if rawvideo and an unreadable pix_fmt are written. | Carl Eugen Hoyos | 2014-04-11 | 1 | -0/+3 |
* | | lavc: ff_find_pix_fmt ->avpriv | Michael Niedermayer | 2013-01-12 | 1 | -0/+3 |
* | | Mark data symbols shared between libraries with av_export | Hendrik Leppkes | 2012-10-20 | 1 | -1/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Make find_pix_fmt() non static | Michael Niedermayer | 2011-04-03 | 1 | -0/+1 |
|/ |
|
* | Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. | Stefano Sabatini | 2010-05-20 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | split rawvideo encoder and decoder in their own files | Aurelien Jacobs | 2007-07-09 | 1 | -0/+39 |