summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* NULL pointers ...Michael Niedermayer2004-04-27
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
* dont reduce the min_distance of AVIndexEntryMichael Niedermayer2004-04-07
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-04
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
* av_log() cleanupMichael Niedermayer2004-03-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-20
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-17
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-13
* fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if...Fabrice Bellard2003-12-16
* make av_read_frame() return buffered frames at EOFFabrice Bellard2003-12-15
* copy packet without omitting the paddingFabrice Bellard2003-12-09
* fixed memory leakFabrice Bellard2003-11-20
* initial av_read_frame() and av_seek_frame() supportFabrice Bellard2003-11-10
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-29
* GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot...Panagiotis Issaris2003-10-26
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-08
* removed ctype.h headerFabrice Bellard2003-09-08
* memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)Michael Niedermayer2003-09-07
* 1000l in abbrv. tableRoman Shaposhnik2003-08-29
* * making resolution abbreviations rightRoman Shaposhnik2003-08-29
* suppressed frame number modulus hack - added loop_input hack which I find eas...Fabrice Bellard2003-08-24
* win32 compile fixFabrice Bellard2003-08-24
* all human-readable output should go into stderr for now. We reallyRoman Shaposhnik2003-08-21
* no default bit rate if decodingFabrice Bellard2003-08-08
* initial duration/start_time generic support - displays stream duration and av...Fabrice Bellard2003-08-08
* fix fmt == NULL caseFabrice Bellard2003-07-16
* fixed RTP/TCP client supportFabrice Bellard2003-07-15
* * First round of AV sync fixes.Roman Shaposhnik2003-07-12
* mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))Michael Niedermayer2003-07-04
* VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)Michael Niedermayer2003-05-05
* merging a small amount of the changes from BroadQ, the rest is either not cle...Michael Niedermayer2003-03-18
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed)Michael Niedermayer2003-03-08
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-26
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-03
* zero sized malloc patch by Roman ShaposhnickRoman Shaposhnik2003-01-23
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
* video_device fixesFabrice Bellard2003-01-23
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
* jpeg detection fix - fixed imagepipe outputFabrice Bellard2003-01-11
* added still image supportFabrice Bellard2003-01-11
* mingw patch by (Bill Eldridge <bill at rfa dot org>)Bill Eldridge2002-12-20
* * Extend the syntax of a filename for the img reader to allow looping. ThusPhilip Gladstone2002-12-11