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-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-03-26Use strtoul to parse rtptime and seq values.Ilya
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21rtsp: Specify unicast for TCP interleaved streams, tooMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-17Replace remaining uses of parse_date with av_parse_time.Anton Khirnov
2011-02-17rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö
2011-02-12rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö
2011-02-04Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-04libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö
2011-02-03Free AVStream->info in chained muxersMartin Storsjö
2011-02-03rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö
2011-02-01Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28rtsp: make ff_sdp_parse return value forwardedLuca Barbato
2011-01-28os: replace select with pollLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò
2011-01-25rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-25rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo
2011-01-25rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo
2011-01-25rtsp: Make make_setup_request a nonstatic functionMartin Storsjo
2011-01-09rtsp: Properly fail if unable to open an input RTP portMartin Storsjö
2011-01-06rtsp: Allow requesting of filtering of source packetsMartin Storsjö
2011-01-06rtsp: Parse RTP-Info headersMartin Storsjö
2011-01-02rtsp: Store the Content-Base header value straight to the targetMartin Storsjö
2011-01-02rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö
2011-01-02rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin 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-12-27rtsp: Check if the rtp stream actually has an RTPDemuxContextMartin Storsjö
2010-12-23rtsp: Require the transport reply from the server to match the requestMartin Storsjö
2010-12-16rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö
2010-12-07rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö