Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-10avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-02-28Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos
2010-02-22Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer
2009-07-30cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-01-16support h264 extradata with 0x000001 startcodeBaptiste Coudurier
2009-01-16export ff_avc_parse_nal_units_bufBaptiste Coudurier
2009-01-16return size written in ff_avc_parse_nal_unitsBaptiste Coudurier
2009-01-15Do not reallocate AVPacket's data when muxing a packetLuca Abeni
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-02-19Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger
2008-02-19constMichael Niedermayer
2008-01-15Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni
2008-01-12add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs
2008-01-11Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs