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-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
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-03rawdec: initialize return value to 0.Anton Khirnov
2011-06-03rawdec: don't leak option strings.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-06-02oma: check avio_read() return valueMans Rullgard
2011-06-02nutdec: remove unused variableMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-06-01Employ correct printf format specifiers, mostly in debug output.Diego Biurrun
2011-05-31improved 'edts' atom writing supportGil Pedersen
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja