aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtpenc: Add an error messageMartin Storsjö2012-02-231-2/+4
* rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö2012-02-237-4/+126
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-234-4/+4
* mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles2012-02-221-0/+5
* img2: split muxer and demuxer into separate filesPaul B Mahol2012-02-224-428/+477
* rm: prevent infinite loops for index parsing.Ronald S. Bultje2012-02-221-3/+17
* mov: Add more HDV and XDCAM FourCCs.Alex Converse2012-02-221-0/+4
* lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov2012-02-221-4/+0
* rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.Ronald S. Bultje2012-02-221-0/+1
* cdxl: correctly synchronize video timestamps to audioPaul B Mahol2012-02-221-4/+10
* movenc: Buffer the mdat for the initial moov fragment, tooMartin Storsjö2012-02-222-24/+51
* flvdec: Ignore the index if the ignidx flag is setMartin Storsjö2012-02-221-0/+3
* flvdec: Fix indentationMartin Storsjö2012-02-221-2/+3
* movdec: Don't parse all fragments if ignidx is setMartin Storsjö2012-02-221-2/+3
* movdec: Restart parsing root-level atoms at the right spotMartin Storsjö2012-02-222-3/+10
* mov: Add support for MPEG2 HDV 720p24 (hdv4)Alex Converse2012-02-211-0/+1
* img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.Diego Biurrun2012-02-211-8/+8
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* gif: K&R formatting cosmeticsAneesh Dogra2012-02-211-70/+79
* movdec: Adjust keyframe flagging in fragmented filesMartin Storsjö2012-02-211-4/+9
* avcodec: add duration field to AVCodecParserContextJustin Ruggles2012-02-201-0/+14
* hls: Reset the AVIOContext when seekingMartin Storsjö2012-02-201-0/+4
* applehttp: Do seeking within segments, tooPanagiotis H.M. Issaris2012-02-191-8/+47
* doxy: remove reference to removed apiLuca Barbato2012-02-191-4/+3
* examples: unbreak compilationLuca Barbato2012-02-191-12/+5
* mov: Use defines for sample flags in fragmentsMartin Storsjö2012-02-183-3/+15
* mov: Use defines for trun flagsMartin Storsjö2012-02-183-19/+27
* mov: Use defines for tfhd flagsMartin Storsjö2012-02-183-17/+26
* asf: prevent packet_size_left from going negative if hdrlen > pktlen.Ronald S. Bultje2012-02-181-0/+7
* rtpdec: Identify incorrectly signalled H263Martin Storsjö2012-02-183-10/+32
* aiff: don't skip block_align==0 check on COMM-after-SSND files.Ronald S. Bultje2012-02-171-2/+2
* movenc: Write the unknown duration as 64 bit fields in ismvMartin Storsjö2012-02-181-0/+6
* movenc: Write track durations with all bits set if duration is unknownMartin Storsjö2012-02-181-2/+8
* avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-171-1/+2
* cdxl: fix audio for some samplesPaul B Mahol2012-02-171-7/+11
* apetag: add proper support for binary tagsPaul B Mahol2012-02-171-8/+27
* movenc: Don't set a default sample duration when creating ismvMartin Storsjö2012-02-161-3/+4
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-166-5/+7
* bethsoftvid: synchronize video timestamps with audio sample rateJustin Ruggles2012-02-161-18/+29
* bethsoftvid: add audio stream only after getting the first audio packetJustin Ruggles2012-02-161-15/+27
* bethsoftvid: Set video packet duration instead of accumulating pts.Justin Ruggles2012-02-161-7/+5
* bethsoftvid: set packet key frame flag for audio and I-frame video packets.Justin Ruggles2012-02-161-0/+3
* bethsoftvid: fix read_packet() return codes.Justin Ruggles2012-02-161-9/+22
* bethsoftvid: pass palette in side data instead of in a separate packet.Justin Ruggles2012-02-161-6/+29
* sdp: Ignore RTCP packets when autodetecting RTP streamsMartin Storsjö2012-02-161-0/+3
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-1528-42/+42
* rtsp: Make rtsp_demuxer_class staticMartin Storsjö2012-02-151-1/+1
* CDXL demuxer and decoderPaul B Mahol2012-02-144-1/+173
* hls: Re-add legacy applehttp name to preserve interface compatibility.Alex Converse2012-02-141-1/+1
* hlsproto: Rename the functions and contextMartin Storsjö2012-02-141-20/+20