OSDN Git Service

ffmetaenc: remove useless initializers
[coroid/libav_saccubus.git] / libavformat / avc.c
2010-02-28 Carl Eugen HoyosInclude avc.h from avc.c: It contains several prototypes.
2010-02-22 Michael NiedermayerAttempt to fix the completely random values returned...
2009-07-30 Baptiste Couduriercosmetics, remove spaces after '(' and before ')'
2009-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-01-16 Baptiste Couduriersupport h264 extradata with 0x000001 startcode
2009-01-16 Baptiste Coudurierexport ff_avc_parse_nal_units_buf
2009-01-16 Baptiste Coudurierreturn size written in ff_avc_parse_nal_units
2009-01-15 Luca AbeniDo not reallocate AVPacket's data when muxing a packet
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-02-19 Reimar DöffingerFix misplaced const, avoids a cast-discards-qualifiers...
2008-02-19 Michael Niedermayerconst
2008-01-15 Luca AbeniMake avc_find_startcode non-static, so that it can...
2008-01-11 Aurelien Jacobsadd a ff_ prefix to newly exported functions from avc.c
2008-01-11 Aurelien JacobsMove isom_write_avcc() and related functions into a...