aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* support discarding of uninterresting packetsMichael Niedermayer2005-01-221-0/+2
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-1/+1
* fifo_realloc()Michael Niedermayer2004-12-011-0/+1
* int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)Michael Niedermayer2004-11-231-1/+1
* First implementation of nsv demuxer.François Revol2004-11-201-0/+3
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-111-1/+6
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-221-0/+1
* user setable preload and max_mux_delayMichael Niedermayer2004-10-161-1/+3
* Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)Mike Melanson2004-10-161-0/+3
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-111-1/+1
* use native timebase for seekingMichael Niedermayer2004-10-101-7/+15
* write error handlingMichael Niedermayer2004-10-081-1/+1
* user selectable packet_size and mux_rateMichael Niedermayer2004-10-061-0/+3
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-061-1/+1
* SCR timestamp fix try #1Michael Niedermayer2004-10-031-0/+1
* move packet interleaving function into AVOutputFormat, so it can be overriden...Michael Niedermayer2004-09-291-1/+2
* uninitalized variablesMichael Niedermayer2004-09-281-0/+3
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-281-0/+3
* * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik2004-08-181-0/+1
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-121-0/+1
* image2 / image API cleanup phase-1Michael Niedermayer2004-07-151-0/+3
* correctly interleave packets during encodingMichael Niedermayer2004-05-291-1/+2
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-6/+4
* cur_dts in native timebaseMichael Niedermayer2004-05-231-9/+2
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-1/+1
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-11/+11
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-121-1/+7
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-061-0/+1
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at...Ronald S. Bultje2004-03-131-2/+2
* added SGI image format, encoding and decoding, courtesy of Todd KirbyMike Melanson2004-03-131-0/+1
* matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot u...Michael Niedermayer2004-03-111-0/+3
* av_log() cleanupMichael Niedermayer2004-03-031-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-0/+3
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-251-3/+0
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-171-4/+3
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-131-0/+8
* initial commit for Sierra VMD file demuxerMike Melanson2004-01-021-0/+3
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if...Fabrice Bellard2003-12-161-4/+2
* yep, FLI supportMike Melanson2003-11-141-0/+3
* * *FILE needs <stdio.h>Zdenek Kabelac2003-11-131-1/+1
* initial av_read_frame() and av_seek_frame() supportFabrice Bellard2003-11-101-11/+75
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-291-7/+16
* implemented Id Quake II CIN supportMike Melanson2003-10-031-0/+3
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-011-0/+6
* Fix compilation with cccFalk Hüffner2003-09-221-0/+7
* simplified version handlingFabrice Bellard2003-09-111-4/+3
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-4/+3
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-081-2/+10
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-081-0/+9
* demuxer for custom Wing Commander III movie (.mve) filesMike Melanson2003-09-081-0/+3