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
2010-09-07Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles
2010-09-06Add a special function to mkv demxuer to parse length values that includesReimar Döffinger
2010-09-06move stream info arrays into a struct to ease future dynamic allocationAurelien Jacobs
2010-09-06matroskadec: allow uint and float elements with length = 0Aurelien Jacobs
2010-09-04Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje
2010-09-03Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.James Darnley
2010-09-03Reindent after r25032.Ronald S. Bultje
2010-09-03Send NAT punching messages to the address specified in the Transport:John Wimer
2010-09-03Set frame_size in the amr demuxerMartin Storsjö
2010-09-03rtsp: 10l, try to update the correct rtp streamMartin Storsjö
2010-09-02Optimize/simplify ebml_read_num.Reimar Döffinger
2010-09-02Cosmetics: Reindent after r25023.Carl Eugen Hoyos
2010-09-02Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).Andrew Wason
2010-09-02cosmetics: spaces between and after parenthesesBaptiste Coudurier
2010-09-01gxf muxer only accepts pal or ntsc resolutions currently, so fail if resoluti...Baptiste Coudurier
2010-08-31Solving memory leak and initialization problem with prev_pkt / pkt.Tobias Bindhammer
2010-08-31split raw.c into rawdec.c and rawenc.cAurelien Jacobs
2010-08-31move raw video demuxer to its own fileAurelien Jacobs
2010-08-31move pcm muxers to their own fileAurelien Jacobs
2010-08-31move pcm demuxers to their own fileAurelien Jacobs
2010-08-30add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler
2010-08-30simplify code by using the AV_NE() macroAurelien Jacobs
2010-08-30move null muxer to its own fileAurelien Jacobs
2010-08-30cleanup includes which are not used anymore in raw.cAurelien Jacobs
2010-08-30move ac3/eac3 demuxer to its own fileAurelien Jacobs
2010-08-30move dnxhd demuxer to its own fileAurelien Jacobs
2010-08-30move dirac demuxer to its own fileAurelien Jacobs
2010-08-30move h261 demuxer to its own fileAurelien Jacobs
2010-08-30move h263 demuxer to its own fileAurelien Jacobs
2010-08-30move h264 demuxer to its own fileAurelien Jacobs
2010-08-30cosmeticAurelien Jacobs
2010-08-30move m4v demuxer to its own fileAurelien Jacobs
2010-08-30move cavsvideo demuxer to its own fileAurelien Jacobs
2010-08-30move mpegvideo demuxer to its own fileAurelien Jacobs
2010-08-29move ingenient demuxer to its own fileAurelien Jacobs
2010-08-29move DTS demuxer to its own fileAurelien Jacobs
2010-08-29simplify code by using the AV_NE() macroAurelien Jacobs
2010-08-2910l: aacdec and idroqenc still depend on raw.oAurelien Jacobs
2010-08-29rename idroq.c to idroqdec.cAurelien Jacobs
2010-08-29move id roq muxer to its own fileAurelien Jacobs
2010-08-29move ADTS AAC demuxer to its own fileAurelien Jacobs
2010-08-29rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann
2010-08-29ReindentJosh Allmann
2010-08-29rtpdec: Read RTCP compound packetsJosh Allmann
2010-08-29rtsp: Check the RTCP file handle for new packets, tooJosh Allmann
2010-08-29Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje
2010-08-29stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng
2010-08-26Cosmetic changes.Tobias Bindhammer
2010-08-26Insert info from extradata into headerTobias Bindhammer
2010-08-26Added option to write frames interleaved (yet disabled)Tobias Bindhammer