Commit History

Author SHA1 Message Date
  Stefano Sabatini 3f4c2bf99b Mark as "internal but installed" the avio.h file. 15 years ago
  Stefano Sabatini aafe9b635e Add a @file notice to avio.h. 15 years ago
  Diego Biurrun 30f68128ab Add missing #includes to fix 'make checkheaders'. 15 years ago
  Stefano Sabatini c1b0210115 Improve grammar: "X next after Y" -> "next X after Y". 15 years ago
  Stefano Sabatini d1037c1205 Do not export to the public the first_protocol symbol at the next 15 years ago
  Stefano Sabatini 9075d1e027 Document av_protocol_next(). 15 years ago
  Stefano Sabatini 65c40e4e3a Rename register_protocol() to av_register_protocol() and deprecate 15 years ago
  Diego Biurrun 7f37f5687d whitespace cosmetics 16 years ago
  Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
  Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
  Ronald S. Bultje ba99cfc213 Implement url_open_protocol(), which is basiclly the former url_open() 16 years ago
  Diego Biurrun 4477dedc4f minor typo fixes 16 years ago
  Michael Niedermayer 57ecf8d281 1st attempt at correcting the punktuation. 16 years ago
  Michael Niedermayer 4edfceccec Document get_*_buffer() 16 years ago
  Michael Niedermayer 67e2102042 Document a few url_* functions. 16 years ago
  Björn Axelsson 5acef35f57 Add AVClass to URLContext at next major version bump 16 years ago
  Reimar Döffinger 1e0f346896 Add a av_alloc_put_byte function. 17 years ago
  Diego Biurrun 00ef4f58e0 Fix Doxygen function parameter name. 17 years ago
  Diego Biurrun 8bfb108b3e comment typo fixes 17 years ago
  Ivo van Poorten 91fd7398f4 typo ;) 17 years ago
  Michael Niedermayer 1308f2733d Document ByteIOContext and URLContext change rules. 17 years ago
  Michael Niedermayer b075e52059 Make recently added and still unused read_seek functions return offset_t. 17 years ago
  Michael Niedermayer 502bdf6893 Merge recently added and still unused play and pause functions. 17 years ago
  Michael Niedermayer 2e9b86ac12 Remove dead code which disappeared with the last major version bump. 17 years ago
  Michael Niedermayer 84be6e7239 av_*_next() API for libavformat 17 years ago
  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 17 years ago
  Diego Biurrun 90b5b51eab misc typo fixes 17 years ago
  Panagiotis Issaris c3316802da Convert all the comment sections into Doxygen compatible comments, same for 17 years ago
  Panagiotis Issaris c306748c29 Move avio.h's url_get_max_packet_size() comment from source to header file. 17 years ago
  Panagiotis Issaris a8c5ab2707 Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 17 years ago
  François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 17 years ago
  Ronald S. Bultje 621810045c makes the filename member of the URLContext a pointer, so that the 17 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 18 years ago
  Aurelien Jacobs ea395e8c6c add a Creative VOC (de)muxer 18 years ago