Michael Niedermayer
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
...
Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f118d254be
also remove c93_ prefix for static function in the c93 demuxer
...
Originally committed as revision 8676 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3e62d187ed
s/rle_num_bytes/code/
...
shorter and correcter (its not the number of anything)
Originally committed as revision 8673 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f858c24fb3
simplify
...
Originally committed as revision 8669 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a7c405a48a
conform to spec
...
Originally committed as revision 8668 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d7cf44899f
use shorter names for the block type enum
...
Originally committed as revision 8664 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
905234285d
code claims to use 32bit timestamp, lets make it also use that
...
Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8bb57775e8
remove redundant comments
...
Originally committed as revision 8661 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
955629c0e8
remove inappropriate debuging av_log() alternatively they could be changed to dprintf()
...
Originally committed as revision 8660 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
373209f816
memleak (seems ive missed that under the obfuscated indention)
...
Originally committed as revision 8659 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d5c5c8b4d3
sane indention (no more 3 statements on one line...)
...
Originally committed as revision 8658 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Anssi Hannula
8e952e4d23
CRYO APC demuxer
...
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Nicholas Tung
1e6c67599e
Bethsoft VID demuxer and video decoder
...
patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marco Gerards
d1e0d21f94
THP PCM decoder, used on the Nintendo GameCube.
...
patch by Marco Gerards, mgerards xs4all nl
Originally committed as revision 8646 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Anssi Hannula
9a0ddd09e7
Interplay C93 demuxer and video decoder
...
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e42dba481f
typos/grammar
...
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Xiaohui Sun
2d99eed135
SGI image decoder ported to the new image API.
...
patch by Xiaohui Sun, sunxiaohui dsp.ac cn
Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
e19fbbec95
Add some help for the analyzeduration option.
...
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 8631 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Huehner
2b100ab2bf
changes some function declarations from () to (void) as per ansi c.
...
Patch by Stefan Huehner % stefan A huehner P org %
Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3af6d5cf2f
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring
...
the video_grab_device_demuxer AVInputFormat. Use two different names for the
AVInputFormats to reduce confusion and remove ugliness from the Makefile.
Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3d18b282e0
cosmetics: indentation
...
Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7b17ad84be
Get rid of unnecessary conditionals.
...
Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
12631f2dd0
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.
...
Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e011ef1a85
cosmetics: Put audio (de)muxer entries in alphabetical order.
...
Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e64271c2fe
Audio (de)muxer dependency on OSS is handled by configure.
...
Originally committed as revision 8613 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ed252b1624
cosmetics: Sort list of input/output formats.
...
Originally committed as revision 8606 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fa1ab87200
Fix copy and paste error in comment.
...
Originally committed as revision 8588 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
efb0c399ca
support for the THP game format by Marco Gerards, mgerards xs4all nl
...
Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
91aeec1bc7
WMVA
...
Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
beef9ba9e2
add AVRn fourcc
...
Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
30a1380a04
cosmetics: Fix indentation.
...
Originally committed as revision 8565 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sam Hocevar
d495fdc3d3
Do not return invalid pointer for non-audio or video streams.
...
Patch by Sam Hocevar sam+ffmpeg zoy org
Originally committed as revision 8564 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
09a628662d
argh, who commited this trash
...
start must be 0 ...
Originally committed as revision 8563 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
dc417a6e2f
10^10l to the idiot who designed this format and didnt even realize what number he used
...
Originally committed as revision 8562 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0c0d17f3ce
fix demuxing of IMAG0002.ASF
...
Originally committed as revision 8558 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6cc65ab3c6
analyze end condition must match r_fps selection condition
...
fixes fps for Channel\ 4\ News_Channel\ 4_20_10_2006_19_00_01.dvr-ms
Originally committed as revision 8557 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e9f6c8eaae
fix probe of 001.vdr-broken-6025
...
Originally committed as revision 8550 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
11979c460c
move atom size check before parsing function search
...
Originally committed as revision 8546 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
a097e559b2
unset sample count to disable track when is broken
...
Originally committed as revision 8545 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
62b6498df2
break if atom size is more than size left in container atom, fix shooter.mov
...
Originally committed as revision 8544 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Limin Wang
f5ad81f527
Allow setting v4l2 input and video standard.
...
Patch by Limin Wang (lance.lmwang AT gmail DOT com)
Originally committed as revision 8542 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bobby Bingham
4992d8bf7d
Change the vhook code to send real timestamps to the filters instead of the
...
current time of day, which is useless, and which the filters could just as
easily query for themselves.
patch by Bobby Bingham, uhmmmm gmail com
Originally committed as revision 8541 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2f124d2af2
add hdv1 fourcc
...
Originally committed as revision 8540 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
0b339acb9e
revert r8538 (set bit rate for asf format) until regression tests issue is stated
...
Originally committed as revision 8539 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Zuxy Meng
4d38ebfd7b
set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail com
...
Originally committed as revision 8538 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7975048628
require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX
...
to detect a container
fixes probing of mpeg_probe_fail.mpg
Originally committed as revision 8535 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
bad0cefbdd
add IJPG fourcc, to play m_ijpg.avi
...
Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
61f676e1c1
warning about vhooks status
...
Originally committed as revision 8529 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c59f24e657
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4
...
Originally committed as revision 8516 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
0174f51470
prefer MP3 id
...
Originally committed as revision 8515 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago