]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdsubdec.c
define FLAC metadata types in flac.h
[ffmpeg] / libavcodec / dvdsubdec.c
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerForgot to update (I likely missed it due to its similar...
2008-07-13 Måns Rullgårddvdsubdec: allow compilation with -DDEBUG
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-02-01 Michael Niedermayerconsts
2007-11-25 Aurelien Jacobsremove some empty close/init functions in avcodec
2007-07-24 Ian CaulfieldReindent two lines.
2007-07-24 Ian CaulfieldAdd HD-DVD subpicture decoding.
2007-07-24 Ian CaulfieldRename "palette" to "colormap" when it's referring...
2007-05-06 Diego BiurrunMove dvdsub parser to its own file.
2007-01-30 Panagiotis IssarisRemove the getbe16 functions and use the AV_RB16 macro...
2007-01-30 Ian CaulfieldFix a bug in the DVD subtitle decoder where subtitles...
2006-10-27 Diego BiurrunRename dvdsub.c to dvdsubdec.c.