| Commit message (Expand) | Author | Age | Files | Lines |
* | HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d... | Petr Doubek | 2004-08-12 | 1 | -3/+23 |
* | ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) | Michael Niedermayer | 2004-07-25 | 1 | -1/+7 |
* | image2 / image API cleanup phase-1 | Michael Niedermayer | 2004-07-15 | 1 | -0/+1 |
* | fix first timestamp when decoding mpeg-ps | Michael Niedermayer | 2004-06-30 | 1 | -1/+8 |
* | flush audio encoder buffers at the end | Michael Niedermayer | 2004-06-22 | 1 | -0/+4 |
* | 1000l | Michael Niedermayer | 2004-06-20 | 1 | -2/+2 |
* | user specified start time offset | Wolfram Gloger | 2004-06-11 | 1 | -3/+8 |
* | correctly interleave packets during encoding | Michael Niedermayer | 2004-05-29 | 1 | -39/+134 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -19/+94 |
* | 100l (avi seeking) | Michael Niedermayer | 2004-05-24 | 1 | -1/+1 |
* | cur_dts in native timebase | Michael Niedermayer | 2004-05-23 | 1 | -74/+34 |
* | store index for seeking in the native timebase of each stream | Michael Niedermayer | 2004-05-23 | 1 | -16/+49 |
* | move time_base (pts_num/pts_den) from AVFormatContext -> AVStream | Michael Niedermayer | 2004-05-21 | 1 | -41/+37 |
* | NULL pointers ... | Michael Niedermayer | 2004-04-27 | 1 | -0/+5 |
* | moving nearly identical binary search code from nut/mpeg/asf to utils.c | Michael Niedermayer | 2004-04-12 | 1 | -2/+155 |
* | dont reduce the min_distance of AVIndexEntry | Michael Niedermayer | 2004-04-07 | 1 | -0/+3 |
* | move zero size hack from ogg.c to utils.c | Michael Niedermayer | 2004-04-04 | 1 | -4/+9 |
* | fix obnoxious ogg_packet passing from encoder to muxer | Michael Niedermayer | 2004-04-04 | 1 | -1/+7 |
* | remove spyware from ogg*.c | Michael Niedermayer | 2004-04-04 | 1 | -1/+2 |
* | av_log() cleanup | Michael Niedermayer | 2004-03-03 | 1 | -14/+14 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2004-03-03 | 1 | -12/+32 |
* | avsync patch by (Gildas Bazin <gbazin at altern dot org>) | Gildas Bazin | 2004-02-20 | 1 | -2/+8 |
* | store searched distance in index, so we dont waste time searching for keyfram... | Michael Niedermayer | 2004-01-17 | 1 | -5/+10 |
* | caching of timestamps for mpeg-ps so seeking is faster | Michael Niedermayer | 2004-01-13 | 1 | -24/+58 |
* | fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if... | Fabrice Bellard | 2003-12-16 | 1 | -17/+9 |
* | make av_read_frame() return buffered frames at EOF | Fabrice Bellard | 2003-12-15 | 1 | -4/+24 |
* | copy packet without omitting the padding | Fabrice Bellard | 2003-12-09 | 1 | -2/+4 |
* | fixed memory leak | Fabrice Bellard | 2003-11-20 | 1 | -4/+2 |
* | initial av_read_frame() and av_seek_frame() support | Fabrice Bellard | 2003-11-10 | 1 | -198/+718 |
* | make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() | Fabrice Bellard | 2003-10-29 | 1 | -71/+94 |
* | GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot... | Panagiotis Issaris | 2003-10-26 | 1 | -3/+3 |
* | simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c | Fabrice Bellard | 2003-09-08 | 1 | -53/+3 |
* | removed ctype.h header | Fabrice Bellard | 2003-09-08 | 1 | -1/+0 |
* | memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) | Michael Niedermayer | 2003-09-07 | 1 | -3/+4 |
* | 1000l in abbrv. table | Roman Shaposhnik | 2003-08-29 | 1 | -2/+2 |
* | * making resolution abbreviations right | Roman Shaposhnik | 2003-08-29 | 1 | -2/+6 |
* | suppressed frame number modulus hack - added loop_input hack which I find eas... | Fabrice Bellard | 2003-08-24 | 1 | -7/+0 |
* | win32 compile fix | Fabrice Bellard | 2003-08-24 | 1 | -4/+10 |
* | all human-readable output should go into stderr for now. We really | Roman Shaposhnik | 2003-08-21 | 1 | -8/+8 |
* | no default bit rate if decoding | Fabrice Bellard | 2003-08-08 | 1 | -1/+4 |
* | initial duration/start_time generic support - displays stream duration and av... | Fabrice Bellard | 2003-08-08 | 1 | -0/+318 |
* | fix fmt == NULL case | Fabrice Bellard | 2003-07-16 | 1 | -1/+1 |
* | fixed RTP/TCP client support | Fabrice Bellard | 2003-07-15 | 1 | -5/+18 |
* | * First round of AV sync fixes. | Roman Shaposhnik | 2003-07-12 | 1 | -13/+52 |
* | mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator)) | Michael Niedermayer | 2003-07-04 | 1 | -1/+1 |
* | VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) | Michael Niedermayer | 2003-05-05 | 1 | -4/+4 |
* | merging a small amount of the changes from BroadQ, the rest is either not cle... | Michael Niedermayer | 2003-03-18 | 1 | -3/+3 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -12/+11 |
* | read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed) | Michael Niedermayer | 2003-03-08 | 1 | -0/+5 |
* | move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) | Michael Niedermayer | 2003-02-26 | 1 | -1/+1 |