Baptiste Coudurier
558ce5c490
fucked up alphabetical order again, sorry
...
Originally committed as revision 12459 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
aa9f4208b6
ipod/iphone compatible mp4 muxer
...
Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bd10713636
typo fixes
...
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4e9b8211b0
useless null
...
Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
82213f68ba
remove useless img_write_trailer func
...
Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2cab640129
typo fixes
...
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
074ac3c2d0
add out of bound stream index checks
...
fix issue379
Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6ed4eec550
add a temporary variable to simplify the code
...
Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
5acef35f57
Add AVClass to URLContext at next major version bump
...
Patch by Björn Axelsson (bjorn axelsson intinor se)
Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7ce6892373
misc spelling fixes
...
Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
b847847a0c
cosmetics: remove some empty lines
...
Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
01ccf45b92
remove useless and misleading comments
...
Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
36b0782e71
consistent use of MKTAG() in the codec_bmp_tags table
...
Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ab0b2e559a
cosmetics: alignment of the codec_bmp_tags table
...
Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
d98878f423
recognize the CLJR FourCC (Cirrus Logic AccuPak)
...
Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
ffa71b2bbb
Typo + grammar
...
Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
ab8ab30c3d
Introduce max_picture_buffer variable in AVFormatContext,
...
set by rtbufsize option.
Originally committed as revision 12383 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
54b6249681
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
...
rarely-used header files.
Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
a06ba2a18d
Include windows.h instead of trying to redeclare Sleep
...
os_support.h used to be included in all lavf files, and including windows.h
here caused a significant slowdown.
Originally committed as revision 12377 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
409e1d71ea
Put network-related code under #ifdef
...
Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
591cf1170b
Group network-related code together
...
Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9b25f4a65f
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
...
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
5dea940937
__stdcall -> WINAPI
...
Windows x64 has no __stdcall.
It is not yet supported, but someday it might...
Originally committed as revision 12363 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
0e32c8c65a
simplify library version handling
...
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Evgeniy Stepanov
90c2295b24
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
...
of matroska and nut.
Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
5671fc14f6
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
...
Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4c7981ba7c
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf
...
Originally committed as revision 12353 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
72d334cab4
support AVDISCARD_ALL
...
Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
11c55efa34
Skip over unknown extended_content_header tags.
...
fixes issue358
Originally committed as revision 12347 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
16428e6348
simplify
...
Originally committed as revision 12346 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d78d72da66
Set TCP protocol to is_streamed=1 as seeking is not possible.
...
Björn Axelsson, bjorn.axelsson intinor se
Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
83cc23c5d3
Add some information about the stream bitrate, if available
...
Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1326621c1a
Subtitle support. (untested)
...
Originally committed as revision 12330 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
112249de00
set block align for mace3/6
...
Originally committed as revision 12328 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
28da7981d0
correctly compute bit rate for compressed audio, should fix seeking in aiff
...
Originally committed as revision 12327 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
675b8390f6
Ignore flags after pts/dts if there are no bytes left.
...
Fixes decoding of vdr-radio.vdr. (issue198)
Originally committed as revision 12310 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6e196eacc3
include required headers for int64_t and AV_RB16()
...
Originally committed as revision 12306 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
abf2dc9c9a
avi.h does not use anything from avcodec.h.
...
Originally committed as revision 12305 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
e7a5e2f626
Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif
...
Originally committed as revision 12297 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
78db672cae
Use block_align as the avi spec says.
...
fix issue274
Originally committed as revision 12296 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
143b082044
Print slightly more useful info.
...
Originally committed as revision 12295 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a7805e2983
Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.
...
Originally committed as revision 12294 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9fdfd21c77
factorize
...
Originally committed as revision 12293 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a048febdc4
subtitles (codec tag tables still missing ...)
...
Originally committed as revision 12292 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5b08754912
Store aspect ratio in avis.
...
Originally committed as revision 12290 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
74e21d0352
fix wc3movie demuxer to conform to the PTS API
...
Originally committed as revision 12283 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
40e8e49700
fix the id CIN demuxer by using the pts API correctly
...
Originally committed as revision 12281 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
73260a11e1
simplification proposed by Rich
...
Originally committed as revision 12280 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2401daaf39
add cdvc
...
(from a patch by Dmitry Vassiliev // slydiman mail ru)
Originally committed as revision 12279 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
0de2157fa4
set codec bps to grayscale bits, fix 256grey.mov
...
Originally committed as revision 12272 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago