Måns Rullgård
c5200f1753
Add --sysroot and --sysinclude configure options
...
Some cross-compilers need these parameters, and we can't
figure out the correct values.
Originally committed as revision 17499 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
629687f62f
configure: move detection of compiler type to single location
...
Originally committed as revision 17498 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
c60a0f85ee
Check for alloc failures.
...
Originally committed as revision 17497 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
8ebe099ac0
Check for EOF during index reading.
...
Originally committed as revision 17496 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Patrik Kullman
a90de11dba
Check return value of posix_memalign and explicitly set pointer to NULL if it
...
fails, patch by Patrik Kullman, patrik yes nu.
Originally committed as revision 17495 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Patrik Kullman
1bbeb06a36
Use av_strdup to allocate string, prevents the warning:
...
vhook/fish.c:130: warning: assignment discards qualifiers from pointer target type
patch by Patrik Kullman, patrik yes nu
Originally committed as revision 17494 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0a036d073e
Revert adding av_uninit to out_width/out_height variables.
...
The warning is not a false positive.
Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
346db3ef7f
Use context variable repeat_pict for frame duration computation and
...
document this new use.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17492 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
f5007cc844
Handle chunks with the MSB in size set correctly that is unsigned.
...
Originally committed as revision 17491 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
96c3da93e6
Set context variable picture_structure in H264 parser.
...
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17490 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
0ed260c7a3
Set context variable key_frame in H264 parser.
...
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17489 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
ff6474dd15
Parse NAL units in H264 parser.
...
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17488 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
1790a5e908
Make the following H264 functions available to the parser:
...
ff_h264_decode_sei, ff_h264_decode_seq_parameter_set,
ff_h264_decode_picture_parameter_set, ff_h264_decode_nal,
ff_h264_decode_rbsp_trailing
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17487 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
20a93972c4
Bail out if regtest-flashsv is run but zlib is not enabled.
...
Originally committed as revision 17486 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7ea3880a10
Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.
...
Originally committed as revision 17485 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
333d5374d0
Remove special treatment of version.h in DEPEND_CMD
...
Originally committed as revision 17484 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
36798f1bf0
Declare version.h dependencies explicitly
...
Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
73d65a96ae
Be less noisy with invalid pts/dts.
...
Originally committed as revision 17482 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
e641f320bd
indent
...
Originally committed as revision 17481 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
28499cc8d8
Correct, portable definition of INT_BIT
...
Originally committed as revision 17480 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
f4870943ea
configure: add (empty) avr32 arch case
...
Originally committed as revision 17479 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
cfdb6148d6
configure: sort cases in arch section
...
Originally committed as revision 17478 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
822be725d9
Alpha: fix inline asm with DEC/Compaq/HP compiler
...
Originally committed as revision 17477 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
7b776589a2
Take account of struct size in total packet queue size tracking.
...
fix issue806
Originally committed as revision 17476 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
31f2616db8
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php .
...
partially fixes issue862.
Originally committed as revision 17475 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Cédric Schieli
431ac29046
Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.
...
Patch by Cédric Schieli, cschieli gmail
Originally committed as revision 28690 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Ronald S. Bultje
d541a7d2d1
Change sizeof(struct_type) to sizeof(variable).
...
Originally committed as revision 17474 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Cédric Schieli
404944183d
move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
...
patch by Cédric Schieli (cschieli at gmail youknowwhat)
Originally committed as revision 28687 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Cédric Schieli
df57ab1479
splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
...
YSCALEYUV2xxx_YA and YSCALEYUV2xxx_COEFF,
patch by Cédric Schieli (cschieli at gmail youknowwhat)
Originally committed as revision 28686 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Cédric Schieli
9c77b26b35
make MMX registers parametrized in the WRITEBGR32 macro,
...
patch by Cédric Schieli (cschieli at gmail youknowwhat)
Originally committed as revision 28685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefan Gehrer
9f2fc1268c
add raw demuxer for Chinese AVS elementary streams
...
Originally committed as revision 17473 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
a169df2f76
Set the correct number of samples for E-AC-3 in the AC3 parser.
...
Originally committed as revision 17472 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
ebb61f834a
Use last decoded SPS as current SPS in order to parse picture timing SEI
...
correctly. This works around an apparent H.264 standard deficiency.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17471 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
abaab07c19
Add myself as maintainer for American Laser Games and Electronic Arts decoders.
...
Originally committed as revision 17470 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
ce83d2bd37
Fixing a value returning issue
...
Originally committed as revision 17469 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
b1fa494205
Add convergence_duration to AVCodecParserContext.
...
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
e9259f8d18
Re-indent after last commit
...
Originally committed as revision 17467 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
e7f73adbb8
AAC in ASF does not need parsing.
...
Originally committed as revision 17466 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
528374980e
Add Divio MPEG-4 FOURCC (M4CC)
...
Originally committed as revision 17465 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
d42e44a0ef
Reindent after last commit
...
Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ivan Schreter
3878be318b
Silence two warnings:
...
cast discards qualifiers from pointer target type
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17463 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
274aa1d02f
Some buffer checks for indeo3
...
Originally committed as revision 17462 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
2a46003c9e
matroskadec: fix seek regression tests according to r17460
...
Originally committed as revision 17461 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
9ebeea82f0
matroskadec: return AVERROR_EOF upon detection of end of file
...
Originally committed as revision 17460 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
dc405cc1c0
A try to fix the regressions.
...
Originally committed as revision 17459 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
edf9b2f040
FFplay: Stop processing input file when AVERROR_EOF is returned from av_read_frame()
...
Originally committed as revision 17458 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
0e9602ef93
FLV demuxer: return AVERROR_EOF upon detection of end of file.
...
Originally committed as revision 17457 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
1e04bbeede
AVI demuxer: return AVERROR_EOF upon detection of end of file.
...
Originally committed as revision 17456 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
9bf1b72405
Add AVERROR_EOF.
...
Originally committed as revision 17455 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
6f2162b471
Mark functions only used within the test programs as static.
...
Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago