Måns Rullgård
83d0731364
attempt to detect Chinese AVS video
...
Originally committed as revision 5604 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
cc0bc648f0
add GXF demuxer
...
Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
26b891356c
kill warnings
...
Originally committed as revision 5586 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
c99ddfa42a
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"
...
Originally committed as revision 5560 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Pettenò
e006c307fe
Move initialisations and internal symbols in allformats.h,
...
patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 2:07 AM
Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h
Originally committed as revision 5556 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
62c52121e0
extradata may be used as bitstream reader input so allocate with padding
...
Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
25c533a2c2
detect audio-only program streams and broken files made by VDR
...
Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
344a18c3b8
do not fail av_find_stream_info() if params for all streams could not be found
...
Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
19e0e403f3
detect MPEG PES streams as MPEG PS; the PS demuxer will cope
...
Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
76a77ff291
Properly set the image depth
...
Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b582d7ba4d
dont read over the end of a data chunk and at the end search for the next
...
Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
f3a30e3a9c
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
...
Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
ea02862a9b
s/u_char/uint8_t/ accidentally copied from tcvp
...
Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
40c5e1fa2e
10l: don't allocate a new buffer quite so often
...
Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
12a195e32f
cleaned up buffer management
...
Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
42fb414804
check only existing streams
...
Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
24e1591036
minor cleanup
...
Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
0aec3c5cbf
simplify
...
Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
ea138e978a
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
...
Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
c10824ea67
increase search limit in av_find_stream_info
...
Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d8bee8dd1c
allow packets with non-zero PES_scrambling_control
...
Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
aa1c1c615a
fix aac in mov for ipod
...
Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
7b49ce2e34
Add const to (mostly) char* and make some functions static, which aren't used
...
outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
a97c1e93aa
Add (mostly) const to variable and parameter declaration, where a char* was
...
used and 'const char*' should be, plus make some function declarations
static if they aren't used outside their declaring source file.
patch by Stefan Huehner stefan%%at%%huehner%%dot%%org
Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
79d1ec9129
use standard codec tag if the specified tag is out of range and would be
...
truncated
Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2c8e201429
Fix compilation with all combinations of --disable-(de)muxers.
...
Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
a5e9102b4b
free codec extradata in av_close_input_file
...
Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
47dd81c75f
make dump_format output more homogenous
...
Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
05edc1a75a
export all tracks to libavformat layer
...
Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
R. Brian Anderson
eaddc4717b
Fix segfault
...
Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com)
Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
3c47c1744a
Fix typo
...
Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b7b225581f
dont load the index if we cant seek back
...
Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ef4c8bbfb7
check fseek return value
...
Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c3daf8d833
fix unused computed value
...
Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
543eebd568
fix mp3 muxing
...
Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
329b1e755e
fix probe of high bitrate mpeg2video
...
Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
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