aboutsummaryrefslogtreecommitdiffstats
path: root/libav/avformat.h
Commit message (Collapse)AuthorAgeFilesLines
* * redundant declaration removedZdenek Kabelac2002-07-081-1/+0
| | | | Originally committed as revision 724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mux/demux related structures - added file probing support - improve ↵Fabrice Bellard2002-05-201-76/+126
| | | | | | media file reading API Originally committed as revision 545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av memory handling functionsFabrice Bellard2002-05-181-0/+3
| | | | Originally committed as revision 528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added r_frame_rate in AVStream to store the real frame rate.Juanjo2002-05-141-0/+1
| | | | | | | - This stuff could be done in AVCodecContext and the real frame rate calculated in utils.c, but we don't changes in that by now ;) Originally committed as revision 497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo2002-05-121-1/+3
| | | | Originally committed as revision 491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add prototype for strlcpyPhilip Gladstone2002-05-101-0/+2
| | | | Originally committed as revision 480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add a duration field to the AVPacketPhilip Gladstone2002-05-091-0/+1
| | | | Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-0/+4
| | | | | | | - Bug fix in wav muxer for MP2 audio. - ffmpeg/libavcodec version in MPEG-4 user data. Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * some minor modification by Philip GladstonZdenek Kabelac2002-04-081-1/+2
| | | | | | * grab containes new code Originally committed as revision 388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac2002-04-081-0/+9
| | | | | | hmm any opinions about GIF support ? Originally committed as revision 385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-071-2/+2
| | | | | | | | | | (and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed av_open_input_file() prototypeFabrice Bellard2001-09-241-1/+11
| | | | Originally committed as revision 146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added pcm formatsFabrice Bellard2001-09-231-1/+8
| | | | Originally committed as revision 142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* image number handlingFabrice Bellard2001-09-161-1/+4
| | | | Originally committed as revision 126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added raw mjpeg format - added jpeg image formatFabrice Bellard2001-08-151-0/+2
| | | | Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-131-2/+0
| | | | Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added PPM read/write support - added pgmyuvpipe format - added PPM pipe ↵Fabrice Bellard2001-08-111-0/+4
| | | | | | read/write support Originally committed as revision 65 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+192
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk