Michael Niedermayer
293ed23f12
NULL pointers ...
...
Originally committed as revision 3080 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Hauke Duden
224944895e
mpeg SVCD compatibility, SCR fixes, standard compliance
...
- fixed VBR+constrained bitstream header flags for non-VCD
- more sane (and SVCD compatible) value for video stream->max_buffer_size
- always write at least one PES header stuffing byte for MPEG-2 to
prevent accidental start code generation
- do not write more than 16 stuffing bytes in a PES header (not
allowed). Use padding packets instead.
- include a PES extension in the first MPEG-2 packet
- fill the first pack of SVCD files with padding
- "sanity hack" that prevents the SCR from overtaking the PTS for non-VCD
- fixed VCD PTS values to correspond to the SCR
- always include DTS in the first SVCD packet (fixes lots of
compatibility problems with DVD players)
patch by (Hauke Duden <H.NS.Duden at gmx dot net>)
Originally committed as revision 3078 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7aae316869
ring buffer fix by (Luca Abeni <lucabe72 at email dot it>)
...
Originally committed as revision 3067 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
James Morrison
bb476ff367
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
...
Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Sascha Sommer
45d6de9258
nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
...
Originally committed as revision 3054 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Sascha Sommer
2a86d50bd9
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
...
Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dmitry Borisov
df70de1f61
Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)
...
Originally committed as revision 3046 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
11a8e42573
various fixes
...
Originally committed as revision 3031 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
068f2a22db
cleanup
...
fix streamcopy
Originally committed as revision 3026 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Wolfram Gloger
550f0a9b07
Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
...
Originally committed as revision 3011 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
17c22f574b
libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3009 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
31179d85cb
store correct pts
...
Originally committed as revision 3008 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
75553f825c
bit-exact
...
Originally committed as revision 3007 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2fefb2201d
distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3006 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
e5d64d6892
10l
...
Originally committed as revision 3005 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
3ec34bfdb2
libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3004 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8d14a25c3e
moving nearly identical binary search code from nut/mpeg/asf to utils.c
...
Originally committed as revision 3003 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ee77723580
codec tag for FLV
...
Originally committed as revision 3002 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7585aa5c4e
4xm codec tag
...
Originally committed as revision 3001 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
b4c64c5092
some tag for mpeg2, so looking MPEG2VIDEO up works
...
Originally committed as revision 2999 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
31290c2b9b
avoid seeking to the end, as it confuses some crappy code
...
Originally committed as revision 2996 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ee76016c79
set codec_tag
...
Originally committed as revision 2995 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a90466f741
prefix global
...
Originally committed as revision 2994 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
44f110f509
patch courtesy of Todd Kirby:
...
* Fixes a small memory leak in read_rle_sgi()
* Remove temp buffer in read_rle_sgi(). Write rle data directly to image
buffer.
* Adds sanity check to read_rle_sgi() to insure decoded rle data row
equals image width.
Originally committed as revision 2993 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
aec8f88a9e
removing keyframe prediction and checksum threshold
...
Originally committed as revision 2991 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Thomas Raivio
2768b0d99f
correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)
...
Originally committed as revision 2984 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
1c24c51dec
gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)
...
Originally committed as revision 2983 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7dddf251a2
fourcc & language code v->vb type
...
some minor cleanups
some bugfixes
seeking to type 1 and 2 frames (no index needed)
timestamp/position cache so seeking without an index is fast
Originally committed as revision 2980 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c9247fc37a
dont reduce the min_distance of AVIndexEntry
...
Originally committed as revision 2979 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
21f52609dd
support for -timestamp
...
Originally committed as revision 2978 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
e9afa2f4dd
unknown format char
...
Originally committed as revision 2976 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
8cc7a34dd0
support for wider range of codecs
...
Originally committed as revision 2973 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
465e1dadbe
10l (bytes_left() -> url_feof())
...
10l (updating LRU delta pts for type 1/2 frames)
ensure that checksumming isnt enabled if its not needed
search for next startcode and then search backward to the next valid frame if an inconsistancy is detected
deal with non-frame startcodes in the middle of the stream
Originally committed as revision 2972 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
4568325a18
* making it possible to specify recording date and time in a stream
...
Originally committed as revision 2971 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7c5934ede9
search for undamaged headers
...
Originally committed as revision 2970 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ee9f36a88e
checksuming for nut & nice checksum API for libavformat
...
Originally committed as revision 2969 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
5e9b83f5d7
antitime
...
Originally committed as revision 2968 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
5a75750785
10l (Titel->Title)
...
Originally committed as revision 2967 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
e52788d069
info packet read/write & simplify
...
Originally committed as revision 2965 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ae3fa4ea9c
make vorbis default again
...
Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
5062c202e2
10l
...
Originally committed as revision 2963 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6748046eaa
store extradata, vorbis in avi works now, dont expect av sync though
...
Originally committed as revision 2962 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2926db54ba
some random id for vorbis so we can do some experiments with vorbis in various containers, anyone knows if vorbis in WAV/AVI has a official id?
...
Originally committed as revision 2961 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a1d4d70c7a
large extradata fix
...
use 3 pts predictors for vorbis, slightly more efficient
Originally committed as revision 2960 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
b0c7f5a9d8
move zero size hack from ogg.c to utils.c
...
Originally committed as revision 2959 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a03cbe5f7f
fix global header passing from demuxer to decoder
...
Originally committed as revision 2958 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
bbb77e7c2e
remove function call from muxer->encoder and cleanly pass global headers
...
Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6d8f985ecf
fix obnoxious ogg_packet passing from encoder to muxer
...
Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d76f581ff5
kill obnoxious ogg_packet passing from demuxer to decoder
...
Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8bfed902f3
remove spyware from ogg*.c
...
fix vorbis in ogg decoding
Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago