| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: Explicitly convert types at function pointer assignment | Diego Biurrun | 2015-03-11 | 1 | -1/+3 |
* | avio: fix sizeof argument | Michael Niedermayer | 2014-10-20 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as const | Diego Biurrun | 2014-07-26 | 1 | -1/+1 |
* | lavf: Remove a now useless parameter to ffurl_register_protocol | Martin Storsjö | 2013-10-30 | 1 | -6/+1 |
* | avio: Check for memory allocation failure of private data | Derek Buitenhuis | 2013-10-29 | 1 | -0/+7 |
* | avio: K&R formatting cosmetics | Luca Barbato | 2013-10-28 | 1 | -40/+50 |
* | avio: Use AVERROR_PROTOCOL_NOT_FOUND | Luca Barbato | 2013-10-21 | 1 | -1/+1 |
* | avio: Handle AVERROR_EOF in the same way as the return value 0 | Michael Niedermayer | 2013-07-07 | 1 | -1/+1 |
* | avio: fix pointer type mismatches in avio_enum_protocols() | Mans Rullgard | 2012-10-27 | 1 | -5/+5 |
* | avio: add (ff)url_get_multi_file_handle() for getting more than one fd | Jordi Ortiz | 2012-08-17 | 1 | -0/+15 |
* | Replace usleep() calls with av_usleep() | Mans Rullgard | 2012-06-22 | 1 | -3/+2 |
* | avio: Add a function for signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 1 | -0/+7 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft | Anton Khirnov | 2012-01-27 | 1 | -23/+0 |
* | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -111/+0 |
* | avio: Only do implicit network initialization for network protocols | Martin Storsjö | 2012-01-05 | 1 | -3/+5 |
* | avio: Mark the old interrupt callback mechanism as deprecated | Martin Storsjö | 2011-11-18 | 1 | -1/+9 |
* | avio: add avio_open2, taking an interrupt callback and options | Martin Storsjö | 2011-11-13 | 1 | -2/+2 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -9/+46 |
* | avio: add and use ffurl_protocol_next(). | Anton Khirnov | 2011-11-13 | 1 | -8/+11 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -11/+16 |
* | avformat: Use ff_check_interrupt | Martin Storsjö | 2011-11-13 | 1 | -1/+1 |
* | avio: Add an internal utility function for checking the new interrupt callback | Martin Storsjö | 2011-11-13 | 1 | -0/+8 |
* | avio: Free URLContext private data allocated via AVOptions | Martin Storsjö | 2011-11-10 | 1 | -1/+4 |
* | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-05-17 | 1 | -2/+6 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -2/+1 |
* | avio: Fix sanity checks in ffurl_read* | Martin Storsjö | 2011-04-20 | 1 | -2/+2 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -5/+5 |
* | lavf: remove FF_API_URL_CLASS cruft. | Anton Khirnov | 2011-04-19 | 1 | -4/+0 |
* | lavf: remove FF_API_REGISTER_PROTOCOL cruft | Anton Khirnov | 2011-04-19 | 1 | -23/+0 |
* | avio: deprecate url_exist in favor of avio_check. | Anton Khirnov | 2011-04-13 | 1 | -0/+2 |
* | avio: add avio_check() | Stefano Sabatini | 2011-04-13 | 1 | -0/+19 |
* | avio: deprecate av_protocol_next(). | Anton Khirnov | 2011-04-08 | 1 | -0/+2 |
* | avio: add a function for iterating though protocol names. | Anton Khirnov | 2011-04-08 | 1 | -0/+10 |
* | avio: deprecate the typedef for URLInterruptCB | Anton Khirnov | 2011-04-08 | 1 | -2/+2 |
* | avio: make av_register_protocol2 internal. | Anton Khirnov | 2011-04-07 | 1 | -3/+7 |
* | avio: avio_ prefix for url_set_interrupt_cb. | Anton Khirnov | 2011-04-07 | 1 | -1/+5 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -6/+6 |
* | avio: deprecate av_url_read_seek | Anton Khirnov | 2011-04-05 | 1 | -1/+1 |
* | avio: deprecate av_url_read_pause | Anton Khirnov | 2011-04-05 | 1 | -0/+2 |
* | avio: deprecate url_get_filename(). | Anton Khirnov | 2011-04-04 | 1 | -6/+4 |
* | avio: deprecate url_max_packet_size(). | Anton Khirnov | 2011-04-04 | 1 | -5/+4 |
* | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+5 |
* | avio: make url_filesize() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+5 |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -4/+8 |
* | avio: make url_seek() internal. | Anton Khirnov | 2011-04-04 | 1 | -7/+11 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+5 |
* | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+5 |