]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
dv: use AVStream.index instead of abusing AVStream.id
[ffmpeg] / libavformat / rtsp.c
2012-10-29 Martin Storsjörtsp: Avoid a cast when calling strtol
2012-10-19 Martin Storsjörtsp: Make sure the ret variable is initialized in...
2012-10-18 Martin Storsjörtsp: Allow setting the reordering buffer size via...
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-27 Martin Storsjörtsp: Free the rtpdec context properly
2012-08-17 Jordi Ortizrtsp.c: use ffurl_get_multi_file_handle() instead of...
2012-08-08 Martin Storsjörtsp: Support mpegts in raw udp packets
2012-08-08 Martin Storsjörtsp: Support receiving plain data over UDP without...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-07-21 Ronald S. Bultjertsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.
2012-07-10 Jordi Ortizrtsp: Add listen mode
2012-07-10 Jordi Ortizrtsp: Make rtsp_open_transport_ctx() non-static
2012-07-10 Jordi Ortizrtsp: Parse the mode=receive/record parameter in transp...
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-18 Martin Storsjörtsp: Send mode=record instead of mode=receive
2012-05-26 Martin Storsjörtsp: Check for dynamic payload handlers if no static...
2012-05-26 Martin Storsjörtpenc_chain: Return an error code instead of just...
2012-05-08 Jordi Ortizrtsp: Add content-type message header parsing
2012-05-06 Mans Rullgardrtsp: avoid const warnings from strtol() call
2012-04-08 Martin Storsjörtsp: Don't use uninitialized data if there are no...
2012-04-08 Martin Storsjörtsp: Don't expose the MS-RTSP RTX data stream to the...
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-20 Martin Storsjörtsp: Set the default delay to 0.1 s for the RTSP/SDP...
2012-03-20 Martin Storsjölibavformat: Set the default for the max_delay option...
2012-03-19 Martin Storsjöcosmetics: Align some AVInput/OutputFormat declarations
2012-03-13 Martin Storsjörtsp: Retry authentication if failed due to being stale
2012-03-12 Martin Storsjörtsp: Fix a typo
2012-03-09 Martin Storsjörtsp: Only set the ttl parameter if the server actually...
2012-02-27 Tommy Wintherrtsp: Handle requests from server to client
2012-02-23 Martin Storsjörtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
2012-02-16 Martin Storsjörtp: Factorize the check for distinguishing RTCP packet...
2012-02-16 Martin Storsjösdp: Ignore RTCP packets when autodetecting RTP streams
2012-01-30 Diego Biurrunrtsp: Remove some unused variables from ff_rtsp_connect().
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-21 Dmitry Volyntsevrtsp: Use a random offset for trying to open UDP ports...
2012-01-21 Martin Storsjörtsp: Allow specifying the UDP port range via AVOptions
2012-01-21 Dmitry Volyntsevrtsp: Remove a leftover, currently pointless check
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
next