]> git.sesse.net Git - ffmpeg/history - libavcodec/pixdesc.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / pixdesc.c
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-04-27 Stefano SabatiniImplement av_get_bits_per_pixel().
2009-04-25 Stefano SabatiniAdd pixdescs definitions for planar YUV pixfmts with...
2009-04-25 Stefano SabatiniAdd missing pixel format descriptor definitions.
2009-03-31 Stefano SabatiniCosmetics: reorder the pixel format descriptors to...
2009-03-31 Stefano SabatiniChange the order of the components for RGB565LE and...
2009-03-31 Stefano SabatiniAdd comments specifying the name of the components...
2009-03-22 Stefano SabatiniExport to pixdesc.h the av_pix_fmt_descriptors array.
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-18 Stefano SabatiniImplement a name field for AVPixFmtDescriptor.
2009-03-15 Stefano SabatiniRename the (yet not defined) macros:
2009-02-25 Diego Biurrunspelling/wording/grammar cosmetics
2009-02-24 Michael NiedermayerPixel Format descriptor, try #1.