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
2022-02-24avutil/log: Don't include avutil.hAndreas Rheinhardt
2022-01-19avformat/avc: Add functions to split access unit into list of NALUsAndreas Rheinhardt
2020-06-26avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleakAndreas Rheinhardt
2019-11-28avformat/avc: write the missing bits in the AVC Decoder Configuration BoxJames Almer
2019-05-20avformat/mxfenc: support XAVC long gopBaptiste Coudurier
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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2009-01-1610l, fix prototypeBaptiste 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
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-30Add missing FFMPEG_ prefix to multiple inclusion guard.Diego Biurrun
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