]> git.sesse.net Git - ffmpeg/history - libavcodec/dvbsub_parser.c
ppc: Centralize compiler-specific altivec.h #include handling in one place
[ffmpeg] / libavcodec / dvbsub_parser.c
2016-06-08 Diego Biurrundvbsub_parser: Add missing mem.h #include
2016-06-07 Diego BiurrunRemove unnecessary get_bits.h #includes
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-06-02 Michael NiedermayerSimplify parser core.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-06 Diego BiurrunRename dvbsubdec_parser.c to dvbsub_parser.c.