39 Commits (562b216307ab1e7a62fe85ef9dcf3c485bc647f7)

Author SHA1 Message Date
Björn Axelsson e7e4810aae Extend ByteIOContext and add the buffered IO functions: 17 years ago
Björn Axelsson 536333a0fe Extend URLProtocol with new function pointers and api functions for 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Panagiotis Issaris e8b7c70f09 Fix Doxygen parameter name 17 years ago
Panagiotis Issaris abfe87d471 Fix Doxygen parameter name 17 years ago
Kostya Shishkov 7798b42df1 Add ff_ prefix to get_v() 17 years ago
Kostya Shishkov 897d3eef4c Make get_v() available to the other demuxers 17 years ago
Baptiste Coudurier 992e78f5f2 rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Björn Axelsson 770d9dafa1 Add functionality to set the direction of a ByteIOContext buffer. 17 years ago
Björn Axelsson 3576f9c629 Documentation fix for url_f(d)open() 17 years ago
Aurelien Jacobs dde1f9285a *_protocol are not part of public API 17 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Panagiotis Issaris c3316802da Convert all the comment sections into Doxygen compatible comments, same for 18 years ago
Panagiotis Issaris c306748c29 Move avio.h's url_get_max_packet_size() comment from source to header file. 18 years ago
Panagiotis Issaris a8c5ab2707 Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Ronald S. Bultje 621810045c makes the filename member of the URLContext a pointer, so that the 18 years ago
Michael Niedermayer aa38b09769 AVSEEK_SIZE doxy 18 years ago
Michael Niedermayer 8e287af090 seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 19 years ago
Aurelien Jacobs ea395e8c6c add a Creative VOC (de)muxer 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 7cb8f314db remove non portable get/put_be64_double() 20 years ago
Michael Niedermayer a254c5745b kill duplicated get/put_be24() 20 years ago
Wolfram Gloger 536ffa59e9 Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer 576ae256a4 write error handling 20 years ago
Michael Niedermayer ee9f36a88e checksuming for nut & nice checksum API for libavformat 21 years ago
Leon van Stuivenberg e15dec10d5 decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
Michael Niedermayer 08f29f82b9 Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 572f992eff libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime dot ssu dot ac dot kr) 22 years ago
Fabrice Bellard 019ac05ace added primitive aborting system 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard f746a04616 added url_get_filename() 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Zdenek Kabelac 0570bf06d4 * cleanup statics & const 22 years ago
Fabrice Bellard 3b4b29dcd9 put/get portable for IEEE double - renamed put_native_string/get_native_string 22 years ago
Philip Gladstone 75bdb984c7 Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa 22 years ago
Fabrice Bellard f031df23fe api change for packet based protocols (such as UDP and RTP) 23 years ago
Fabrice Bellard c9a65ca8c3 converted to new API 23 years ago
Philip Gladstone 7ac13f0c7e * Change extern inline to static inline. This improves compiling without optimization. 23 years ago
Zdenek Kabelac 4606ac8dee * some minor modification by Philip Gladston 23 years ago
Fabrice Bellard 4972b26f24 changed audio and video grab interface (simpler now) 23 years ago
Fabrice Bellard 8be1c6563c win32 fixes 24 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago