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-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
2011-06-08options: Add missing braces around struct initializer.Diego Biurrun
2011-06-08mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-08Remove some non-compiling debug messages.Diego Biurrun
2011-06-07Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-06-07Replace some printf instances in debug code by av_log.Diego Biurrun
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-06-06flvenc: propagate error properlyLuca Barbato
2011-06-06lavf: deprecate AVFormatParameters.time_base.Anton Khirnov
2011-06-06img2: add framerate private option.Anton Khirnov
2011-06-06img2: add video_size private option.Anton Khirnov
2011-06-06img2: add pixel_format private option.Anton Khirnov
2011-06-06tty: add framerate private option.Anton Khirnov
2011-06-05lavf,lavc: free avoptions in a generic way.Anton Khirnov
2011-06-04tty: factorise returning error codes.Anton Khirnov
2011-06-04rawdec: add framerate private option.Anton Khirnov
2011-06-04Add missing #includes to make headers self-contained.Diego Biurrun