92 Commits (9c75148e6ebc88a0501e3d0242defb6dbdc3c23d)

Author SHA1 Message Date
  Raymond Hilseth 20e4863ab1 avformat/file: enable file_move() without unistd.h 9 years ago
  Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
  Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
  Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 10 years ago
  Sean McGovern e05f7ed543 file: properly forward errors from file_read() and file_write() 10 years ago
  Michael Niedermayer fddcd9e570 avformat/file: Fix copy and paste error 10 years ago
  Michael Niedermayer d65b9114f3 avformat/file: Check for lstat() instead of dirent.h 10 years ago
  Mariusz Szczepańczyk 1f4c62e84e lavf/file: check for dirent.h support 10 years ago
  Lukasz Marek d39a9b01e2 lavf/file: implement directory listing callbacks 10 years ago
  Mariusz Szczepańczyk 824a82d1b8 lavf/file: implement move and delete callbacks 10 years ago
  Stefano Sabatini 22fa50d159 lavf/file: fix help message first character casing for trunc option 12 years ago
  Alexander Strasser 77015443a8 lavf/file: file_check: Handle file URLs that start with "file:" 12 years ago
  Rémi Denis-Courmont 51eb213d00 libavformat: use avpriv_open() 12 years ago
  Andrey Utkin a8f171151f file: Add 'blocksize' option 12 years ago
  Michael Niedermayer 257196209f file: fix 10l error in access() check 13 years ago
  Michael Niedermayer 16ef48c37f file: Fallback to stat() based file_check() when access() or its named flags are unavailable. 13 years ago
  Michael Niedermayer 407921072f file: fix file_check() 13 years ago
  Yusuke Nakamura e04826c34e file: Set the return value type for lseek to int64_t. 13 years ago
  Jean First d37044647f file: set the return value type for lseek to off_t 13 years ago
  Luca Barbato 4ed5ac50d3 file: return proper error on seek failures 13 years ago
  Martin Storsjö 29a9b12b10 file: Add an avoption for disabling truncating existing files on open 13 years ago
  Martin Storsjö 0697d81269 file: Use a normal private context for storing the file descriptor 13 years ago
  Derek Buitenhuis 16c03f2e91 file: Add S_ISFIFO compatability macro 13 years ago
  Ronald S. Bultje f3be359707 file: Only include unistd.h if it exists 13 years ago
  Alexander Strasser 1fe6cb448a lavf/file: cosmetic: Use "not" instead of "equals zero" 13 years ago
  Alexander Strasser 585bd4922a lavf/file: cosmetic: Remove superfluous ternary operator 13 years ago
  Martin Sliwka df531b0e10 avformat: disable seeking on FIFOs/named pipes 13 years ago
  Ronald S. Bultje 3b1ab197be file: Only include unistd.h if it exists 13 years ago
  Martin Sliwka 9b6f2c7483 file: Fix handling of windows named pipes 13 years ago
  Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 14 years ago
  Maksym Veremeyenko 4052bf69ac return error code if error happens 14 years ago
  Diego Biurrun 8799541a0a Fix standalone compilation of pipe protocol. 14 years ago
  Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
  Stefano Sabatini 313176565c file: implement url_check() callback in the file and pipe protocols 15 years ago
  Anton Khirnov c486dade95 avio: make URLContext internal. 14 years ago
  Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 14 years ago
  Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Måns Rullgård defb0009cf Add #ifdefs around code specific to file and pipe protocols 15 years ago
  Måns Rullgård 3f7ab648e5 file_protocol: remove redundant #include sys/time.h 15 years ago
  Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago
  Stefano Sabatini ec6791736c Make file_open() return the error code set in errno if open() fails, 15 years ago
  Stefano Sabatini 5b33a55376 Implement support to the AVSEEK_SIZE operation in file_seek(). 15 years ago
  Måns Rullgård f2a4f12cb6 Do not call lseek() with invalid whence value 15 years ago
  Martin Storsjö fbf7e805b0 Only consider -1 as an error return value for open(). 16 years ago
  Ramiro Polla d4efacff64 Use intptr_t when casting pointers to int. 16 years ago
  Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 16 years ago
  Ronald S. Bultje f989d39752 Remove size_t cast in setting s->priv_data directly to the (integer) file 16 years ago