Sun, 09 Sep 2007 17:54:26 +0000 |
gpoirier |
Improve track number decoding for some WMA files
libavformat
|
Sun, 02 Sep 2007 15:58:43 +0000 |
michael |
workaround ms (lack of) intelligence in their design of dvr-ms
libavformat
|
Fri, 17 Aug 2007 06:49:43 +0000 |
benoit |
store asf streaming bitrates consistently
libavformat
|
Mon, 06 Aug 2007 20:37:45 +0000 |
michael |
more verbose error
libavformat
|
Mon, 06 Aug 2007 20:36:55 +0000 |
michael |
ignore preroll, it is generally not what AVStream.start_time should contain
libavformat
|
Fri, 27 Jul 2007 00:29:33 +0000 |
michael |
ignore invalid packet_obj_size
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Fri, 15 Jun 2007 09:10:19 +0000 |
benoit |
Add support for track numbers when they are set via strings
libavformat
|
Tue, 12 Jun 2007 09:29:25 +0000 |
diego |
misc spelling fixes
libavformat
|
Sun, 06 May 2007 12:04:17 +0000 |
diego |
cosmetics: Fix indentation after last commit, patch by Zuxy Meng.
libavformat
|
Mon, 30 Apr 2007 15:56:11 +0000 |
benoit |
use asf stream information to set bitrate
libavformat
|
Sun, 15 Apr 2007 13:51:57 +0000 |
aurel |
add an enum for need_parsing
libavformat
|
Thu, 12 Apr 2007 08:11:33 +0000 |
benoit |
DVR-MS probe audio format
libavformat
|
Sun, 08 Apr 2007 11:34:15 +0000 |
michael |
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
libavformat
|
Fri, 30 Mar 2007 16:20:40 +0000 |
michael |
fix demuxing of IMAG0002.ASF
libavformat
|
Wed, 28 Mar 2007 14:48:42 +0000 |
bcoudurier |
revert r8538 (set bit rate for asf format) until regression tests issue is stated
libavformat
|
Wed, 28 Mar 2007 12:03:37 +0000 |
bcoudurier |
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com
libavformat
|
Sun, 11 Mar 2007 03:36:17 +0000 |
michael |
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea
libavformat
|
Mon, 05 Mar 2007 01:19:36 +0000 |
michael |
off by one error
libavformat
|
Tue, 20 Feb 2007 23:44:11 +0000 |
takis |
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
libavformat
|
Sat, 10 Feb 2007 03:36:12 +0000 |
michael |
use dvr-ms timestamps
libavformat
|
Fri, 02 Feb 2007 14:33:25 +0000 |
kostya |
Set correct aspect ratio (it's sample aspect, not display aspect)
libavformat
|
Wed, 31 Jan 2007 23:32:01 +0000 |
michael |
extract aspect ratio
libavformat
|
Mon, 29 Jan 2007 14:54:55 +0000 |
michael |
fix seeking in wma
libavformat
|
Sat, 27 Jan 2007 12:07:16 +0000 |
michael |
stealing a few field names from mplayers asf demuxer
libavformat
|
Tue, 23 Jan 2007 21:25:06 +0000 |
michael |
make the asf demuxer resistant against insertion/deletion errors
libavformat
|
Mon, 22 Jan 2007 21:38:33 +0000 |
michael |
consistant error return for asf_get_packet()
libavformat
|
Mon, 22 Jan 2007 21:33:26 +0000 |
michael |
better padsize check
libavformat
|
Mon, 22 Jan 2007 21:31:40 +0000 |
michael |
more correct error message
libavformat
|
Mon, 22 Jan 2007 21:28:56 +0000 |
michael |
replace wrong return 0 by -1
libavformat
|
Mon, 22 Jan 2007 21:17:54 +0000 |
michael |
check to detect nonsense fragment size
libavformat
|
Mon, 22 Jan 2007 17:06:46 +0000 |
michael |
inden(ta)tion
libavformat
|
Mon, 22 Jan 2007 17:01:01 +0000 |
michael |
replace nonsense code by something which makes at least some sense
libavformat
|
Mon, 22 Jan 2007 16:37:45 +0000 |
michael |
check fragment offset and size
libavformat
|
Mon, 22 Jan 2007 12:55:23 +0000 |
michael |
move frame header reading into its own function
libavformat
|
Mon, 22 Jan 2007 12:52:49 +0000 |
michael |
more correct packet alignment check and correction
libavformat
|
Mon, 22 Jan 2007 12:33:10 +0000 |
michael |
10l
libavformat
|
Mon, 22 Jan 2007 11:04:55 +0000 |
michael |
cosmetics (aligne stuff nicely)
libavformat
|
Mon, 22 Jan 2007 11:03:47 +0000 |
michael |
get rid of some sensless malloc/free
libavformat
|
Mon, 22 Jan 2007 11:01:27 +0000 |
michael |
simplify
libavformat
|
Mon, 22 Jan 2007 10:53:57 +0000 |
michael |
remove a few unused and duplicated variables
libavformat
|
Mon, 22 Jan 2007 03:19:00 +0000 |
michael |
adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses
libavformat
|
Mon, 22 Jan 2007 01:21:16 +0000 |
michael |
cosmetic
libavformat
|
Mon, 22 Jan 2007 00:20:58 +0000 |
michael |
these variables seem to be unused on the demuxer side so theres no sense in setting them
libavformat
|
Sun, 21 Jan 2007 23:03:09 +0000 |
michael |
get rid of a few idiotic asserts()
libavformat
|
Sun, 21 Jan 2007 22:46:14 +0000 |
michael |
useless &0x80
libavformat
|
Sun, 21 Jan 2007 20:15:55 +0000 |
michael |
remove sensless casts
libavformat
|
Sun, 21 Jan 2007 20:06:19 +0000 |
michael |
simplify GUIDs
libavformat
|
Mon, 15 Jan 2007 23:47:53 +0000 |
michael |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv
libavformat
|
Thu, 28 Dec 2006 00:24:24 +0000 |
aurel |
Decode genre on asf/wma files.
libavformat
|
Mon, 04 Dec 2006 15:46:32 +0000 |
takis |
Minor modifications to handle mms streaming.
libavformat
|
Tue, 14 Nov 2006 14:37:59 +0000 |
gpoirier |
Use common macro PUT_UTF8 in asf.c
libavformat
|
Wed, 01 Nov 2006 22:39:58 +0000 |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
libavformat
|
Mon, 23 Oct 2006 08:57:54 +0000 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
Sat, 14 Oct 2006 20:43:39 +0000 |
rathann |
Use proper PRI?64 macros for %ll? format to fix printf format warnings:
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Wed, 27 Sep 2006 21:19:47 +0000 |
michael |
prevent infinite loop with VORC012.WMA
libavformat
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavformat
|
Wed, 23 Aug 2006 20:24:58 +0000 |
michael |
fix fallback if theres no index
libavformat
|
Wed, 23 Aug 2006 17:07:01 +0000 |
michael |
read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmpeg-devel] dvr-ms seek help request')
libavformat
|
Wed, 23 Aug 2006 16:26:59 +0000 |
michael |
value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/Steve Lhomme)
libavformat
|
Wed, 23 Aug 2006 16:24:39 +0000 |
michael |
total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Steve Lhomme)
libavformat
|
Sat, 29 Jul 2006 16:07:19 +0000 |
gpoirier |
The reader ignores the size of the ASF data object and keeps on
libavformat
|
Wed, 12 Jul 2006 00:09:34 +0000 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
Mon, 10 Jul 2006 21:14:37 +0000 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
Sun, 09 Jul 2006 23:40:53 +0000 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
Fri, 16 Jun 2006 07:54:37 +0000 |
mru |
free codec extradata in av_close_input_file
libavformat
|
Thu, 02 Mar 2006 19:50:21 +0000 |
michael |
timebase fix
libavformat
|
Wed, 01 Mar 2006 11:29:55 +0000 |
michael |
add size to AVIndex
libavformat
|
Sat, 25 Feb 2006 22:41:31 +0000 |
mru |
kill some warnings
libavformat
|
Sun, 12 Feb 2006 02:24:37 +0000 |
alex |
10l, fails to compile when debug enabled
libavformat
|
Fri, 20 Jan 2006 23:48:16 +0000 |
michael |
audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Mon, 12 Dec 2005 01:56:46 +0000 |
mru |
use PRIxN, %zd, %td formats where needed
libavformat
|
Wed, 26 Oct 2005 12:15:09 +0000 |
gpoirier |
Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com >
libavformat
|
Fri, 23 Sep 2005 00:25:41 +0000 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
Wed, 10 Aug 2005 23:41:20 +0000 |
michael |
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com)
libavformat
|
Wed, 27 Jul 2005 07:31:40 +0000 |
michael |
round pointer up to next packet_size multiple
libavformat
|
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
|