Baptiste Coudurier
a2fe3b5869
simplify, completely ignore streams not recognized, that fixes seeking for some files
...
Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
a7b286e89c
read_packet return value must be < 0 when no packet is returned, including EOF.
...
Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
38f0d3ce76
Add support for GNU/kFreeBSD systems.
...
patch from Petr Salinger submitted by Sam Hocevar
Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
dc4ed3b141
probe for mpeg audio
...
Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
a9d4a6ef34
rm_read_audio_stream_info return type is not void
...
Check for errors returned by rm_read_audio_stream_info
Check for overflow in aac extradata allocation
Originally committed as revision 5455 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
a194f595c8
Support for AAC (fourcc raac and racp) in rm files
...
Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
56466d7b4e
fix seek related bugs
...
Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
42225a3058
remove redundant make variable SUBDIR
...
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
0919e788ae
Flash Screen Video decoder (fourcc:FSV1)
...
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
f743a06236
Include the correct video4linux2 header
...
Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ac2750ec79
suggest solution for 2 fixmies
...
Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
16862398a2
Remove all .cvsignore files, they are no longer necessary.
...
Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
7cf0e16f96
fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...
...
merging some related stuff from mobilehackers
Originally committed as revision 5406 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
ed90d370ec
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)
...
Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
6f276720ac
dont write LAVF_ID if bitexact and any meta tag is set
...
Originally committed as revision 5404 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
efda33957f
simplify meta tag writing code
...
Originally committed as revision 5403 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
dae5b496fd
fix seeking, typo provoking hard segfault
...
Originally committed as revision 5402 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c7e63546dc
fix keyframe check, stss might be there but count set to 0
...
Originally committed as revision 5401 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c4052af07d
Add MPEG FourCC for MPEG-2 video.
...
Originally committed as revision 5391 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
386b9b5f53
Proper PTS generation for Smacker audio
...
Originally committed as revision 5390 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
103eee5352
Now MPlayer should understand Smacker audio and video codecs.
...
Originally committed as revision 5389 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
2c95f59f06
fix avc nal parsing
...
Originally committed as revision 5382 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
a959f0ea7a
fix pcm_s24be demuxing, simplify
...
Originally committed as revision 5381 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ed70a5099e
add quicktime uncompressed 8bit 4:2:2 support
...
Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5e0c720a4e
fix mulaw muxing
...
Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
6dd19fff4d
do not write wave if not needed
...
Originally committed as revision 5377 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3a72cbd9f0
fix AMR muxing in mov
...
Originally committed as revision 5376 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
fcef991a85
add pcm 24/32 le/be support
...
Originally committed as revision 5375 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
08db8f1846
simplify
...
Originally committed as revision 5374 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
039627cf48
clean and simplify
...
Originally committed as revision 5373 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a443a2530d
sanity checks some might have been exploitable
...
Originally committed as revision 5370 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Justin Ruggles
ce1d2a95c3
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be
...
used with "-acodec copy" to either copy a flac file verbatim or extract
the raw flac from an ogg-flac file.
Originally committed as revision 5368 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
3644cb8ff9
set stream time_base properly
...
Originally committed as revision 5367 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
e1203ac098
ogm demuxing
...
Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b565ea09c7
fix spliting chunks, simplify
...
Originally committed as revision 5363 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b451719e07
simplify, amr.c sets frame_size to 160, and sample size is always 8000
...
Originally committed as revision 5359 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
9c09db541e
fix damr atom, needed for quicktime player
...
Originally committed as revision 5358 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
bfc2a19d7a
10l, undef DEBUG
...
Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
750b4aaabb
assing correct codec_id for mjpegb
...
Originally committed as revision 5353 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
89ca8c497f
Add support for raw flac decoding based on the .flac suffix of input files.
...
Originally committed as revision 5352 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
60827a1a80
Further simplify AMR build.
...
Originally committed as revision 5347 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Flavio Pimentel Duarte
c787ba854e
Fix v4l grabbing with some webcams, and simplify the code.
...
Patch by Flavio Pimentel Duarte
Originally committed as revision 5343 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
a20da52cbf
skip null fourcc, fix ep2_mystery_m640_dummy.mov
...
Originally committed as revision 5340 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Oded Shimon
9d4461b9f2
Disable lavf NUT until it is synced to spec
...
Originally committed as revision 5312 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
c2ea5f060c
report to user if mmf with midi found (and not supported)
...
Originally committed as revision 5308 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
50a6c318b2
Avoid crash if there is a rtjpeg quant header but no video stream in file
...
Originally committed as revision 5305 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
3cb4ee5124
set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyay
...
Originally committed as revision 5303 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
b6c1bfe097
add AVID DV fourcc
...
Originally committed as revision 5302 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e0977c8045
indention
...
Originally committed as revision 5301 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
5c72cad888
always skip garbage at end of atom
...
Originally committed as revision 5300 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago