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
2012-10-12rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö
2012-10-12rtspdec: Fix use of uninitialized byteMichael Niedermayer
2012-10-09rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-10rtsp: Add listen modeJordi Ortiz
2012-07-10rtsp: Move rtsp_read_closeJordi Ortiz
2012-04-08rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö
2012-03-19cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö
2012-03-13rtsp: Resend new keepalive commands if they used stale authMartin Storsjö
2012-02-16rtsp: Make rtsp_demuxer_class staticMartin Storsjö
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-18rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks
2011-10-17rtsp: Merge the AVOption listsMartin Storsjö
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-08-15lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov
2011-07-18rtsp: remove disabled codeDiego Biurrun
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-07Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-11rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-03-31rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö
2011-03-23Do not use format string "%0.3f" for RTSP Range field.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-12rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28rtsp: make ff_sdp_parse return value forwardedLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-25rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-25rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo
2011-01-06ReindentMartin Storsjö
2011-01-06rtsp: Simplify codeMartin Storsjö
2011-01-06rtsp: Move resetting of rtpdec parameters to before sending the PLAY requestMartin Storsjö
2011-01-02rtsp: Store the Content-Base header value straight to the targetMartin Storsjö
2011-01-02rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö
2011-01-02rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö
2010-11-15rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö
2010-11-07rtsp: Set the real_setup pointer properly, avoid out of bounds memory accessesYuriy Kaminskiy
2010-10-29rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö