Mon, 20 Aug 2007 09:28:44 +0000 |
reimar |
We can support SEEK_END seeks only when stream->end_pos is known
|
Mon, 20 Aug 2007 09:27:47 +0000 |
reimar |
Add support for AVSEEK_SIZE in demux_lavf
|
Sun, 19 Aug 2007 21:22:27 +0000 |
reimar |
Do not seek to an invalid position.
|
Fri, 13 Jul 2007 21:15:24 +0000 |
aurel |
add support for subtitles thru lavf
|
Thu, 10 May 2007 15:47:06 +0000 |
compn |
add txd codec, works with http://samples.mplayerhq.hu/game-formats/txd/fronten2.txd .
|
Wed, 25 Apr 2007 00:02:23 +0000 |
diego |
Add support for Bethesda Software VID video.
|
Fri, 20 Apr 2007 21:49:49 +0000 |
nicodvb |
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
|
Mon, 16 Apr 2007 20:08:29 +0000 |
reimar |
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files
|
Sat, 14 Apr 2007 10:07:36 +0000 |
reimar |
Use lavf_preferred mechanism to replace more extension-based detection hacks
|
Sat, 14 Apr 2007 10:03:42 +0000 |
reimar |
Add lavf_preferred demuxer for lavf formats we want to be probed
|
Sat, 07 Apr 2007 16:50:33 +0000 |
diego |
support for C93 video
|
Sat, 07 Apr 2007 16:31:12 +0000 |
diego |
support for THP ADPCM audio
|
Sun, 01 Apr 2007 15:59:44 +0000 |
diego |
Add support for the THP game format.
|
Sat, 17 Mar 2007 21:21:04 +0000 |
compn |
add fourcc for dxa files, approved by diego
|
Thu, 15 Mar 2007 18:36:36 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Sun, 04 Mar 2007 16:23:18 +0000 |
nicodvb |
when seeking consider stream->start_pos instead of 0 as initial position; patch by Zuxy Meng approved by Michael
|
Tue, 20 Feb 2007 16:16:53 +0000 |
michael |
dont set 0 nBlockAlign
|
Tue, 06 Feb 2007 22:15:20 +0000 |
reimar |
Support selecting a specific lavf demuxer and listing available ones via -lavfdopts
|
Tue, 30 Jan 2007 16:16:10 +0000 |
reimar |
Support 16bit bigendian PCM audio from libavformat
|
Thu, 25 Jan 2007 10:49:43 +0000 |
reimar |
Remove ff_gcd prototype and include avutil.h instead where it is defined.
|
Sun, 21 Jan 2007 15:44:58 +0000 |
reimar |
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
|
Sun, 21 Jan 2007 10:33:34 +0000 |
reimar |
Forgotten CodecTag -> AVCodecTag
|
Sun, 21 Jan 2007 10:17:40 +0000 |
reimar |
Fix compilation after lavf changes
|
Sat, 06 Jan 2007 17:28:11 +0000 |
reimar |
Include "internal" libavformat/riff.h also when dynamic libavformat is used
|
Sun, 31 Dec 2006 10:54:32 +0000 |
michael |
sort
|
Fri, 29 Dec 2006 18:56:28 +0000 |
michael |
first step toward amr-nb muxing support
|
Thu, 28 Dec 2006 00:40:49 +0000 |
aurel |
add support for musepack native decoder from ffmpeg (require -demuxer lavf)
|
Sun, 10 Dec 2006 21:37:00 +0000 |
reimar |
Respect -noidx in lavf demuxer
|
Sun, 10 Dec 2006 00:50:38 +0000 |
uau |
Set AVFMT_FLAG_GENPTS if -correct-pts is used.
|
Wed, 29 Nov 2006 10:51:39 +0000 |
diego |
support for Westwood SND1 audio
|
Mon, 20 Nov 2006 23:31:01 +0000 |
nicodvb |
check we aren't short of sh_videos before allocating another one
|
Sat, 18 Nov 2006 11:24:09 +0000 |
diego |
support for XAN DPCM audio
|
Fri, 17 Nov 2006 22:52:57 +0000 |
diego |
support for some more fringe formats, still buggy ..
|
Fri, 17 Nov 2006 10:35:10 +0000 |
diego |
support flic video through lavf
|
Thu, 16 Nov 2006 13:15:05 +0000 |
diego |
cosmetics: Restore alphabetical order, align both tables.
|
Thu, 16 Nov 2006 12:42:32 +0000 |
diego |
support for RoQ video and audio through libavformat
|
Thu, 16 Nov 2006 12:33:12 +0000 |
diego |
support for Electronic Arts ADPCM audio
|
Thu, 16 Nov 2006 12:28:39 +0000 |
diego |
support for Delphine CIN audio and video
|
Thu, 16 Nov 2006 01:17:19 +0000 |
diego |
support for Interplay DPCM audio
|
Thu, 16 Nov 2006 00:59:01 +0000 |
diego |
cosmetics: alphabetical order and prettyprinting for the CodecTag table
|
Thu, 16 Nov 2006 00:56:35 +0000 |
diego |
support for Sierra VMD video
|
Thu, 16 Nov 2006 00:20:55 +0000 |
diego |
Add support for Tiertex SEQ video.
|
Wed, 15 Nov 2006 23:42:47 +0000 |
diego |
Add support for Westwood IMA ADPCM audio.
|
Wed, 08 Nov 2006 10:49:34 +0000 |
diego |
Move some FourCC values from libavformat/riff.c to our private mapping.
|
Tue, 07 Nov 2006 17:37:23 +0000 |
reimar |
Add our own CODEC_ID -> fourcc translation tables so we do not need
|
Thu, 05 Oct 2006 21:25:22 +0000 |
reimar |
Implement absolute and percent-based seek
|
Thu, 31 Aug 2006 21:26:02 +0000 |
nicodvb |
include forgotten limits.h
|
Wed, 30 Aug 2006 22:25:40 +0000 |
nicodvb |
added lavfdopts to pass options to libavformat
|
Fri, 28 Jul 2006 13:39:11 +0000 |
reimar |
Do not treat AV_NOPTS_VALUE as a valid duration value.
|
Sun, 23 Jul 2006 09:05:10 +0000 |
reimar |
Take start time into consideration when calculation percentage position
|
Thu, 13 Jul 2006 23:02:03 +0000 |
diego |
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
|
Thu, 13 Jul 2006 16:41:13 +0000 |
reynaldo |
drops casts from void * on malloc/calloc from libmpdemux code
|
Mon, 10 Jul 2006 02:53:06 +0000 |
rfelker |
more c++ decl crap
|
Wed, 28 Jun 2006 19:27:04 +0000 |
pacman |
Remove bogus stream_eof() test - av_read_frame() has its own buffer and can
|
Wed, 21 Jun 2006 19:24:17 +0000 |
nicodvb |
support for -alang
|
Tue, 20 Jun 2006 19:57:16 +0000 |
nicodvb |
support for audio stream switching
|
Mon, 27 Mar 2006 17:25:41 +0000 |
diego |
Convert printfs in aviprint.c to mp_msg and give the information printing
|
Fri, 24 Mar 2006 08:12:03 +0000 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
Fri, 17 Feb 2006 01:57:41 +0000 |
corey |
Second-try commit of this patch.
|
Thu, 09 Feb 2006 19:39:51 +0000 |
corey |
Reverse commit of unfinished patch for passing audio_delay to the demuxers.
|