]> git.sesse.net Git - ffmpeg/history - libavformat/avc.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / avc.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2014-09-24 Martin Storsjölibavformat: Move avc mp4 startcode parsing to a shared...
2012-03-24 Martin Storsjöavc: Add a function for converting mp4 style extradata...
2011-11-10 John Brooksavc: fix memory errors when encoding invalid h264 codecdata
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
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...