Michael Niedermayer
e73e3a926d
Add non standard id needed for dvd subtitles.
...
Originally committed as revision 11626 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
7dfc1fdea2
Extract the pure plaintext from mov text subtitles.
...
Formatting information etc. is discarded.
Originally committed as revision 11625 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1e3c9307e6
Set correct codec type and id for text subtitles.
...
fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov
closes issue341
Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
41e19673ef
indent
...
Originally committed as revision 11623 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ee6e2dbebf
Only export packets which belong to the existing AVStream.
...
To export the others separate AVStreams must be created!
Originally committed as revision 11622 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0bc4728e3b
Select non jpeg if there are multiple substreams.
...
Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1521c500da
Merge rules for tools/* into a generic rule.
...
Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2b258bbaad
Properly remove tools on clean.
...
Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
afc9aee2b4
Add -pthread to extralibs and not to ldflags so that the dependency gets
...
reflected in the pkg-config files.
noticed by j .at. v2v .dot. cc
Originally committed as revision 11618 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3fe142e255
Add a --enable-nonfree command line parameter similar to --enable-gpl.
...
Required to enable nonfree libraries that make FFmpeg unredistributable.
Originally committed as revision 11617 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
64e13d6914
Do not group libamr_nb and libamr_wb together as libamr.
...
Also fixes --enable-libamr being recognized as configure parameter.
Originally committed as revision 11616 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4f1ab3ceee
Clarify some FAQ entries.
...
Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d485fed47b
Split general problems section into general questions and usage.
...
Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
cbf7878e97
Update AC-3 FAQ entry.
...
Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
067db6a58a
comment vorbis objectype id
...
Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4f8dc3b7f1
this one is not standardized either
...
Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
c63d3668fc
remove non standard object type ids, if you find samples, report them
...
Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
7b0dee28d2
clean up dynamic loading of libfaad
...
Originally committed as revision 11609 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Zdenek Kabelac
e2fdba650d
Correctly clean up IntraX8Context upon codec close.
...
patch by Zdenek Kabelac, zdenek d kabelac a gmail d com
Originally committed as revision 11608 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
0f44edaa1c
cosmetic: libfaad.c indentation
...
Originally committed as revision 11607 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
dbbc573253
fix dynamic loading of libfaad 2.6
...
Originally committed as revision 11606 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
cb077b7aa3
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
...
(iam not sure if this might have been exploitable)
fixes issue332 / CVCANLMA2_Sony_C.jsv
Other solutions which waste a few bytes less are welcome ...
Originally committed as revision 11605 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6bf398a030
Add #undef printf and disable non-functional code to make test program compile.
...
Originally committed as revision 11604 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
51198a8737
Comment to explain how the add/remove core works.
...
Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
07ad12ecdd
Fix test program compilation: Add missing #include and update the call
...
of ff_init_cabac_states() to account for API changes.
Originally committed as revision 11602 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c46e28746c
Put some disabled functions that are only used in the test program in cabac.c
...
under TEST as preprocessor conditional, same as the test program.
Originally committed as revision 11601 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
79bfd0ef76
Add #undef random and call the right function to fix test program compilation.
...
Originally committed as revision 11600 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6a339972af
Remove unused variables in test code.
...
Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
07bf0cc9cf
clarify previous revision on optimization justification
...
Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
ac59e7f4b1
Ministry of English Composition edits
...
Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5e123bd359
Cosmetics to speed up finding sections of interest.
...
Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8f738eea43
"What speedup justifies an optimization" section
...
Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e5b10e3174
Fix warnings in test code:
...
eval.c:454: warning: return type defaults to 'int'
eval.c:464: warning: control reaches end of non-void function
Originally committed as revision 11594 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1f8e32cda1
cosmetics: Fix Benoit's ugly formatting.
...
Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7f938dd32b
ensure av_rescale_q() can be calculated (won't divide by zero)
...
Originally committed as revision 11592 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
c14731d8da
Fix typo in comment
...
Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Baptiste Coudurier
b264a084b1
mention avm2 (flash 9) muxer in documentation and changelog
...
Originally committed as revision 11591 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
29e35d6776
Support out-of-band parameter sets in SDP for H.264 video
...
Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
f79bfe481d
Add support for H.264 video in the RTP muxer
...
Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
afecbec22b
unset extension, so code path, and guess format do not choose
...
avm2/flash 9 by default, not sure this is adequate though,
this fixes regression tests.
Originally committed as revision 11588 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
7055cdacab
Inform user when bitstream filter fails.
...
Originally committed as revision 11587 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c448a09624
Faster ff_sqrt()
...
Originally committed as revision 11586 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
b21cd0bcb5
Add minimal support for H.264 video in the SDP generator
...
Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3f5d7bb331
Remove two unused variables.
...
Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a4b375c614
Remove unnecessary forward declaration.
...
Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
fe74278f8a
small grammar fix
...
Originally committed as revision 11582 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
07e4e3ea8b
Consistently use TEST as the preprocessor condition to enable test code.
...
Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
1ace441909
add proper matroskaenc dependency over xiph.o
...
Originally committed as revision 11580 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
078ac1dbf2
add missing Makefile rules for pcm muxers/demuxers
...
Originally committed as revision 11579 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
22cf0018d4
add missing Makefile rules for zork pcm encoder/decoder
...
Originally committed as revision 11578 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago