summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Collapse)AuthorAge
* 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
* make av_read_frame() return buffered frames at EOFFabrice Bellard2003-12-15
| | | | Originally committed as revision 2616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy packet without omitting the paddingFabrice Bellard2003-12-09
| | | | Originally committed as revision 2584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed memory leakFabrice Bellard2003-11-20
| | | | Originally committed as revision 2525 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
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc ↵Panagiotis Issaris2003-10-26
| | | | | | dot ac dot be>) Originally committed as revision 2440 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
* removed ctype.h headerFabrice Bellard2003-09-08
| | | | Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)Michael Niedermayer2003-09-07
| | | | Originally committed as revision 2216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l in abbrv. tableRoman Shaposhnik2003-08-29
| | | | Originally committed as revision 2179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * making resolution abbreviations rightRoman Shaposhnik2003-08-29
| | | | | | * introducing sntsc/spal for square pixel ntsc/pal Originally committed as revision 2177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed frame number modulus hack - added loop_input hack which I find ↵Fabrice Bellard2003-08-24
| | | | | | easier to understand Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 compile fixFabrice Bellard2003-08-24
| | | | Originally committed as revision 2139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all human-readable output should go into stderr for now. We reallyRoman Shaposhnik2003-08-21
| | | | | | need a generic logging facility in ffmpeg, but this will suffice for now. Originally committed as revision 2131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no default bit rate if decodingFabrice Bellard2003-08-08
| | | | Originally committed as revision 2117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial duration/start_time generic support - displays stream duration and ↵Fabrice Bellard2003-08-08
| | | | | | average total bitrate when using an input file Originally committed as revision 2115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fmt == NULL caseFabrice Bellard2003-07-16
| | | | Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed RTP/TCP client supportFabrice Bellard2003-07-15
| | | | Originally committed as revision 2045 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
* mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-04
| | | | Originally committed as revision 2012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)Michael Niedermayer2003-05-05
| | | | Originally committed as revision 1836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging a small amount of the changes from BroadQ, the rest is either not ↵Michael Niedermayer2003-03-18
| | | | | | clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) Originally committed as revision 1690 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
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-26
| | | | Originally committed as revision 1608 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
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-03
| | | | Originally committed as revision 1542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-23
| | | | Originally committed as revision 1501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video_device fixesFabrice Bellard2003-01-23
| | | | Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-11
| | | | Originally committed as revision 1443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added still image supportFabrice Bellard2003-01-11
| | | | Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-20
| | | | Originally committed as revision 1347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Extend the syntax of a filename for the img reader to allow looping. ThusPhilip Gladstone2002-12-11
| | | | | | | %125*d means substitute the frame number MOD 125 into the filename. This is a cheap method of having an infinite stream. Originally committed as revision 1332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | 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-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk