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-29lavf: move CodecMime from matroska.h to internal.hAnton Khirnov
2012-02-29swfdec: do not set codec timebase.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov
2012-02-29mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov
2012-02-29asf: don't seek back on EOF.Ronald S. Bultje
2012-02-29asf: error out on ridiculously large minpktsize values.Ronald S. Bultje
2012-02-28oma: don't read beyond end of leaf_table.Ronald S. Bultje
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-28segment: implement wrap aroundLuca Barbato
2012-02-28avf: reorder AVStream and AVFormatContextLuca Barbato
2012-02-27flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer
2012-02-27flvdec: Validate index entries added from metadata while readingMartin Storsjö
2012-02-27rtsp: Handle requests from server to clientTommy Winther
2012-02-27movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles
2012-02-27movenc: use the first cluster duration as the tfhd default durationJustin Ruggles
2012-02-27movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles
2012-02-26lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov
2012-02-26lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov
2012-02-26rawdec: set timebase to 1/fps.Anton Khirnov
2012-02-25matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje
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-24apetag: do not leak memory if avio_read() failsPaul B Mahol
2012-02-24apetag: propagate errors.Ronald S. Bultje
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-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ö