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-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-12lavf: deprecate av_close_input_stream().Anton Khirnov
2011-12-02rtsp: Initialize the media_type_mask in the rtp guessing demuxerMartin Storsjö
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-30rtpdec: Add an init function that can do custom codec context initializationMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-11-10http: Change the chunksize AVOption into chunked_postMartin Storsjö
2011-11-10rtsp: Set http custom headers via the AVOptionMartin Storsjö
2011-11-07rtsp: Discard the dynamic handler, if it has an alloc function which failedMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-05rtsp: Disable chunked http post through AVOptionsMartin Storsjö
2011-11-02rtsp: add allowed_media_types optionJohn Brooks
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-17rtsp: Expose the flag options via private AVOptions for sdp and rtp, tooMartin Storsjö
2011-10-17rtsp: Make the rtsp flags avoptions set via a defineMartin Storsjö
2011-10-17rtsp: Remove the separate filter_source variableMartin Storsjö
2011-10-17rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö
2011-10-17rtsp: Simplify AVOption definitionsMartin Storsjö
2011-10-17rtsp: Merge the AVOption listsMartin Storsjö
2011-10-12rtsp: Request that dynamic rate is disabledMartin Storsjö
2011-10-12rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
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-07-04RTSP: Doxygen comment cleanupDiego Biurrun
2011-06-16rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-05-24rtsp: use strtoul to parse rtptime and seq values.Ilya
2011-05-11rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
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-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
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ö