OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / avio.c
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-04-20 Martin Storsjöavio: Fix sanity checks in ffurl_read*
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-19 Anton Khirnovlavf: remove FF_API_URL_CLASS cruft.
2011-04-19 Anton Khirnovlavf: remove FF_API_REGISTER_PROTOCOL cruft
2011-04-13 Anton Khirnovavio: deprecate url_exist in favor of avio_check.
2011-04-13 Stefano Sabatiniavio: add avio_check()
2011-04-08 Anton Khirnovavio: deprecate av_protocol_next().
2011-04-08 Anton Khirnovavio: add a function for iterating though protocol...
2011-04-08 Anton Khirnovavio: deprecate the typedef for URLInterruptCB
2011-04-07 Anton Khirnovavio: make av_register_protocol2 internal.
2011-04-07 Anton Khirnovavio: avio_ prefix for url_set_interrupt_cb.
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-05 Anton Khirnovavio: deprecate av_url_read_seek
2011-04-05 Anton Khirnovavio: deprecate av_url_read_pause
2011-04-04 Anton Khirnovavio: deprecate url_get_filename().
2011-04-04 Anton Khirnovavio: deprecate url_max_packet_size().
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_filesize() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_seek() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-04-04 Anton Khirnovavio: make url_connect internal.
2011-04-04 Anton Khirnovavio: make url_alloc internal.
2011-04-04 Anton Khirnovavio: deprecate url_open_protocol
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-03-07 Baptiste CoudurierIn retry_transfer_wrapper, do not check url_interrupt_c...
2011-03-06 Martin StorsjöURLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
2011-02-06 Nicolas GeorgeNon-blocking protocol: core wrapper functions
2010-10-06 Carl Eugen HoyosRemove unused variable.
2010-10-06 Michael NiedermayerUse retry_transfer_wrapper() in url_write() as its...
2010-10-06 Michael NiedermayerFactor retry_transfer_wrapper() out of url_read_complete()
2010-09-30 Stefano SabatiniMake register_protocol() use the function av_register_p...
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-08-19 Aurelien Jacobsadd FF_API_REGISTER_PROTOCOL define to disable the...
2010-08-19 Aurelien Jacobsadd FF_API_URL_CLASS define to enable usage of URLConte...
2010-07-18 Måns RullgårdAllow all valid (and only valid) characters in URL...
2010-06-27 Eli FriedmanRemove an unused label, fixing a warning
2010-06-27 Eli FriedmanAdd proper const declaration to a cast, fixes a warning
2010-06-23 Martin StorsjöReindent
2010-06-22 Martin StorsjöAdd priv_data_size and priv_data_class to URLProtocol
2010-06-22 Martin StorsjöSplit url_open and url_open_protocol into url_alloc...
2010-06-22 Martin StorsjöAdd an av_register_protocol2 function that takes a...
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-18 Stefano SabatiniMake url_seek() return AVERROR(ENOSYS) rather than...
2010-03-15 Michael NiedermayerAdd AVSEEK_FORCE flag to indicate that the code should...
2010-03-05 Martin StorsjöAlways call ff_network_init/ff_network_close when openi...
2010-01-28 Daniel KristjanssonUse av_mallocz in url_open_protocol for URLContext.
2010-01-24 Reimar DöffingerMake url_read_complete handle EAGAIN more intelligently.
2010-01-23 Reimar DöffingerMake url_read_complete retry on EAGAIN and return how...
2010-01-17 Måns RullgårdFix comment typo carefull -> careful
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-15 Stefano SabatiniRename register_protocol() to av_register_protocol...
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-08-19 Ronald S. BultjeImplement url_open_protocol(), which is basiclly the...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-05 Michael NiedermayerCheck url_seek() in url_open().
2008-03-10 Björn AxelssonAdd AVClass to URLContext at next major version bump
2008-01-08 Guillaume LecrefECERFurl_write is part of the public API so it may not be...
2007-12-19 Michael NiedermayerMake recently added and still unused read_seek function...
2007-12-19 Michael NiedermayerMerge recently added and still unused play and pause...
2007-12-19 Michael NiedermayerRemove dead code which disappeared with the last major...
2007-12-12 Michael Niedermayerav_*_next() API for libavformat
2007-11-24 Björn AxelssonExtend URLProtocol with new function pointers and api...
2007-11-16 Alex BeregszasziCall prot->url_close only if it is present.
2007-11-07 Thorsten JordanCheck context before accessing its field.
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-23 Måns Rullgårduse new string functions
2007-03-05 Panagiotis IssarisMove avio.h's url_get_max_packet_size() comment from...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-30 Ronald S. Bultjeprotect the size=seek(SEEK_END,-1)+1 results with an...
2007-01-14 Ronald S. Bultjemakes the filename member of the URLContext a pointer...
2007-01-01 Michael Niedermayerfix indention of previous commit
2007-01-01 Michael Niedermayerseekless filesize retrieving support in 7 lines of...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-21 Gildas BazinAdd --disable-protocols option to configure to disable...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-04-11 Michael Niedermayeravoid seeking to the end, as it confuses some crappy...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-07-17 Fabrice Bellardadded primitive aborting system
2003-02-21 Fabrice Bellardavoid false URL protocol detection when using ':' in...
2003-01-11 Fabrice Bellardadded url_get_filename()
2002-11-25 Fabrice Bellardrenamed libav to libavformat