Diego Pettenò
fb83ea6417
Make MMX vectors constants.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11488 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
69fdc40db7
Make pp_help a constant array of characters to move it to .rodata.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11487 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
649537438e
Reduce the size of the replaceTable entries.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
81ab1fa13e
Pass a proper context to av_log()
...
Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2208741afe
Print libavdevice version.
...
Originally committed as revision 11484 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Eduardo Bragatto
a20db8a35c
Initialize correctly optind.
...
Patch by Eduardo Bragatto, his name at his surname dot com
Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html
Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
48aecf5a7d
Fix a bug causing the generated stream to be corrupt if the buffer
...
contains NAL units previous to the IDR where the SPS/PPS was inserted.
Ok:ed by Benoit on irc.
Originally committed as revision 11482 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
8b389f15cd
Correctly use output format stream index for bitstream filter when doing stream copy.
...
Originally committed as revision 11480 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
90527811d7
Error checking: make sure that there are 3 parameters and that the
...
file open operation succeeds.
Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
f34b221bd2
used defined name for testing error resilience level
...
Originally committed as revision 11478 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
aa6b38c29d
Fix random typos.
...
Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4514a1d544
Fix illegal identifiers, names starting with _ and uppercase are reserved.
...
Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6da7cc8185
Add compilation rule for tools/trasher.
...
Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e36f0f03cc
Remove unused variable i.
...
Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f0cb505aeb
Allow compilation of test programs when TEST is defined.
...
Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a005768d25
Remove unused variable j.
...
Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
38c162c1a9
Remove unused variable variance.
...
Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
43bfaa8920
Fix test program compilation, random() needs to be undefined.
...
Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Guillaume LecrefECERF
727601bc4b
url_write is part of the public API so it may not be under ifdef.
...
Also fixes a compile error if all muxers and protocols are disabled.
Patch by Guillaume LECERF (foxcore gmail com)
Originally committed as revision 11469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
9656df7994
Remove clip_table as it is not used anymore.
...
Patch by Diego 'Flameeyes' Pettenò (flameeyes gmail com)
Originally committed as revision 11468 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
59edca9ac1
Split range coding chapter in binary and integers
...
Originally committed as revision 11467 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
482e74ad0d
argh s/ffmpeg/snow/
...
Originally committed as revision 11466 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ca087dbc0d
Range coder state transition table, based on a patch by lars punkt taeuber ät web punkt de.
...
Originally committed as revision 11465 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
806096201b
Remove extra word.
...
Originally committed as revision 11464 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
e55a4dd328
check av_new_stream return value
...
Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ebbe25d2a3
check av_new_stream return value
...
Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roman Shaposhnik
43d1a1c05a
* fixing a bug preventing default values to be set correctly
...
Originally committed as revision 11461 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
27250d20ae
Mention damaged input testing.
...
Originally committed as revision 11460 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0f340f8fc5
A little proggy i wrote years ago.
...
This simply writes burts of random data into a file. Great for testing error
robustness/resilience/concealment.
Originally committed as revision 11459 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
787e135391
Randomly change the amount of noise if nothing is explicitly set.
...
Originally committed as revision 11458 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
77c1d04dfe
LMLM4 demuxer
...
Originally committed as revision 11457 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
670c78479d
Linux Media Labs MPEG-4 (LMLM4) demuxer
...
Originally committed as revision 11456 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
e03caf2efd
Implement read_timestamp and enable seeking in PVA files.
...
Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
ffc2934112
cosmetics
...
Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
e661f76051
remove unnecessary check
...
Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
9ae092036b
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
...
Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ivo van Poorten
66e9e30239
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
...
can easily be reused by other demuxers for formats that encapsulate MPEG-PES.
Originally committed as revision 11451 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
ca5323af4b
Move printing of the license status at the end of configure output, so
...
that users won't miss it
Originally committed as revision 11450 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
8e4270c551
Dont crash if resampling is requested but no audio packets are ever processed.
...
Originally committed as revision 11449 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
03d83abcc6
Fix access to the last element of the table.
...
(size of the table vs. number of elements in the table)
Originally committed as revision 11448 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
81fe0cfc0b
Mark the ff_svq1_frame_size_table as constant.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11447 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
a1f89639a8
Move wmv1_scantable to .rodata section by making it an array of arrays.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11446 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
31bfd6f34f
Make the av_class member of PPContext a poiner to constant AVClass.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11445 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
9307db13f6
Mark the tables in g726.c as constant.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11444 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
1411f55b63
Make v4l.c's video_formats constant and static.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11443 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
b2a9177017
Remove unused symbol.
...
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11442 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
f0b3a7ba12
split out init of downmix coeffs into a separate function that can be called
...
only when needed
Originally committed as revision 11441 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
4f632b065b
Make ff_mkv_codec_tags lie entirely in .rodata section.
...
From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com >
Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
82a6c4811a
remove unneeded variable from AC3DecodeContext
...
Originally committed as revision 11439 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
4bc829bb8f
make sure that the last coupling band stops at the end of the coupling range
...
Originally committed as revision 11438 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago