Baptiste Coudurier
5148a2aeeb
fix conversion types in dprintf
...
Originally committed as revision 5153 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
0ab16fe09d
fix a warning when DEBUG is defined
...
Originally committed as revision 5152 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c6e722e5e9
create edts atom when muxing B frames, needed to compute cts
...
Originally committed as revision 5151 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c1b8e6d8a8
do nal reformating when muxing H264, create avcc atom
...
Originally committed as revision 5150 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
70a61ed4e4
some mov files have invalid pts so we need to consider these pts too in calculating the timabase
...
Originally committed as revision 5149 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
d82da3a880
More correct demuxing and timestamp setting fot Sierra VMD
...
Originally committed as revision 5148 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c04c3282b4
simplify AVFormatParameters NULL checks
...
Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6c953a6af3
Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.
...
Originally committed as revision 5128 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Steve L'Homme
267f7edcd1
(f)printf --> av_log conversion
...
taken from a patch by Steve L'Homme
Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
8e32161943
correct computing of DV fourcc in mov muxer
...
Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com
Originally committed as revision 5124 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
6e2695947d
set track timescale to mov timescale if 0 patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
...
Originally committed as revision 5121 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
79c343c024
referencing more FCP fourccs patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
...
Originally committed as revision 5119 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
fc5188f3d1
add support for Motion JPEG 2000 file format patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
...
Originally committed as revision 5118 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
43a80ccee5
generic crc calculation code
...
Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Daniel Maas
0b297700b7
DVCPRO50 support.
...
Patch by Daniel Maas dmaas at maasdigital dot com
Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
6a045bf3bd
Support mov stsd atom version 2.
...
Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com
Originally committed as revision 5106 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
61452d5637
fixing total_frames
...
Originally committed as revision 5101 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
98740f5a79
indention
...
Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
38cf2a723c
timebase fix
...
Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
26f86eaf03
ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
...
Originally committed as revision 5098 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b72a2bc82f
dwstart support
...
Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e84dab5f57
fixing demuxing of minorityreport.AVI
...
Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
1522767d0d
compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
...
Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
7581c5f50c
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/
...
Originally committed as revision 5090 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
e01dc227f3
can't have PES headers in MPEG video elementary streams so fail probe
...
if we see one
Originally committed as revision 5089 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
8945ebb9c1
fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that)
...
Originally committed as revision 5088 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
115e8ae577
support seeking in RenderAvi.avi (audio stream == single huge chunk)
...
Originally committed as revision 5087 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
8223bca50d
10l forgot to set packet_size
...
Originally committed as revision 5086 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
1894edeb74
fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
...
Originally committed as revision 5085 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5c89153e90
add movi_list offset into index
...
Originally committed as revision 5084 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
30a43f2d09
add size to AVIndex
...
Originally committed as revision 5083 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
26d6d03270
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by
...
kostya shishkov - gmail - com.
Originally committed as revision 5082 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
94d1d6c02d
ODML index parsing support
...
Originally committed as revision 5081 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9eb40bcf41
replace if by assert as it should never by true
...
Originally committed as revision 5080 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
24300af416
Add support for drivers that can change the capture size on VIDIOC_S_FMT
...
Originally committed as revision 5076 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Flavio Pimentel Duarte
2b63c22255
Error path fix: close the video device on failure
...
Original patch by Flavio Pimentel Duarte (flaviop AT land DOT ufrj DOT br)
Originally committed as revision 5075 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
c16601bb8e
print a hint when trying V4L2 on V4L device
...
Originally committed as revision 5065 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1bd8624697
kill some warnings
...
Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b4712e3c8b
CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)
...
Originally committed as revision 5051 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
571fa53105
support correct ptses on other than version 3.2.0 aswell
...
Originally committed as revision 5047 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
fb7a2bf695
check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change
...
Originally committed as revision 5043 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
de23f234df
Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)
...
Originally committed as revision 5038 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Julian Scheid
a7f41f91e7
The current_sample field is meant to be the sample number, not an offset into
...
the sample data. Don't increment it by multiples of sc->sample_size.
patch by Julian Scheid, julian _-at-_ sektor37 _-dot-_ de
Originally committed as revision 5037 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c2ca19d7f9
RMP4 ("xvid fork") decoding support
...
Originally committed as revision 5035 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
73920f079a
simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
...
Originally committed as revision 5033 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
bd12d3e9dc
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
...
Originally committed as revision 5032 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
4ea28253b6
add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
...
Originally committed as revision 5031 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
8cecedfbe8
ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced
...
CONFIG_MUXERS from adtsenc.c, fixes compilation with --disable-muxers.
patch by Luca Abeni, lucabe72 &at& email &dot& it
Originally committed as revision 5030 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
2637670144
complete AVS playback system (from Creature Shock computer game),
...
courtesy of Aurelien Jacobs <aurel at gnuage dot org>
Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
2433f24f60
add Creative 8 bits ADPCM schemes support
...
Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago