Peter Ross
418a0b9fc4
Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm
...
muxer is disabled. The cause is an incorrect #ifdef that assumes that the
ffm_nopts symbol (global define in ffmenc) is present when either ffm muxer
OR demuxer is enabled.
patch by Peter Ross, pross xvid org
Originally committed as revision 13573 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b13ddb3bca
unused
...
Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b9c8388710
As *_static are not deallocated anymore except on program termination
...
we do not need to keep track of them anymore.
Fixes CID117 RUN2 and various race conditions.
Originally committed as revision 13571 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
83422c1940
unused
...
Originally committed as revision 13570 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
65de23d1b6
Remove non C code.
...
Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
09dafaeba1
Move *_static to bitstream.c which is the only file left which needs
...
them.
Originally committed as revision 13568 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ceaaf78bb7
Change init_vlc_rl() so it does not use *alloc_static() anymore.
...
Originally committed as revision 13567 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2d80ce2bdf
Change init_2d_vlc_rl() to not use *alloc_static().
...
Originally committed as revision 13566 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
573e8cb309
Remove incorrect usage of av_free_static(), ffmpeg.c is not a
...
windows dll which can be unloaded and loaded again.
Originally committed as revision 13565 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9ef3193df1
Remove constant argument.
...
Originally committed as revision 13564 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
f76605e880
Switch to INIT_VLC_USE_NEW_STATIC.
...
Note, if code you maintain still uses INIT_VLC_USE_STATIC please change
it as well! Iam not volunteering to clean all codecs up ...
Originally committed as revision 13563 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
d05b24ff89
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
...
Originally committed as revision 13562 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ccc54864fe
Make init_vlc* support proper static tables instead of this broken beyond
...
imagination alloc_static() trash.
Originally committed as revision 13561 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
27f19ed501
Revert r13499, log:
...
Make lpc coefficients 16 bit wide
Only one of my samples didn't decode bit-exact after this change,
but better be safe than sorry.
Originally committed as revision 13560 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
180b7026b9
2nd try fix got_key_frame when video+audio
...
Originally committed as revision 13559 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
16e861e3ee
raw mlp demuxer
...
Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org>
http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797
Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Quoc Cuong Pham
dd0f776c98
Detect "tif" suffix as TIFF.
...
Patch by Quoc Cuong Pham: Quoc-Cuong D PHAM AT cea D fr
Originally committed as revision 13557 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3ed1a2ee88
cosmetics: Remove useless backslashes.
...
Originally committed as revision 13556 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b006b26c83
Implement a proper configure test for AltiVec vector declaration syntax.
...
Originally committed as revision 13555 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
81a5cdde80
Simplify altivec.h test.
...
Originally committed as revision 13554 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
de3e16ee14
10l: Add useless backslashes in AltiVec CFLAGS test.
...
Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
78728064c3
fix got_key_frame when stream is audio
...
Originally committed as revision 13552 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
0332f54945
set got_key_frame when packet is video, fix first video packet with index 0 and 2 streams
...
Originally committed as revision 13551 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
79c7968726
update regressions tests, should be stable now
...
Originally committed as revision 13550 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
626932fd83
sleep seems needed to wait for feed to be setup
...
Originally committed as revision 13549 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3766ed7214
log error when writing frame to output
...
Originally committed as revision 13548 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
c1593d0e56
wake up connections to stop waiting when feed is being closed
...
Originally committed as revision 13547 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
084a891292
fix timestamps rescaling, index in source format might be different
...
Originally committed as revision 13546 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ddb41f3f58
take over ffserver maintenance
...
Originally committed as revision 13545 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
929a9b7544
log some errors
...
Originally committed as revision 13544 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
58bd615ff5
set is_streamed before writing data to output file
...
Originally committed as revision 13543 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
7e14f14584
Warn about unimplemented H264 feature.
...
Originally committed as revision 13542 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3b37167691
cosmetics, reindent
...
Originally committed as revision 13541 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
1cb4d12c72
cosmetics, move declaration where it is used, remove now useless block
...
Originally committed as revision 13540 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9d58e0a9e1
cosmetics, space before and after parenthesis, weird indentation
...
Originally committed as revision 13539 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Pascal Massimino
ae899d12ae
in TRUNCATED mode, use residual fragments in ParseContext
...
for decoding the very last frame.
Originally committed as revision 13538 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
369074680e
use av_parse_video_frame_rate
...
Originally committed as revision 13537 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
e8bd16a5e1
Check av_new_stream return value, fixes CID75 RUN2
...
Originally committed as revision 13536 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8b9c4ad237
ENOMEM is better, yes ...
...
Originally committed as revision 13535 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
60583fb653
Check av_new_stream return value, fixes CID79 RUN2
...
Originally committed as revision 13534 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
6c10281c3a
Check for av_new_stream failure, fixes CID76 RUN2
...
Originally committed as revision 13533 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1ab05d37ff
Remove unnecessary #include.
...
Originally committed as revision 13532 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Erik Hovland
f094b6627d
Remove unnecessary header #includes.
...
Extracted from a patch by Erik Hovland, erik hovland org.
Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1489db821c
Some (Solaris) gcc versions apparently output a comment as first line
...
when generating dependencies. Make sure to remove this in DEPEND_CMD.
extracted in a modified form from a gstreamer patch for FFmpeg
Originally committed as revision 13530 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
09d9087d26
Add ASUS V1/V2 decoder codec long names.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13529 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Anssi Hannula
5dcfe9f898
When shared libraries are built, make the pkg-config requires Requires.private.
...
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 13528 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Joakim Plate
5faf168940
Check return of url_fseek in mpeg timestamp reading code.
...
Patch by Joakim elupus ecce se
Originally committed as revision 13527 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
ea9c581f61
Simplify show_banner() so that it does not require arguments, similar
...
to what was previously done with show_version().
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9667a2d268
reindent
...
Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a9c1bb711b
check that redirect is set, fixes CID13 RUN2
...
Originally committed as revision 13524 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago