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-26cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25rmdec: fix "warning: format %d expects argument of type int, but argument 7 h...Michael Niedermayer
2012-02-25mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this func...Michael Niedermayer
2012-02-25flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not...Michael Niedermayer
2012-02-24lavf: move the packet keyframe setting code.Anton Khirnov
2012-02-24oggenc: free comment header for all codecsJustin Ruggles
2012-02-24lavf/output-example: use new audio encoding API correctly.Anton Khirnov
2012-02-24lavf/output-example: more proper usage of the new API.Anton Khirnov
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-24apetag: do not leak memory if avio_read() failsPaul B Mahol
2012-02-24apetag: propagate errors.Ronald S. Bultje
2012-02-24udp: Fix sign of error codes.Michael Niedermayer
2012-02-24swf: check return values for av_get/new_packet().Ronald S. Bultje
2012-02-23rtpenc: Expose the max packet size via an avoptionMartin Storsjö
2012-02-23rtpenc: Move max_packet_size to a context variableMartin Storsjö
2012-02-23rtpenc: Add an option for not sending RTCP packetsMartin Storsjö
2012-02-23sbgdec: read_seek was undeprecated.Nicolas George
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-23riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp...Compn
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22lavf: Reimplement new seek API emulationMichael Niedermayer
2012-02-22avidec: Reduce log level for out of index error message.Michael Niedermayer
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-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21avcodec: add duration field to AVCodecParserContextJustin Ruggles
2012-02-20matroskadec: remove H.264 special-case that disabled header parsing.Reimar Döffinger
2012-02-20hls: Reset the AVIOContext when seekingMartin Storsjö
2012-02-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer