]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenber...
[ffmpeg] / libavformat / avformat.h
2004-03-13 Ronald S. Bultjefix global name conflicts patch by ("Ronald S. Bultje...
2004-03-13 Mike Melansonadded SGI image format, encoding and decoding, courtesy...
2004-03-11 Michael Niedermayermatroska demuxer by ("Ronald S. Bultje" <R dot S dot...
2004-03-03 Michael Niedermayerav_log() cleanup
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-25 Michael Niedermayeruse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-01-17 Michael Niedermayerstore searched distance in index, so we dont waste...
2004-01-13 Michael Niedermayercaching of timestamps for mpeg-ps so seeking is faster
2004-01-02 Mike Melansoninitial commit for Sierra VMD file demuxer
2003-12-16 Fabrice Bellardfixed incorrect PTS/DTS logic in MPEG video case (cause...
2003-11-14 Mike Melansonyep, FLI support
2003-11-13 Zdenek Kabelac* *FILE needs <stdio.h>
2003-11-10 Fabrice Bellardinitial av_read_frame() and av_seek_frame() support
2003-10-29 Fabrice Bellardmake AVFMT_NOHEADER flag dynamic - added av_open_input_...
2003-10-03 Mike Melansonimplemented Id Quake II CIN support
2003-10-01 Mike MelansonNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...
2003-09-22 Falk HüffnerFix compilation with ccc
2003-09-11 Fabrice Bellardsimplified version handling
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardID3 parsing and generation in MP3 format
2003-09-08 Fabrice Bellardsimpler strptime - added os_support.[ch] - moved localt...
2003-09-08 Mike Melansondemuxer for custom Wing Commander III movie (.mve)...
2003-09-05 Alex Beregszasziinitial nut muxer and demuxer (demuxer is not fail...
2003-09-05 Alex Beregszaszibump version numbers to 0.4.8
2003-09-02 Mike Melansoninitial commit for Id RoQ and Interplay MVE multimedia...
2003-09-01 Mike Melansonfirst pass at PSX STR demuxer; does not yet interact...
2003-08-26 Michael Niedermayermov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at...
2003-08-08 Fabrice Bellardadded stream start time and duration API - AV_NOPTS_VAL...
2003-08-05 D Richard Felker IIIyuv4mpeg pipe reader for libavformat patch by (D Richar...
2003-07-12 Roman Shaposhnik * First round of AV sync fixes.
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-07-04 Michael Niedermayerav_free_packet SEGV fix by (Arthur van Hoff (javanator))
2003-06-25 Alex Beregszaszitv standard selection support for dv1394 and grab ...
2003-06-13 Fabrice Bellarddynamic array functions
2003-06-05 Zdenek Kabelac* 3gp patch by Joca
2003-05-25 Mike Melansonadd 4xm to the family
2003-04-21 Fabrice Bellardreplaced progressive by interleaved
2003-04-20 Fabrice Bellardadded progressive image support
2003-04-19 Fabrice Bellardadded new netpbm pam format support (needed for alpha...
2003-03-16 Fred Rothgangerrawvideo patch by (Fred Rothganger <rothgang at uiuc...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-08 Michael Niedermayerread BITMAPINFOHEADER extra stuff (huffyuv decoding...
2003-02-27 Zdenek Kabelac* compile PNG only when ZLIB is available
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-03 Fabrice Bellardzero copy packet handling for DV1394 by Max Krasnyansky
2003-02-03 Fabrice Bellardadded GIF image format (both read and write)
2003-02-02 Fabrice Bellardadded jpeg image encoder and decoder (new YUV handling...
2003-02-01 Fabrice Bellardadded basic png handling
2003-01-28 Zdenek Kabelac* headers valid for C++ compilers
2003-01-23 Fabrice Bellardgrab device is in AVFormatParameter (at least better...
2003-01-23 Fabrice Bellardvideo_device fixes
2003-01-11 Fabrice Bellardadded simple still image format support to simplify...
2002-12-04 Michael Niedermayercleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat