122 Commits (a25e098d33800b42544eb0d8f47efa945ff88911)

Author SHA1 Message Date
Fabrice Bellard a25e098d33 exported av_probe_input_format() 23 years ago
Fabrice Bellard a11bf0bd61 renamed gettime to av_gettime() 23 years ago
Fabrice Bellard 2302dd1319 moved simple c utils 23 years ago
Fabrice Bellard 4624540b71 separated init code from utils to reduce static library size 23 years ago
Fabrice Bellard 9498853132 more consistent naming 23 years ago
Fabrice Bellard fb0256250d added RTP/RTSP stuff 23 years ago
Fabrice Bellard a9a721da7c added url_split() 23 years ago
Fabrice Bellard bdd7d51848 added compilation of RTP/RTSP stuff 23 years ago
Fabrice Bellard 94ef68647c suppressed packet size dependancy 23 years ago
Fabrice Bellard 0e2a219706 http protocol now uses tcp: protocol (simpler) 23 years ago
Fabrice Bellard abba3dd133 added dynamic buffer support - added url_fprintf() and url_fgetc() 23 years ago
Fabrice Bellard 8a9488b550 added url_get_max_packet_size() support - added URL_RDWR flag 23 years ago
Fabrice Bellard f031df23fe api change for packet based protocols (such as UDP and RTP) 23 years ago
Fabrice Bellard 2d225591e9 better UDP support - added preliminary multicast support (untested) 23 years ago
Fabrice Bellard 85fb7b3490 added rtp port range support 23 years ago
Fabrice Bellard 5188559986 added local port option 23 years ago
François Revol 3ffe379394 patch by François Revol <revol at free dot fr> 23 years ago
François Revol 889c522492 adpcm encoding patch by François Revol <revol at free dot fr> 23 years ago
François Revol 0147f19856 beos/mov/adpcm patch by François Revol <revol at free dot fr> 23 years ago
Roy Sigurd Karlsbakk eddbd7e5a0 largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> 23 years ago
Zdenek Kabelac 9235088f0f * using time.h for Cygwin systems as well 23 years ago
Zdenek Kabelac 436483c2ec * redundant declaration removed 23 years ago
Fabrice Bellard 3b50d2ad15 added rtp protocol 23 years ago
Fabrice Bellard 1617ad97ae added rtsp support (not activated yet) 23 years ago
Fabrice Bellard e309128f84 added rtp support (not activated yet) 23 years ago
Fabrice Bellard 171bbb03ad added raw tcp support 23 years ago
Michael Niedermayer 390dffc5ad more mpeg4 fourcc's 23 years ago
Fabrice Bellard 24f9709b22 fixed VOB parsing bug 23 years ago
Michael Niedermayer 9b030d9d73 wmv1 23 years ago
Philip Gladstone cbadbf19fc Change ticker_tick to use ticker_abs as we want the absolute number 23 years ago
Philip Gladstone c25fdfc683 Add ticker_abs function that returns the number of ticks to get the 23 years ago
Philip Gladstone 2dbceb9f8a Change the way that the ?date= stuff is parsed. It now takes a time (with optional date) 23 years ago
Fabrice Bellard d714edf190 optimized ticker_tick() if num is big - please test it (should reduce CPU usage - this code is temporary before new PTS handling scheme) 23 years ago
Philip Gladstone 16300e23d5 * Get the buffer size right now we have the buffer inside the FFStream block 23 years ago
Philip Gladstone 084fada8d1 * Add the comment block if any of the comment fields are present. 23 years ago
Philip Gladstone 2824c47368 Remove some calls to av_free that tured out to be duplicate. This improves 23 years ago
Philip Gladstone 3a2d04473d Make sure that the http_proxy environment variable starts with http:// 23 years ago
Fabrice Bellard b13788c53f use sys/soundcard.h for OSS audio 23 years ago
Fabrice Bellard 19720f15fd license/copyright change 23 years ago
Fabrice Bellard 17269bdfcd fixed double free - fixed probe function 23 years ago
Fabrice Bellard 0726b2d1ea fixed double free - fixed jpg image sequence automatic selection 23 years ago
Fabrice Bellard 66d2ff2a3d fixed memory free (no free necessary for private data) - added better support for automatic testing 23 years ago
Philip Gladstone a8dbe9514f Change order of extensions and read_probe checking. This gives the read_probe 23 years ago
Philip Gladstone 07c4ed85f7 * Add a probe function for FFM files 23 years ago
Philip Gladstone 789bee1264 * Fix a problem caused by a duplicate free of priv_data -- now uses av_freep 23 years ago
Fabrice Bellard 754ebe3465 fixed memory free 23 years ago
Fabrice Bellard c9a65ca8c3 converted to new API 23 years ago
Fabrice Bellard db7f1f95ac suppressed mpeg demux mess - use now dynamic stream creation api 23 years ago
Fabrice Bellard b9a281db69 split mux/demux related structures - added file probing support - improve media file reading API 23 years ago
Fabrice Bellard fe9cf0d44e added first version of MPEG/DVB transport stream demux 23 years ago