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-07-16matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins
2011-07-12oggdec: prevent heap corruption.Chris Evans
2011-07-12oggdec: Abort Ogg header parsing when encountering a data packet.Reimar Döffinger
2011-07-12RTSP: Doxygen comment cleanupDiego Biurrun
2011-07-12doxygen: Escape '\' in Doxygen documentation.Diego Biurrun
2011-07-03libavformat: Add an example how to use the metadata APIReinhard Tartler
2011-07-03doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-07-03avformat: doxify the Metadata APIReinhard Tartler
2011-07-03lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE format.Anton Khirnov
2011-07-03lavf: use the correct pointer in av_open_input_stream().Anton Khirnov
2011-06-29ogg: fix double free when finding length of small chained oggs.Ronald S. Bultje
2011-06-29wavpack: skip blocks with no samplesKostya Shishkov
2011-06-23mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-23mov: Support R10g codec identifier.ami_stuff
2011-06-23riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad
2011-06-23riff: Add DAVC fourcc.ami_stuff
2011-06-23riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos
2011-06-23rawvideo: Support auv2 fourcc.ami_stuff
2011-06-20mov: Fix empty edit detection.Yusuke Nakamura
2011-06-19lavf: prevent crash in av_open_input_file() if ap == NULL.Ronald S. Bultje
2011-06-18lavf: add a forgotten NULL check in convert_format_parameters().Anton Khirnov
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-16lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
2011-06-16rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun
2011-06-16rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-14utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun
2011-06-13wav: remove an invalid free().Carl Eugen Hoyos
2011-06-13lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer
2011-06-13img2: add .dpx to the list of supported file extensions.Peter Ross
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-10adts: Adjust frame size mask to follow the specification.Kieran Kunhya
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
2011-06-10movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
2011-06-10rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-06-10rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö
2011-06-10rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö
2011-06-10sdp: Reindent after the previous commitMartin Storsjö
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
2011-06-10mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura
2011-06-10lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini
2011-06-10matroskadec: set timestamps for RealAudio packets.Reimar Döffinger
2011-06-09movdec: Add support for the 'wfex' atom.Alex Converse
2011-06-09riff: Fix potential memleak.Alex Converse
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira
2011-06-08lavf: don't try to free private options if priv_data is NULL.Anton Khirnov