summaryrefslogtreecommitdiff
path: root/libavformat/avc.c
Commit message (Expand)AuthorAge
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-16
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-16
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-16
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-19
* constMichael Niedermayer2008-02-19
* Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2008-01-15
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-11
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11