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
2020-07-01avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleakAndreas Rheinhardt
2019-05-20avformat/mxfenc: support XAVC long gopBaptiste Coudurier
2017-11-30avformat/avc: support writting more than one sps/pps in ff_isom_write_avccJames Almer
2017-11-30avformat/avc: free buffer in ff_isom_write_avcc on failureJames Almer
2017-11-30avformat/avc: reindent after the last commitJames Almer
2017-11-30avformat/avc: refactor ff_isom_write_avccJames Almer
2017-11-30avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is t...James Almer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-02-05lavf/avc: add buffer padding to extradata allocationLukasz Marek
2014-09-25Merge commit 'a2efbecc4ed12d287cf29856418c4da4a7648d95'Michael Niedermayer
2014-09-25libavformat: Move avc mp4 startcode parsing to a shared fileMartin Storsjö
2012-03-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
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-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton 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