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-30Correct tag is m2v1Baptiste Coudurier
2010-09-30Document url_filesize().Stefano Sabatini
2010-09-30Make register_protocol() use the function av_register_protocol2()Stefano Sabatini
2010-09-30Remove duplicate entriesBaptiste Coudurier
2010-09-30Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osxBaptiste Coudurier
2010-09-29Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje
2010-09-28In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier
2010-09-28Fix index_entries pos:Michael Chinen
2010-09-27rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfromMartin Storsjö
2010-09-27mpegtsenc: IndentTomas Härdin
2010-09-27mpegtsenc: Write subtitle extradata if setTomas Härdin
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-09-24Add an AVOption max_delay for AVFormatContext->max_delayMartin Storsjö
2010-09-23Fix indentation after r25158.Carl Eugen Hoyos
2010-09-23Fix aspect ratio for files that have it stored inRichard Buteau
2010-09-22cosmetics: Place concat protocol entry in alphabetical order.Diego Biurrun
2010-09-22tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö
2010-09-20Check for the IPPROTO_IPV6 define before using itMartin Storsjö
2010-09-15rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö
2010-09-15Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö
2010-09-15Clarify what av_read_frame() returns.Michael Niedermayer
2010-09-14Add R10k decoder.Zhou Zongyi
2010-09-11Read all id3v2 tags at the beginning of mp3 files.David Byron
2010-09-11FLV MetadataTomás Touceda
2010-09-10nutenc: fix unstable floating-point calculationsMåns Rullgård
2010-09-10adts demuxer: Set the time base to be the LCM of all ADTS sample rates.Alex Converse
2010-09-09Add a muxer and demuxer for raw G.722Martin Storsjö
2010-09-09In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier
2010-09-09Check dref size based on a patch by googleBaptiste Coudurier
2010-09-09In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ...Baptiste Coudurier
2010-09-08Fix formatting for negative start times (issue 2139).Christian d'Heureuse
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