Sun, 23 May 2004 16:26:12 +0000 |
michael |
store index for seeking in the native timebase of each stream
libavformat
|
Fri, 21 May 2004 20:43:21 +0000 |
michael |
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
libavformat
|
Tue, 27 Apr 2004 02:55:05 +0000 |
michael |
NULL pointers ...
libavformat
|
Mon, 12 Apr 2004 16:50:03 +0000 |
michael |
moving nearly identical binary search code from nut/mpeg/asf to utils.c
libavformat
|
Wed, 07 Apr 2004 21:33:53 +0000 |
michael |
dont reduce the min_distance of AVIndexEntry
libavformat
|
Sun, 04 Apr 2004 18:33:07 +0000 |
michael |
move zero size hack from ogg.c to utils.c
libavformat
|
Sun, 04 Apr 2004 14:39:20 +0000 |
michael |
fix obnoxious ogg_packet passing from encoder to muxer
libavformat
|
Sun, 04 Apr 2004 01:10:50 +0000 |
michael |
remove spyware from ogg*.c
libavformat
|
Wed, 03 Mar 2004 17:53:55 +0000 |
michael |
av_log() cleanup
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Fri, 20 Feb 2004 14:39:15 +0000 |
michael |
avsync patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
Sat, 17 Jan 2004 18:06:52 +0000 |
michael |
store searched distance in index, so we dont waste time searching for keyframes where we already searched
libavformat
|
Tue, 13 Jan 2004 22:02:49 +0000 |
michael |
caching of timestamps for mpeg-ps so seeking is faster
libavformat
|
Tue, 16 Dec 2003 11:21:25 +0000 |
bellard |
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)
libavformat
|
Mon, 15 Dec 2003 14:45:37 +0000 |
bellard |
make av_read_frame() return buffered frames at EOF
libavformat
|
Tue, 09 Dec 2003 15:34:44 +0000 |
bellard |
copy packet without omitting the padding
libavformat
|
Thu, 20 Nov 2003 11:22:25 +0000 |
bellard |
fixed memory leak
libavformat
|
Mon, 10 Nov 2003 18:37:55 +0000 |
bellard |
initial av_read_frame() and av_seek_frame() support
libavformat
|
Wed, 29 Oct 2003 14:20:56 +0000 |
bellard |
make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()
libavformat
|
Sun, 26 Oct 2003 10:49:49 +0000 |
michael |
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)
libavformat
|
Mon, 08 Sep 2003 21:20:55 +0000 |
bellard |
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
libavformat
|
Mon, 08 Sep 2003 20:04:44 +0000 |
bellard |
removed ctype.h header
libavformat
|
Sun, 07 Sep 2003 09:26:39 +0000 |
michaelni |
memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)
libavformat
|
Fri, 29 Aug 2003 17:27:48 +0000 |
romansh |
1000l in abbrv. table
libavformat
|
Fri, 29 Aug 2003 06:58:55 +0000 |
romansh |
* making resolution abbreviations right
libavformat
|
Sun, 24 Aug 2003 21:20:44 +0000 |
bellard |
suppressed frame number modulus hack - added loop_input hack which I find easier to understand
libavformat
|
Sun, 24 Aug 2003 13:59:05 +0000 |
bellard |
win32 compile fix
libavformat
|
Thu, 21 Aug 2003 21:04:19 +0000 |
romansh |
all human-readable output should go into stderr for now. We really
libavformat
|
Fri, 08 Aug 2003 18:13:43 +0000 |
bellard |
no default bit rate if decoding
libavformat
|
Fri, 08 Aug 2003 18:02:23 +0000 |
bellard |
initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file
libavformat
|