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-05-27rawdec: factor video demuxer definitions into a macro.Anton Khirnov
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-27lavf: deprecate AVFormatParameters.width/height.Anton Khirnov
2011-05-27tty: add video_size private option.Anton Khirnov
2011-05-27rawdec: add video_size private option.Anton Khirnov
2011-05-27id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse
2011-05-27id3v2: Initialize tflags for version 2.2.Alex Converse
2011-05-26lavf: initialize demuxer private options.Anton Khirnov
2011-05-26Mark parameterless function declarations as 'void'.Diego Biurrun
2011-05-25avformat: Add fpsprobesize as an AVOption.Alex Converse
2011-05-25rtmp: ReindentMartin Storsjö
2011-05-25rtmp: Don't try to do av_malloc(0)Martin Storsjö
2011-05-25tty: replace AVFormatParameters.sample_rate abuse with a private option.Anton Khirnov
2011-05-25Fix end time of last chapter in compute_chapters_endJohn Stebbins
2011-05-25lavf: deprecate AVFormatParameters.channel.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.standard.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov
2011-05-25rawdec: add sample_rate/channels private options.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov
2011-05-25mpegts: add compute_pcr option.Anton Khirnov
2011-05-25lavf: add priv_class field to AVInputFormat.Anton Khirnov
2011-05-24rtsp: use strtoul to parse rtptime and seq values.Ilya
2011-05-24ape: Allow demuxing of files with metadata tags.Carl Eugen Hoyos
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-21avio: document buffer must created with av_malloc() and friendsCan Wu
2011-05-21avio: check AVIOContext malloc failureCan Wu
2011-05-20mpegtsenc: Add an AVClass pointer to the private dataMartin Storsjö
2011-05-19Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun
2011-05-19asfdec: add missing #include for av_bswap32()Mans Rullgard
2011-05-18lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov
2011-05-18lavf: use designated initializers for AVClasses.Anton Khirnov
2011-05-18flvdec: clenup debug codeAlex Converse
2011-05-18asfdec: fix possible overread on broken files.Uoti Urpala
2011-05-18asfdec: do not fall back to binary/generic searchVladimir Pantelic
2011-05-18asfdec: reindent after previous commit c7bd5edVladimir Pantelic
2011-05-17asfdec: fallback to binary search internallyVladimir Pantelic
2011-05-13movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier
2011-05-13rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö
2011-05-12matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs
2011-05-12matroskadec: check that pointers were initialized before accessing themAurelien Jacobs
2011-05-12lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini
2011-05-12lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint
2011-05-12lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura
2011-05-12Cosmetics: fix prototypes in oggdecClément Bœsch
2011-05-12oggdec: fix memleak with continuous streams.Clément Bœsch
2011-05-12matroskaenc: add missing new line in av_log() callAurelien Jacobs
2011-05-12movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier
2011-05-12movenc: fix adpcm mono muxing.Alex Converse
2011-05-12mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier