summaryrefslogtreecommitdiff
path: root/libavformat/avc.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\
| * avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö2012-03-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-11
|\|
| * avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks2011-11-09
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
|/
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-28
* Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer2010-02-22
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-30
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-26
* 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