Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 23 Jun 2005 00:12:36 +0000 |
michael |
typo
libavformat
|
Thu, 26 May 2005 20:17:12 +0000 |
michael |
AVPacket.pos
libavformat
|
Sat, 30 Apr 2005 21:43:59 +0000 |
michael |
switch to native time bases
libavformat
|
Sun, 24 Apr 2005 17:21:11 +0000 |
melanson |
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
libavformat
|
Tue, 19 Apr 2005 00:35:08 +0000 |
michael |
fixing demuxing of DV5700.asf
libavformat
|
Thu, 17 Mar 2005 01:25:01 +0000 |
michael |
more fine grained discarding of packets
libavformat
|
Sat, 22 Jan 2005 13:36:02 +0000 |
michael |
support discarding uninterresting packets
libavformat
|
Wed, 12 Jan 2005 00:16:25 +0000 |
michael |
various security fixes and precautionary checks
libavformat
|
Wed, 22 Dec 2004 03:04:21 +0000 |
michael |
preroll is in ms
libavformat
|
Tue, 21 Dec 2004 02:01:32 +0000 |
michael |
fix regression test failure
libavformat
|
Sat, 13 Nov 2004 01:27:35 +0000 |
michael |
allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end
libavformat
|
Sun, 24 Oct 2004 13:07:59 +0000 |
michael |
dvr-ms video decoding support
libavformat
|
Sun, 10 Oct 2004 22:05:43 +0000 |
michael |
use native timebase for seeking
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
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
|
Mon, 12 Apr 2004 16:50:03 +0000 |
michael |
moving nearly identical binary search code from nut/mpeg/asf to utils.c
libavformat
|
Fri, 05 Mar 2004 22:10:50 +0000 |
michael |
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
libavformat
|
Fri, 05 Mar 2004 21:34:30 +0000 |
michael |
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
libavformat
|
Wed, 03 Mar 2004 15:41:21 +0000 |
michael |
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
Sat, 17 Jan 2004 20:26:44 +0000 |
michael |
seeking stuff
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
|
Wed, 14 Jan 2004 21:50:05 +0000 |
michael |
header parser fix
libavformat
|
Wed, 14 Jan 2004 21:27:59 +0000 |
michael |
replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting
libavformat
|
Wed, 14 Jan 2004 18:40:29 +0000 |
michael |
use packet number instead of byte number internally for seeking
libavformat
|
Wed, 14 Jan 2004 18:32:49 +0000 |
michael |
unused
libavformat
|
Wed, 14 Jan 2004 18:18:47 +0000 |
michael |
seeking fixes
libavformat
|
Wed, 14 Jan 2004 14:45:53 +0000 |
michael |
memleak fix
libavformat
|
Wed, 14 Jan 2004 13:32:49 +0000 |
michael |
seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
libavformat
|
Tue, 06 Jan 2004 15:31:36 +0000 |
michael |
ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
libavformat
|
Mon, 10 Nov 2003 18:49:58 +0000 |
bellard |
frame rate should be completely disabled in asf (closer now) - disabled seek
libavformat
|
Tue, 04 Nov 2003 19:35:43 +0000 |
romansh |
* fixes for broken builds on Solaris, OS2 and all bingendian
libavformat
|
Sun, 02 Nov 2003 21:55:38 +0000 |
rtognimp |
Make avi and asf demuxer export palette in palctrl
libavformat
|
Tue, 14 Oct 2003 04:15:53 +0000 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
Wed, 10 Sep 2003 22:37:33 +0000 |
bellard |
64 bit pts for writing - more const usage
libavformat
|
Mon, 08 Sep 2003 22:04:29 +0000 |
bellard |
CODEC_ID_MP3LAME is obsolete
libavformat
|
Mon, 18 Aug 2003 09:20:02 +0000 |
michaelni |
use codec_tag for encoding too
libavformat
|
Fri, 08 Aug 2003 17:52:53 +0000 |
bellard |
update duration and start_time - add av_new_stream() usage
libavformat
|
Sat, 24 May 2003 18:48:30 +0000 |
mellum |
Warning and compatibility fixes.
libavformat
|
Tue, 22 Apr 2003 08:32:33 +0000 |
kabi |
* filling bitdepth
libavformat
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavformat
|
Wed, 12 Mar 2003 01:35:47 +0000 |
michaelni |
correct AUDIO strf parsing patch by (Roman Shaposhnick <rvs at sun dot com>)
libavformat
|
Sat, 08 Mar 2003 01:40:52 +0000 |
michaelni |
merging fourcc with codec_tag
libavformat
|
Tue, 25 Feb 2003 13:12:41 +0000 |
mmu_man |
prettier debug output
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Fri, 20 Dec 2002 23:10:58 +0000 |
michaelni |
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
libavformat
|
Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavformat
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|