]> git.sesse.net Git - ffmpeg/history - libavformat/aviobuf.c
avio: deprecate put_tag
[ffmpeg] / libavformat / aviobuf.c
2011-02-25 Anton Khirnovavio: deprecate put_tag
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-21 Anton Khirnovavio: make put_nbyte internal.
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-21 Anton Khirnovavio: make get_partial_buffer internal.
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-21 Anton Khirnovavio: rename av_alloc_put_byte -> avio_alloc_context...
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-25 Anton Khirnovlavf: make a variant of ff_get_str16_nolen public
2011-01-21 Anton Khirnovlavf: move ff_put_str16_nolen from asf to avio and...
2011-01-21 Anton Khirnovavio: add av_put_str and deprecate put_strz in favor...
2011-01-13 Martin StorsjöRevert aviobuf: Retry if the read/write function return...
2011-01-12 Martin Storsjöaviobuf: Retry if the read/write function returns AVERR...
2011-01-02 Anssi HannulaAdd function put_nbyte() to speed up padding in SPDIF...
2010-08-19 Aurelien Jacobsadd FF_API_URL_RESETBUF define to disable the deprecate...
2010-07-25 Reimar DöffingerCosmetics: fix indentation and remove a useless else.
2010-07-25 Reimar DöffingerSimplify get_byte and url_fgetc.
2010-07-24 Martin StorsjöNever shrink the ByteIOContext buffer in ff_rewind_with...
2010-07-21 Aurelien Jacobsimprove ff_get_line to return line length
2010-07-21 Aurelien Jacobsmove ff_get_line to aviobuf.c
2010-07-20 Martin StorsjöRemove an assert that was no longer correct nor relevant
2010-07-17 Martin Storsjöaviobuf: Do short seeks forward by reading and skipping...
2010-07-16 Martin Storsjöurl_fskip: Return an error code if the url_fseek failed
2010-07-09 Michael Chinenmove ff_get_v_length and ff_put_v from nutenc.c to...
2010-07-05 Eli FriedmanSilence a warning when compiling aviobuf.c
2010-07-01 Josh AllmannPad the buffer in url_close_dyn_buf, for buffers opened...
2010-04-21 Stefano SabatiniDo not initialize res in url_fseek(), in the case ...
2010-04-18 Stefano SabatiniMake url_fsize() return AVERROR(ENOSYS) rather than...
2010-04-12 Howard ChuDo not set pos to an error value.
2010-04-08 Tomas HärdinSeeking forward in non-seekable media by discarding...
2010-04-08 Tomas HärdinReusing the probe buffer to rewind the ByteIOContext...
2010-03-24 Tomas HärdinMask away AVSEEK_FORCE properly in some checks in url_f...
2010-03-18 Stefano SabatiniMake url_fseek() return AVERROR_EOF rather than AVERROR...
2010-03-15 Michael NiedermayerAdd AVSEEK_FORCE flag to indicate that the code should...
2010-01-30 Stefano SabatiniRemove duplicated empty line.
2009-10-20 Benoit FouetMake url_resetbuf() assert on wrong flags passed and...
2009-10-12 Reimar DöffingerMerge declaration and initialization
2009-10-12 Reimar DöffingerSimplify: use FFMIN
2009-10-02 Reimar DöffingerMake get_buffer and get_partial_buffer return url_ferro...
2009-04-13 Baptiste Coudurierseek inside buffer when offset is exactly at the end...
2009-01-16 Reimar DöffingerMerge declaration and initialization of io_buffer_size
2009-01-16 Reimar DöffingerMake io_buffer_size unsigned to avoid a warning about...
2009-01-16 Reimar DöffingerReturn AVERROR(ENOMEM) instead of -1 when malloc fails...
2009-01-16 Reimar DöffingerUse AV_WB32 instead of reimplementing it.
2009-01-16 Reimar DöffingerUse av_mallocz instead of explicitly zeroing in url_ope...
2009-01-16 Reimar DöffingerReplace nonsense -1234 return value in dyn_buf_write...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-22 Aurelien JacobsInitialize s->opaque before calling url_resetbuf().
2008-12-13 Diego Biurrunwhitespace cosmetics
2008-11-10 Jindřich Makovičkaalways use the whole buffer for reading w/ packetized...
2008-10-18 Michael NiedermayerAppend read data onto the buffer instead of overwriting...
2008-10-04 Reimar DöffingerMake size variables in dyn_buf_write unsigned so gcc...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-07-31 Baptiste CoudurierOnly reset buffer state if seeking is successful; updat...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-04 Aurelien Jacobsimprove CRC API
2007-12-22 Reimar DöffingerAdd a av_alloc_put_byte function.
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 unneeded avio wrapper functions.
2007-12-16 Baptiste Coudurierreturn error when url_fseek could not read until desire...
2007-11-28 Björn AxelssonExtend ByteIOContext and add the buffered IO functions:
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-10-11 Björn AxelssonAdd functionality to set the direction of a ByteIOConte...
2007-09-26 Benoit FouetIndentation
2007-09-26 Benoit FouetCheck read_packet before using it.
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-05-11 Alex Beregszaszicosmetics: fix indentation
2007-03-05 Panagiotis IssarisMove aviobuf.c comments to avio.h. By moving the aviobu...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-01-30 Ronald S. BultjeFix misbehaviour in url_fseek() when seeking fails.
2007-01-28 Ronald S. Bultjeproper error handling in file size retrieval, patch...
2007-01-01 Michael Niedermayerfix indention of previous commit
2007-01-01 Michael Niedermayerseekless filesize retrieving support in 7 lines of...
2006-12-16 Aurelien Jacobsput_*() are not only useful to muxers and protocol
2006-11-30 Loïc Le LoarerFix compile with --disable-muxers, patch by Loïc Le...
2006-10-20 Michael Niedermayermove memory reading ByteIOContext init from mov.c to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-26 Michael Niedermayersupport forward seeking in non seekable streams
2006-09-26 Michael Niedermayersimplify seek() failure check
2006-09-22 Michael Niedermayersimplify url_fseek()
2006-07-20 Michael Niedermayerfix regression failure after adler simplification
2006-02-09 Aurelien Jacobsadd a Creative VOC (de)muxer
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-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-19 Michael Niedermayerremove non portable get/put_be64_double()
2005-07-19 Michael Niedermayerkill duplicated get/put_be24()
2005-06-03 Michael Niedermayer10l (segfault fix)
2005-05-30 Wolfram GlogerFix url_fsize for large files patch by (Wolfram Gloger...
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-03-24 Michael Niedermayerbypass internal buffer for "large" packets
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
next