]> git.sesse.net Git - ffmpeg/history - libavformat/avio.c
Move AC3 header parsing code together with the rest of the AC3 parsing code.
[ffmpeg] / libavformat / avio.c
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