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-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
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-11sdp: Restore the original mp4 format h264 extradata if convertedMartin Storsjö
2011-12-11rtpenc: Add support for mp4 format h264Luca Abeni
2011-12-11rtpenc: Simplify code by introducing a separate end pointerMartin Storsjö
2011-12-11movenc: Use the actual converted sample for RTP hintingMartin Storsjö
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11rawdec: don't set codec timebase.Anton Khirnov
2011-12-11lavf doxy: add muxing stuff to lavf_encoding groupAnton Khirnov
2011-12-11lavf doxy: add demuxing stuff to lavf_decoding groupAnton Khirnov
2011-12-11lavf doxy: expand/reword metadata API doxy.Anton Khirnov
2011-12-11lavf doxy: add installed headers to groups.Anton Khirnov
2011-12-11lavf doxy: add avio groups into the lavf_io group.Anton Khirnov
2011-12-11lavf doxy: rename lavf I/O group to lavf_io.Anton Khirnov
2011-12-11lavf doxy: add metadata docs to the main lavf groupAnton Khirnov
2011-12-10flacdec: Support for tracks in cuesheet metadata blockPaul B Mahol
2011-12-10flac muxer: fix writing of file header and STREAMINFO header from extradataJustin Ruggles
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-12-10isom: sort and pretty-print codec_movaudio_tags[]Justin Ruggles
2011-12-10isom: remove pointless comments in codec_movaudio_tags[]Justin Ruggles
2011-12-10isom: remove commented-out tag for vorbisJustin Ruggles
2011-12-10movenc: write 'chan' tag for AC-3 in MOVJustin Ruggles