]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdec.c
flacdec: allow mid-stream channel layout change
[ffmpeg] / libavcodec / dvdec.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-06 Diego Biurrundvdec: drop const qualifier from variable to eliminate...
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-16 Diego Biurrundv: Merge dvquant.h into dvdata.c where all other DV...
2012-04-16 Diego Biurrundv: Move static tables only used in one place to where...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego Biurrundvdec: drop unnecessary dv_tablegen.h #include
2012-03-27 Diego Biurrundv: Split off DV video decoder into its own file.