aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 100l (avi seeking)Michael Niedermayer2004-05-241-2/+1
| | | | Originally committed as revision 3155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (AVStream.duration)Michael Niedermayer2004-05-241-2/+5
| | | | Originally committed as revision 3154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-9/+6
| | | | | | | | 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-211-2/+2
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr audio fixMichael Niedermayer2004-05-061-7/+11
| | | | Originally committed as revision 3111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio pts fixMichael Niedermayer2004-01-101-1/+5
| | | | Originally committed as revision 2689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing some seek failure issuesMichael Niedermayer2004-01-101-1/+3
| | | | Originally committed as revision 2688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-01-041-2/+4
| | | | Originally committed as revision 2666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot ...Michael Niedermayer2004-01-031-0/+1
| | | | Originally committed as revision 2658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial seek supportFabrice Bellard2003-11-101-26/+291
| | | | Originally committed as revision 2502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-041-2/+2
| | | | | | systems out there. Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-021-0/+16
| | | | Originally committed as revision 2465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-311-4/+9
| | | | | | | | | | | everybody who still uses second streo track for dubbing can now export it. * void* -> DVDemuxContext* change (per Fabrice's suggestion). * -dv1394 capture now works in all modes. Originally committed as revision 2458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-291-91/+49
| | | | | | | | | | | | | | decoding. All muxing/demuxing functionality is now available in libavformat/dv.[ch]. * dv1394.c and avidec.c were hooked up with general DV demuxer. * DVAUDIO is dead! Long live pcm_s16le! * DV audio is now always recognized -- which means we can now hear all those ducks quaking in pond.dv. Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hacks to support Xan AVI filesMike Melanson2003-09-081-0/+7
| | | | Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-081-16/+42
| | | | Originally committed as revision 2110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use custom packet allocation only for DVFabrice Bellard2003-06-071-25/+31
| | | | Originally committed as revision 1937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-231-0/+1
| | | | Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleaksMichael Niedermayer2003-04-191-1/+12
| | | | Originally committed as revision 1793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-281-22/+93
| | | | Originally committed as revision 1714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenDML AVI > 2Gb support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-261-9/+35
| | | | Originally committed as revision 1703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* db video chunk in avi files support (idea by Dmitry Poplavsky <dima at ↵Michael Niedermayer2003-03-201-1/+2
| | | | | | thekompany dot com>) Originally committed as revision 1693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-121-6/+10
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-121-1/+1
| | | | Originally committed as revision 1664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing parsing of opendml avisMichael Niedermayer2003-03-111-28/+41
| | | | Originally committed as revision 1662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-081-1/+1
| | | | Originally committed as revision 1653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot ....Michael Niedermayer2003-03-081-0/+1
| | | | Originally committed as revision 1651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv encoding fixedMichael Niedermayer2003-03-081-0/+3
| | | | Originally committed as revision 1647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-081-10/+32
| | | | | | 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
* reversing not yet reversed changes from r1.7 -> r1.8 except the static/const ↵Michael Niedermayer2003-03-081-22/+27
| | | | | | | | | stuff this seems to fix all avi parsing bugs kabi, can u explain what this was good for? Originally committed as revision 1644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-3/+3
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try this fixFabrice Bellard2003-02-021-1/+2
| | | | Originally committed as revision 1532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for odd strf tag in Stargate SG-1 - 3x18 - Shades of Grey.aviFrançois Revol2002-12-201-0/+2
| | | | Originally committed as revision 1350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-0/+2
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+256
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk