summaryrefslogtreecommitdiff
path: root/libavformat/avc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-301-14/+14
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-261-1/+1
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-161-1/+2
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-161-1/+1
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-161-1/+4
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-151-7/+14
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-191-1/+1
* constMichael Niedermayer2008-02-191-11/+11
* Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2008-01-151-3/+3
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-111-3/+3
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-111-0/+135