summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Collapse)AuthorAge
* cur_dts in native timebaseMichael Niedermayer2004-05-23
| | | | Originally committed as revision 3153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
| | | | | | | | set correct timebase for nut merge mpeg-ts seeking with existing seeking code 10l fix in mpegts (27mhz vs. 90khz) Originally committed as revision 3152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
| | | | Originally committed as revision 3003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-06
| | | | Originally committed as revision 2971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje ↵Ronald S. Bultje2004-03-13
| | | | | | at students dot uu dot nl>) Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added SGI image format, encoding and decoding, courtesy of Todd KirbyMike Melanson2004-03-13
| | | | | | <doubleshot@pacbell.net> Originally committed as revision 2876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot ↵Michael Niedermayer2004-03-11
| | | | | | uu dot nl>) Originally committed as revision 2872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() cleanupMichael Niedermayer2004-03-03
| | | | | | | | | | null pointer segfaults dont print redundant spam dont print prefix if reference==NULL class -> av_class dont copy AVClass to every object, its a waste of memory and not a good idea at all Originally committed as revision 2841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-25
| | | | | | | move AV_NOPTS_VALUE & AV_TIME_BASE from avformat.h -> avcodec.h related fixes Originally committed as revision 2814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store searched distance in index, so we dont waste time searching for ↵Michael Niedermayer2004-01-17
| | | | | | | | keyframes where we already searched asf seek fixes & use keyframe pos/timestamp cache Originally committed as revision 2709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-13
| | | | | | | | | move (av_)find_stream_index() to utils.c as its usefull outside mpeg.c assert checking enabled, to find bugs quicker, should obviously be disabled later (av_)add_index_entry() inserts new entries so that the list stays ordered and updates entries if already in it (av_)index_search_timestamp() cleanup (kill ugly goto) and shorter Originally committed as revision 2697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Sierra VMD file demuxerMike Melanson2004-01-02
| | | | Originally committed as revision 2653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches ↵Fabrice Bellard2003-12-16
| | | | | | if start codes were between two PES packets) Originally committed as revision 2620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yep, FLI supportMike Melanson2003-11-14
| | | | Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * *FILE needs <stdio.h>Zdenek Kabelac2003-11-13
| | | | Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial av_read_frame() and av_seek_frame() supportFabrice Bellard2003-11-10
| | | | Originally committed as revision 2494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-29
| | | | Originally committed as revision 2447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implemented Id Quake II CIN supportMike Melanson2003-10-03
| | | | Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with cccFalk Hüffner2003-09-22
| | | | Originally committed as revision 2298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified version handlingFabrice Bellard2003-09-11
| | | | Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-08
| | | | Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-08
| | | | Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demuxer for custom Wing Commander III movie (.mve) filesMike Melanson2003-09-08
| | | | Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial nut muxer and demuxer (demuxer is not fail safe)Alex Beregszaszi2003-09-05
| | | | Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers to 0.4.8Alex Beregszaszi2003-09-05
| | | | Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at PSX STR demuxer; does not yet interact correctly with MDECMike Melanson2003-09-01
| | | | | | video decoder Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)Michael Niedermayer2003-08-26
| | | | Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added stream start time and duration API - AV_NOPTS_VALUE is no longer zeroFabrice Bellard2003-08-08
| | | | Originally committed as revision 2108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias ↵D Richard Felker III2003-08-05
| | | | | | at aerifal dot cx>) Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * First round of AV sync fixes.Roman Shaposhnik2003-07-12
| | | | | | | | * -r now does the right thing. * frame rate and frame sizes now share same abbv. table and you can do -r ntsc as well as -s ntsc Originally committed as revision 2035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker2003-07-09
| | | | | | com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_free_packet SEGV fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-04
| | | | Originally committed as revision 2013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-25
| | | | Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic array functionsFabrice Bellard2003-06-13
| | | | Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 4xm to the familyMike Melanson2003-05-25
| | | | Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaced progressive by interleavedFabrice Bellard2003-04-21
| | | | Originally committed as revision 1807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added progressive image supportFabrice Bellard2003-04-20
| | | | Originally committed as revision 1796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added new netpbm pam format support (needed for alpha plane support)Fabrice Bellard2003-04-19
| | | | Originally committed as revision 1792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)Fred Rothganger2003-03-16
| | | | Originally committed as revision 1687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-08
| | | | | | fixed framerate encoding & decoding hopefully, this should fix av sync on long AVIs Originally committed as revision 1646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compile PNG only when ZLIB is availableZdenek Kabelac2003-02-27
| | | | Originally committed as revision 1609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk