62 Commits (95d45b1e640ea9e99524b4a5dfda72a5f1cf3173)

Author SHA1 Message Date
Michael Niedermayer 03cfe134ca image2 / image API cleanup phase-1 21 years ago
Michael Niedermayer 0ff7199f59 fix first timestamp when decoding mpeg-ps 21 years ago
Michael Niedermayer 6f82497728 flush audio encoder buffers at the end 21 years ago
Michael Niedermayer cf7eef66ce 1000l 21 years ago
Wolfram Gloger a6a92a9aa6 user specified start time offset 21 years ago
Michael Niedermayer 3c895fc098 correctly interleave packets during encoding 21 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 4fc2c6447f 100l (avi seeking) 21 years ago
Michael Niedermayer 77405fc866 cur_dts in native timebase 21 years ago
Michael Niedermayer cdd5034f89 store index for seeking in the native timebase of each stream 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Michael Niedermayer 293ed23f12 NULL pointers ... 21 years ago
Michael Niedermayer 8d14a25c3e moving nearly identical binary search code from nut/mpeg/asf to utils.c 21 years ago
Michael Niedermayer c9247fc37a dont reduce the min_distance of AVIndexEntry 21 years ago
Michael Niedermayer b0c7f5a9d8 move zero size hack from ogg.c to utils.c 21 years ago
Michael Niedermayer 6d8f985ecf fix obnoxious ogg_packet passing from encoder to muxer 21 years ago
Michael Niedermayer 8bfed902f3 remove spyware from ogg*.c 21 years ago
Michael Niedermayer 4346539522 av_log() cleanup 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Gildas Bazin 2092bd7531 avsync patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Michael Niedermayer 3e9245a98e store searched distance in index, so we dont waste time searching for keyframes where we already searched 21 years ago
Michael Niedermayer b754978a3b caching of timestamps for mpeg-ps so seeking is faster 21 years ago
Fabrice Bellard 6ec87caa70 fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) 21 years ago
Fabrice Bellard 3735396022 make av_read_frame() return buffered frames at EOF 21 years ago
Fabrice Bellard 8a56ac7b89 copy packet without omitting the padding 21 years ago
Fabrice Bellard bcbecff13f fixed memory leak 21 years ago
Fabrice Bellard fb2758c83d initial av_read_frame() and av_seek_frame() support 21 years ago
Fabrice Bellard da24c5e330 make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() 21 years ago
Panagiotis Issaris 0bf92f7957 GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) 21 years ago
Fabrice Bellard f71869a4db simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c 21 years ago
Fabrice Bellard 4358d5def3 removed ctype.h header 21 years ago
Michael Niedermayer 0a5f92a120 memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>) 21 years ago
Roman Shaposhnik 904736b519 1000l in abbrv. table 22 years ago
Roman Shaposhnik ba2a8cb40b * making resolution abbreviations right 22 years ago
Fabrice Bellard 22b37f5d32 suppressed frame number modulus hack - added loop_input hack which I find easier to understand 22 years ago
Fabrice Bellard 00b4fdb758 win32 compile fix 22 years ago
Roman Shaposhnik c92454179d all human-readable output should go into stderr for now. We really 22 years ago
Fabrice Bellard 48091512c9 no default bit rate if decoding 22 years ago
Fabrice Bellard 12f996edfa initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file 22 years ago
Fabrice Bellard afdd82bbf0 fix fmt == NULL case 22 years ago
Fabrice Bellard b689213642 fixed RTP/TCP client support 22 years ago
Roman Shaposhnik 445f1b83ad * First round of AV sync fixes. 22 years ago
Michael Niedermayer e71ea8b251 mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator)) 22 years ago
Michael Niedermayer b530f84262 VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 22 years ago
Michael Niedermayer a05c8d7177 merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer b559b29b1f read BITMAPINFOHEADER extra stuff (huffyuv decoding fixed) 22 years ago
Michael Niedermayer 2ec23b6d44 move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago