]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
avidec: migrate last of lavf from FF_ER_* to AV_EF_*
[ffmpeg] / libavformat / rtsp.c
2012-01-04 Jean Firstrtsp: Fix compiler warning for uninitialized variable
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-12 Anton Khirnovlavf: deprecate av_close_input_stream().
2011-12-02 Martin Storsjörtsp: Initialize the media_type_mask in the rtp guessin...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-30 Martin Storsjörtpdec: Add an init function that can do custom codec...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-11-13 Martin Storsjöavformat: Use ff_check_interrupt
2011-11-10 Martin Storsjöhttp: Change the chunksize AVOption into chunked_post
2011-11-10 Martin Storsjörtsp: Set http custom headers via the AVOption
2011-11-07 Martin Storsjörtsp: Discard the dynamic handler, if it has an alloc...
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-05 Martin Storsjörtsp: Disable chunked http post through AVOptions
2011-11-02 John Brooksrtsp: add allowed_media_types option
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-17 Martin Storsjörtsp: Expose the flag options via private AVOptions...
2011-10-17 Martin Storsjörtsp: Make the rtsp flags avoptions set via a define
2011-10-17 Martin Storsjörtsp: Remove the separate filter_source variable
2011-10-17 Martin Storsjörtsp: Accept options via private avoptions instead...
2011-10-17 Martin Storsjörtsp: Simplify AVOption definitions
2011-10-17 Martin Storsjörtsp: Merge the AVOption lists
2011-10-12 Martin Storsjörtsp: Request that dynamic rate is disabled
2011-10-12 Martin Storsjörtsp: Parse the x-Accept-Dynamic-Rate header
2011-10-12 Martin Storsjörtpdec: Add ff_ prefix to all nonstatic symbols
2011-07-18 Diego Biurrunrtsp: remove disabled code
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Diego BiurrunRTSP: Doxygen comment cleanup
2011-06-16 Martin Storsjörtsp: Don't pass string pointer as format string to...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-05-24 Ilyartsp: use strtoul to parse rtptime and seq values.
2011-05-11 Martin Storsjörtsp: Only do keepalive using GET_PARAMETER if the...
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-04-04 Anton Khirnovavio: make url_connect internal.
2011-04-04 Anton Khirnovavio: make url_alloc internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-03-21 Martin Storsjörtsp: Specify unicast for TCP interleaved streams, too
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-16 Anton KhirnovReplace remaining uses of parse_date with av_parse_time.
2011-02-16 Martin Storsjörtsp: udp_read_packet returning 0 doesn't mean success
2011-02-11 Martin Storsjörtsp/rdt: Assign the RTSPStream index to AVStream->id
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Martin Storsjölibavformat: Use avcodec_copy_context for chained muxers
2011-02-03 Martin StorsjöFree AVStream->info in chained muxers
2011-02-02 Martin Storsjörtsp: Don't store RTSPStream in AVStream->priv_data
2011-02-01 Luca BarbatoFree the RTSPStreams in ff_rtsp_close_streams
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Luca Barbatortsp: make ff_sdp_parse return value forwarded
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-25 Diego Elio PettenòMake ff_rtsp_send_cmd_with_content_async static to...
2011-01-24 Martin Storsjörtspdec: Retry with TCP if UDP failed
2011-01-24 Martin Storsjortsp: Use ff_rtsp_undo_setup in the cleanup code in...
2011-01-24 Martin Storsjortsp: Split out a function undoing the setup made by...
2011-01-24 Martin Storsjortsp: Make make_setup_request a nonstatic function
2011-01-09 Martin Storsjörtsp: Properly fail if unable to open an input RTP...
2011-01-06 Martin Storsjörtsp: Allow requesting of filtering of source packets
2011-01-05 Martin Storsjörtsp: Parse RTP-Info headers
2011-01-02 Martin Storsjörtsp: Store the Content-Base header value straight...
2011-01-02 Martin Storsjörtsp: Pass the method name to ff_rtsp_parse_line
2011-01-02 Martin Storsjörtsp: Pass RTSPState to ff_rtsp_parse_line, instead...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2010-12-27 Martin Storsjörtsp: Check if the rtp stream actually has an RTPDemuxC...
2010-12-23 Martin Storsjörtsp: Require the transport reply from the server to...
2010-12-15 Martin Storsjörtsp: Don't set the RTP time base from the sample rate...
2010-12-07 Martin Storsjörtsp/rtpdec: Set the AVStream time_base directly in...
2010-12-07 Martin Storsjörtsp: Parse RealRTSP sample rate declarations from...
2010-12-05 Martin Storsjörtsp: Look for RTP payload handlers for static payload...
2010-12-05 Martin Storsjörtsp: Factorize code for initializing the rtp payload...
2010-11-28 Martin Storsjörtsp: Do a forgotten reindenting
2010-11-15 Martin Storsjörtsp: Parse and use the Content-Base reply header,...
2010-10-29 Martin Storsjörtsp: Split out the RTSP demuxer functions to a separat...
2010-10-29 Martin Storsjörtsp: Move rtsp_setup_output_streams into rtspenc.c
2010-10-27 Martin Storsjörtsp: Add stub declarations of the setup_in/output_stre...
2010-10-23 Aurelien Jacobsdrop rtsp_default_protocols which is not part of public...
2010-10-23 Aurelien Jacobsuse rtp_get_local_rtp_port() instead of the deprecated...
2010-10-21 Martin Storsjörtsp: Move the rtsp_probe function to the demuxer code...
2010-10-21 Martin Storsjörtsp: Untangle the dependencies between the RTSP/SDP...
2010-10-21 Martin Storsjörtsp: Reorder functions
2010-10-19 Martin StorsjöAdd a demuxer for receiving raw rtp:// URLs without...
2010-10-08 Martin Storsjörtsp: Factorize out code for opening a chained RTP...
2010-10-08 Martin Storsjörtsp: Make rtsp_rtp_mux_open reusable
2010-10-08 Martin Storsjörtsp: Remove the start_time field from RTSPState, use...
next