]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avc.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / avc.c
2009-03-26 ramiroUse intptr_t when casting pointers to int.
2009-01-16 bcouduriersupport h264 extradata with 0x000001 startcode
2009-01-16 bcoudurierexport ff_avc_parse_nal_units_buf
2009-01-16 bcoudurierreturn size written in ff_avc_parse_nal_units
2009-01-15 lucabeDo not reallocate AVPacket's data when muxing a packet
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-02-19 reimarFix misplaced const, avoids a cast-discards-qualifiers...
2008-02-19 michaelconst
2008-01-15 lucabeMake avc_find_startcode non-static, so that it can...
2008-01-11 aureladd a ff_ prefix to newly exported functions from avc.c
2008-01-11 aurelMove isom_write_avcc() and related functions into a...