OSDN Git Service

avconv: rewrite -qscale and -aq handling.
[coroid/ffmpeg_saccubus.git] / libavformat / file.c
2011-05-04 Diego BiurrunFix standalone compilation of pipe protocol.
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-13 Stefano Sabatinifile: implement url_check() callback in the file and...
2011-04-08 Anton Khirnovavio: make URLContext internal.
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-07-06 Måns RullgårdAdd #ifdefs around code specific to file and pipe protocols
2010-07-06 Måns Rullgårdfile_protocol: remove redundant #include sys/time.h
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-04-26 Stefano SabatiniMake file_open() return the error code set in errno...
2010-04-04 Stefano SabatiniImplement support to the AVSEEK_SIZE operation in file_...
2010-02-13 Måns RullgårdDo not call lseek() with invalid whence value
2009-07-27 Martin StorsjöOnly consider -1 as an error return value for open().
2009-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 Ronald S. BultjeRemove size_t cast in setting s->priv_data directly...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Ramiro PollaUse setmode() if it exists in <io.h>, and not based...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-05-27 Baptiste Coudurierremove const qualifier, removes warning:
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-11-16 Alex BeregszasziRemove empty pipe_close
2007-08-17 Vincent FourmondAllow pipe: URL to take fd number as input
2007-08-17 Vincent FourmondIndent for next commit
2007-08-10 Ramiro Polla10l: removed pipe_close instead of pipe_read
2007-08-09 Ramiro PollaMake the pipe URLProtocol share read and write function...
2007-06-25 Ramiro PollaCheck for O_BINARY instead of a list of systems that...
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2006-12-21 Diego BiurrunRemove useless #include.
2006-12-21 Ramiro PollaRemove useless MinGW #ifdefs.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-12-06 Michael Niedermayerfixing pipe seek bug
2004-04-24 Sascha Sommernut files in cygwin patch by ("Sascha Sommer" <saschaso...
2004-03-24 Falk Hüffnerwarning patrol
2004-03-24 Michael Niedermayeruntested win32 binary pipe fix
2004-02-14 Gildas Bazinavio patch by (Gildas Bazin <gbazin at altern dot org>)
2003-12-14 Wolfgang Hesselercygwin fix and dont average interlaced MVs patch by...
2003-01-11 Slavik Gnatenkoos2 support patch by ("Slavik Gnatenko" <miracle9 at...
2002-11-29 Fabrice Bellardfixed 'file:' in URLs
2002-11-25 Fabrice Bellardrenamed libav to libavformat