]> git.sesse.net Git - ffmpeg/history - libavformat/http.c
avutil: Add missing test programs to Makefile.
[ffmpeg] / libavformat / http.c
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-04-20 Martin Storsjölibavformat: Make protocols pass URLContext as log...
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-03-28 Tylerhttp: header field names are case insensitive
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-02 Mike Edenfieldhttp: Handle 301/307 redirect requests, too
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-08-19 Martin StorsjöMove the definition of the maximum url size for static...
2010-08-09 Martin Storsjöhttp: Return EOF at the end of the content even if...
2010-07-16 Martin Storsjöhttp: Log a warning when receiving an error code
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-22 Martin StorsjöMake the http protocol open the connection immediately...
2010-06-22 Martin StorsjöAdd an AVClass to the HTTPContext
2010-06-22 Martin StorsjöAllocate the HTTPContext through URLProtocol.priv_data_size
2010-06-21 Martin StorsjöHTTP: Add a method for initializing the authentication...
2010-06-21 Martin StorsjöReindent
2010-06-21 Martin StorsjöHTTP: Compact the code for writing chunked post data
2010-06-21 Martin StorsjöHTTP: Get rid of the is_chunked variable, use the chunk...
2010-06-21 Martin StorsjöHTTP: Clarify a comment
2010-06-20 Ronald S. BultjeReset chunksize back to zero (= no chunked encoding...
2010-06-20 Ronald S. BultjeUse url_write(), not http_write(), for sending the...
2010-06-09 Martin StorsjöMake sure the http protocol handler returns errors...
2010-06-09 Martin StorsjöInitialize the http connection in http_seek, too
2010-06-08 Martin StorsjöReindent
2010-06-08 Josh AllmannAdd support for disabling chunked transfer encoding...
2010-06-08 Martin StorsjöFix handling of errors in the http protocol
2010-06-08 Martin StorsjöFix bugs in the http custom header handling
2010-06-08 Josh AllmannAdd the capability to write custom HTTP headers
2010-06-08 Josh AllmannModify the behaviour of http_open to implicitly delay...
2010-06-04 Martin Storsjöhttp: Set http_code to 200 when doing a POST
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-03-24 Martin StorsjöSplit out http authentication handling into a separate...
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöUse ff_url_join for assembling URLs, instead of snprintf
2010-01-13 Baptiste Coudurierrestore old buffer content when seek failed in http...
2010-01-12 Ronald S. BultjeReindent after r21166.
2010-01-12 Tomas HärdinUse chunked encoding for HTTP uploads. Patch by Tomas...
2009-06-23 Peter HolikAdd support for "chunked" data blocks. Patch by Peter...
2009-06-06 Peter HolikCosmetics : Use dprintf instead of printf.
2009-06-06 Jai MenonCosmetics : Fix indentation after last commit.
2009-06-06 Peter HolikIntroduce http_get_line and modify http_connect to...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 Ronald S. BultjeReduce allocated length of the HTTP authentication...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-02 Reimar DöffingerRemove a pointless cast.
2008-02-02 Reimar DöffingerMissing 'const' in cast.
2007-12-28 Michael NiedermayerRevert hack which should have never been commited.
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-23 Måns Rullgårduse new string functions
2007-05-17 Alex BeregszasziUse usleep instead of sleep, some MinGW versions lack...
2007-04-07 Diego Biurruntypos/grammar
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-03-12 Ronald S. BultjeProperly initialize filesize during input buffer initia...
2007-03-06 Alex Beregszaszihandle http error codes
2007-03-04 Ronald S. BultjeClose connection on EOF
2007-03-04 Ronald S. Bultjemake HTTP MOVED messages also work in ffmpeg (302 is...
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-25 Guillaume Poirieruse more portable PRIu64
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2007-01-14 Ronald S. Bultjeadd support for HTTP seeking
2006-10-29 Ryan Martellswitch to common base64 routines in lavf
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-19 I. PoFix memleak, patch by I. Po % yyymmmm # gmail O com %
2006-07-18 Michael Niedermayersimplify b64_encode()
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-03-14 Michael Niedermayerno read loop tcp/http and http CRLF fix by (Leon van...
2003-12-08 Alex Beregszasziusing LIBAVFORMAT_IDENT
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-03-09 Alex Beregszaszisimplified
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat