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
2012-02-23rtpenc: Add an error messageMartin Storsjö
2012-02-23rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö
2012-02-23rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2012-02-23img2: split muxer and demuxer into separate filesPaul B Mahol
2012-02-23rm: prevent infinite loops for index parsing.Ronald S. Bultje
2012-02-22mov: Add more HDV and XDCAM FourCCs.Alex Converse
2012-02-22lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov
2012-02-22rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.Ronald S. Bultje
2012-02-22cdxl: correctly synchronize video timestamps to audioPaul B Mahol
2012-02-22movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö
2012-02-22flvdec: Ignore the index if the ignidx flag is setMartin Storsjö
2012-02-22flvdec: Fix indentationMartin Storsjö
2012-02-22movdec: Don't parse all fragments if ignidx is setMartin Storsjö
2012-02-22movdec: Restart parsing root-level atoms at the right spotMartin Storsjö
2012-02-22mov: Add support for MPEG2 HDV 720p24 (hdv4)Alex Converse
2012-02-21img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.Diego Biurrun
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-21gif: K&R formatting cosmeticsAneesh Dogra
2012-02-21movdec: Adjust keyframe flagging in fragmented filesMartin Storsjö
2012-02-21avcodec: add duration field to AVCodecParserContextJustin Ruggles
2012-02-20hls: Reset the AVIOContext when seekingMartin Storsjö
2012-02-20applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris
2012-02-19doxy: remove reference to removed apiLuca Barbato
2012-02-19examples: unbreak compilationLuca Barbato
2012-02-18mov: Use defines for sample flags in fragmentsMartin Storsjö
2012-02-18mov: Use defines for trun flagsMartin Storsjö
2012-02-18mov: Use defines for tfhd flagsMartin Storsjö
2012-02-18asf: prevent packet_size_left from going negative if hdrlen > pktlen.Ronald S. Bultje
2012-02-18rtpdec: Identify incorrectly signalled H263Martin Storsjö
2012-02-18aiff: don't skip block_align==0 check on COMM-after-SSND files.Ronald S. Bultje
2012-02-18movenc: Write the unknown duration as 64 bit fields in ismvMartin Storsjö
2012-02-18movenc: Write track durations with all bits set if duration is unknownMartin Storsjö
2012-02-17avcodec: add a Sun Rasterfile encoderAneesh Dogra
2012-02-17cdxl: fix audio for some samplesPaul B Mahol
2012-02-17apetag: add proper support for binary tagsPaul B Mahol
2012-02-16movenc: Don't set a default sample duration when creating ismvMartin Storsjö
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2012-02-16bethsoftvid: synchronize video timestamps with audio sample rateJustin Ruggles
2012-02-16bethsoftvid: add audio stream only after getting the first audio packetJustin Ruggles
2012-02-16bethsoftvid: Set video packet duration instead of accumulating pts.Justin Ruggles
2012-02-16bethsoftvid: set packet key frame flag for audio and I-frame video packets.Justin Ruggles
2012-02-16bethsoftvid: fix read_packet() return codes.Justin Ruggles
2012-02-16bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles
2012-02-16sdp: Ignore RTCP packets when autodetecting RTP streamsMartin Storsjö
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-02-16rtsp: Make rtsp_demuxer_class staticMartin Storsjö
2012-02-15CDXL demuxer and decoderPaul B Mahol
2012-02-15hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse
2012-02-14hlsproto: Rename the functions and contextMartin Storsjö