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
2011-01-24applehttp: Fix the key check in handle_variant_argsMartin Storsjö
2011-01-24reindent after last commitKostya
2011-01-24Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-22mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov
2011-01-22id3v2: split tables for various ID3v2 versionsAnton Khirnov
2011-01-22mp3enc: handle errors in id3v2_put_ttagAnton Khirnov
2011-01-22Move ID3v1 skip from decoder to demuxerClément Bœsch
2011-01-22mp3enc: add support for writing UTF-16 tagsAnton Khirnov
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2011-01-21avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
2011-01-21lavf: move the version macros to a new headerAnton Khirnov
2011-01-21id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov
2011-01-21Split mp3 demuxer and muxer into separate files.Anton Khirnov
2011-01-20mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau
2011-01-20Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski
2011-01-20id3v2: don't overwrite existing tagsAnton Khirnov
2011-01-20id3v2: convert metadata after all the tags were readAnton Khirnov
2011-01-20id3v2: make ff_id3v2_parse staticAnton Khirnov
2011-01-20Add service_provider and service_name metadataGeorgi Chorbadzhiyski
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-18Revise check for codec id in voc demuxer.Justin Ruggles
2011-01-18Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles
2011-01-18Missing parts of IVF muxer support.Reimar Döffinger
2011-01-17Add muxer for IVF format.Reimar Döffinger
2011-01-17prevent integer overflow in calculating durationJohn Wimer
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-16Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer
2011-01-15Parse fact chunks from wav files to find duration.Michael Niedermayer
2011-01-15Factor tag reading code out of wav read_header()Michael Niedermayer
2011-01-15Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer
2011-01-15In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier
2011-01-14Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,Ronald S. Bultje
2011-01-14Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje
2011-01-14wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...Peter Ross
2011-01-13Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö
2011-01-12Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini
2011-01-12aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)Martin Storsjö
2011-01-12In mov demuxer, handle better wrong time scale, fix issue #2528Baptiste Coudurier
2011-01-11In mov demuxer, set r_frame_rate for cfr filesBaptiste Coudurier
2011-01-11Do not crash for illegal sample size, fixes issue 2502.Daniel Kang
2011-01-11Clarify timestamps related error messages in compute_pkt_fields2().Stefano Sabatini
2011-01-11electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-11revert r26302Peter Ross
2011-01-10electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross
2011-01-10electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross
2011-01-10perform sanity check on sample rate in electronicarts demuxerDaniel Kang
2011-01-10perform sanity check on number of channels in electronicarts demuxerDaniel Kang
2011-01-09rtsp: Properly fail if unable to open an input RTP portMartin Storsjö
2011-01-09fix indentationPeter Ross
2011-01-09wtv: only process timestamp_guid chunks for streams that we know aboutPeter Ross