]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/avformat.h
complete American Laser Games MM playback system, courtesy of Peter Ross
[frescor/ffmpeg.git] / libavformat / avformat.h
2006-02-12 melansoncomplete American Laser Games MM playback system, court...
2006-02-12 alextta demuxer, also usable for moving tta audio data...
2006-02-10 mrugenerate adts frame headers if required
2006-02-09 aureladd a Creative VOC (de)muxer
2006-02-08 mrubump version numbers and update docs for adts aac support
2006-02-02 michaelAIFF format support by (Patrick Guimond <patg a.t patg...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-09 rtognimpCook compatibe decoder, patch by Benjamin Larsson
2005-10-20 rtognimpIncrease version: 'wave' atom parsing added to mov...
2005-09-02 reimarSupport D-Cinema audio demuxing.
2005-08-21 michaeltime_base description by Rich Felker | dalias, aerifal cx
2005-08-15 michaelparse pict_type for streams in avi
2005-08-15 michaelsupport fixing missing pts by parsing future frames
2005-07-31 michaelA.B.C versions
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-07-15 michaelYamaha SMAF file format support patch by (Vidar Madsen...
2005-07-14 michaelskip_idct
2005-06-27 michaelsupport changing in bitstream global headers into extra...
2005-06-25 michael*BSD bktr grab support by (Jacob Meuser: jakemsr, jakem...
2005-06-24 michaelAVStream.nb_frames and docs for r_frame_rate
2005-06-18 michaelAnimated GIF looping patch by (Todd Kirby // ffmpeg...
2005-06-03 bellardoptional ISO 639 3 letter language field
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-04-09 mruOgg demuxer ported from tcvp by Luca Barbato <lu_zero...
2005-03-23 michael30_clean_up_global_header_flag.patch by (Calcium |...
2005-03-17 michaelmore fine grained discarding of packets
2005-03-13 michaelkeyframe & non keyframe index fixes
2005-01-22 michaelsupport discarding of uninterresting packets
2005-01-08 michaelinteger overflows, heap corruption
2004-12-01 michaelfifo_realloc()
2004-11-23 michaelint / int64 fix by (Wolfram Gloger <wmglo @@@ dent...
2004-11-20 mmu_manFirst implementation of nsv demuxer.
2004-11-11 michaelmove p*m from image/lavf -> image2/lavc
2004-10-22 romansh * Introducing IIDC1394 grabbing interface.
2004-10-16 michaeluser setable preload and max_mux_delay
2004-10-16 melansonElectronic Arts Game Multimedia format demuxer (WVE...
2004-10-11 michael100l (forgoten seeking functions)
2004-10-10 michaeluse native timebase for seeking
2004-10-08 michaelwrite error handling
2004-10-06 michaeluser selectable packet_size and mux_rate
2004-10-06 kabi* fixing a few of gcc 'clean-code' warnings
2004-10-03 michaelSCR timestamp fix try #1
2004-09-29 michaelmove packet interleaving function into AVOutputFormat...
2004-09-28 michaeluninitalized variables
2004-09-28 melansonsupport for Sierra Online audio files and Apple QuickDr...
2004-08-18 romansh * replacing calls to not-always-available gmtime_r...
2004-08-12 michaelHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-07-15 michaelimage2 / image API cleanup phase-1
2004-05-29 michaelcorrectly interleave packets during encoding
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-05-23 michaelcur_dts in native timebase
2004-05-23 michaelstore index for seeking in the native timebase of each...
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-12 michaelmoving nearly identical binary search code from nut...
2004-04-06 romansh * making it possible to specify recording date and...
2004-03-13 michaelfix global name conflicts patch by ("Ronald S. Bultje...
2004-03-13 melansonadded SGI image format, encoding and decoding, courtesy...
2004-03-11 michaelmatroska demuxer by ("Ronald S. Bultje" <R dot S dot...
2004-03-03 michaelav_log() cleanup
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-25 michaeluse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-01-17 michaelstore searched distance in index, so we dont waste...
2004-01-13 michaelcaching of timestamps for mpeg-ps so seeking is faster
2004-01-02 melansoninitial commit for Sierra VMD file demuxer
2003-12-16 bellardfixed incorrect PTS/DTS logic in MPEG video case (cause...
2003-11-14 melansonyep, FLI support
2003-11-13 kabi* *FILE needs <stdio.h>
2003-11-10 bellardinitial av_read_frame() and av_seek_frame() support
2003-10-29 bellardmake AVFMT_NOHEADER flag dynamic - added av_open_input_...
2003-10-03 tmmmimplemented Id Quake II CIN support
2003-10-01 tmmmNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...
2003-09-22 mellumFix compilation with ccc
2003-09-11 bellardsimplified version handling
2003-09-10 bellard64 bit pts for writing - more const usage
2003-09-08 bellardID3 parsing and generation in MP3 format
2003-09-08 bellardsimpler strptime - added os_support.[ch] - moved localt...
2003-09-08 tmmmdemuxer for custom Wing Commander III movie (.mve)...
2003-09-05 al3xinitial nut muxer and demuxer (demuxer is not fail...
2003-09-05 al3xbump version numbers to 0.4.8
2003-09-02 tmmminitial commit for Id RoQ and Interplay MVE multimedia...
2003-09-01 tmmmfirst pass at PSX STR demuxer; does not yet interact...
2003-08-26 michaelnimov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at...
2003-08-08 bellardadded stream start time and duration API - AV_NOPTS_VAL...
2003-08-05 michaelniyuv4mpeg pipe reader for libavformat patch by (D Richar...
2003-07-12 romansh * First round of AV sync fixes.
2003-07-09 michaelniflash video (flv) support patch by (Garrick Meeker...
2003-07-04 michaelniav_free_packet SEGV fix by (Arthur van Hoff (javanator))
2003-06-25 al3xtv standard selection support for dv1394 and grab ...
2003-06-13 bellarddynamic array functions
2003-06-05 kabi* 3gp patch by Joca
2003-05-25 tmmmadd 4xm to the family
2003-04-21 bellardreplaced progressive by interleaved
2003-04-20 bellardadded progressive image support
2003-04-19 bellardadded new netpbm pam format support (needed for alpha...
2003-03-16 michaelnirawvideo patch by (Fred Rothganger <rothgang at uiuc...
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-03-08 michaelniread BITMAPINFOHEADER extra stuff (huffyuv decoding...
2003-02-27 kabi* compile PNG only when ZLIB is available
next