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-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ö