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-12-29applehttpproto: Apply the same reload interval changes as for the demuxerAndrey Utkin
2011-12-29applehttp: Use half the target duration as interval if the playlist didn't up...Martin Storsjö
2011-12-29applehttp: Use the last segment duration as reload intervalAndrey Utkin
2011-12-28mpegts: adjustable minimum PES payloadJindřich Makovička
2011-12-28mpegts: properly output large audio packetsJindřich Makovička
2011-12-28avformat: Add SMJPEG demuxer.Paul B Mahol
2011-12-23build: fix standalone compilation of OMA muxerDiego Biurrun
2011-12-23build: fix standalone compilation of Microsoft XMV demuxerDiego Biurrun
2011-12-23build: fix standalone compilation of Core Audio Format demuxerDiego Biurrun
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-22asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles
2011-12-22idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur.Justin Ruggles
2011-12-22flvdec: Add param change side data if the sample rate or channels have changedMartin Storsjö
2011-12-22libavformat: Add a utility function for adding parameter change side dataMartin Storsjö
2011-12-22flvdec: Export new AAC/H.264 extradata as side data on the next packetMartin Storsjö
2011-12-21flacdec: skip all track indices at once instead of looping.Paul B Mahol
2011-12-21mxf: Add PictureEssenceCoding UL for V210.Tomas Härdin
2011-12-21mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin
2011-12-21mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson
2011-12-21mxf: H.264/MPEG-4 AVC Intra supportBaptiste Coudurier
2011-12-21network: properly declare WSADATA in windowsSergey Radionov
2011-12-21nut: support 10bit YUVLuca Barbato
2011-12-21oma: make header compile standaloneDiego Biurrun
2011-12-20mpegts: Suppress invalid timebase warnings on DMB streams.Alex Converse
2011-12-20mpegts: Fix typo in handling sections in the PMT.Alex Converse
2011-12-19mpegts: rename payload_index to payload_sizeLuca Barbato
2011-12-19segment: introduce segmented chain muxerLuca Barbato
2011-12-18lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov
2011-12-18lavf: add OpenMG audio muxer.Michael Karcher
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov
2011-12-18lavf: rename oma.c -> omadec.cAnton Khirnov
2011-12-16mpegts: replace some magic numbers with the existing defineVladimir Pantelic
2011-12-16movenc: Rudimentary IODs support.Alex Converse
2011-12-15flvenc: Support muxing 16 kHz nellymoserMartin Storsjö
2011-12-15westwood: Make sure audio header info is present when parsing audio packetsShitiz Garg
2011-12-14applehttp: Properly clean up if unable to probe a segmentMartin Storsjö
2011-12-14applehttp: Avoid reading uninitialized memoryMartin Storsjö
2011-12-14v410 encoder and decoderDerek Buitenhuis
2011-12-13lavf: dealloc private options in av_write_trailerLuca Barbato
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12lavf: add avformat_close_input().Anton Khirnov
2011-12-12lavf: deprecate av_close_input_stream().Anton Khirnov
2011-12-12lavf doxy: add some basic demuxing documentation.Anton Khirnov
2011-12-12lavf doxy: add some general lavf information.Anton Khirnov
2011-12-12lavf doxy: add misc utility functions to a group.Anton Khirnov
2011-12-12lavf doxy: add av_guess_codec/format to the encoding group.Anton Khirnov
2011-12-12lavf doxy: add core functions to a doxy group.Anton Khirnov
2011-12-11lavu: replace int/float punning functionsMans Rullgard