|
|
|
@6c10281c
|
17 years |
Reimar.Doeffinger |
Check for av_new_stream failure, fixes CID76 RUN2
Originally …
|
|
|
@1ab05d37
|
17 years |
diego |
Remove unnecessary #include.
Originally committed as revision 13532 …
|
|
|
@f094b662
|
17 years |
diego |
Remove unnecessary header #includes.
Extracted from a patch by Erik …
|
|
|
@1489db82
|
17 years |
diego |
Some (Solaris) gcc versions apparently output a comment as first line …
|
|
|
@09d9087d
|
17 years |
diego |
Add ASUS V1/V2 decoder codec long names.
patch by Stefano Sabatini, …
|
|
|
@5dcfe9f
|
17 years |
diego |
When shared libraries are built, make the pkg-config requires …
|
|
|
@5faf1689
|
17 years |
benoit.fouet |
Check return of url_fseek in mpeg timestamp reading code.
Patch by …
|
|
|
@ea9c581
|
17 years |
diego |
Simplify show_banner() so that it does not require arguments, similar …
|
|
|
@9667a2d2
|
17 years |
baptiste.coudurier |
reindent
Originally committed as revision 13525 to …
|
|
|
@a9c1bb71
|
17 years |
baptiste.coudurier |
check that redirect is set, fixes CID13 RUN2
Originally committed as …
|
|
|
@7e183a93
|
17 years |
baptiste.coudurier |
reindent
Originally committed as revision 13523 to …
|
|
|
@ce651af2
|
17 years |
baptiste.coudurier |
check that stream is set, fixes CID13 RUN2
Originally committed as …
|
|
|
@5735f6dc
|
17 years |
baptiste.coudurier |
check if stream has been set, fixes CID15 RUN2
Originally committed …
|
|
|
@75480e86
|
17 years |
baptiste.coudurier |
init h, fixes CID54 RUN2
Originally committed as revision 13520 to …
|
|
|
@96f69e0d
|
17 years |
baptiste.coudurier |
warn if pts is not set, prevent writing negative/weird cts, happens …
|
|
|
@c4f078ff
|
17 years |
baptiste.coudurier |
reindent
Originally committed as revision 13518 to …
|
|
|
@e95580e7
|
17 years |
baptiste.coudurier |
this should be valid for audio too
Originally committed as revision …
|
|
|
@c2acba13
|
17 years |
baptiste.coudurier |
check if extradata comes from mp4 and assume bitsteam is already …
|
|
|
@390b25ae
|
17 years |
baptiste.coudurier |
set avctx time_base in dv decoder
Originally committed as revision …
|
|
|
@12701f6e
|
17 years |
diego |
Define private libraries as 'Libs:' when only static libraries are …
|
|
|
@161dab17
|
17 years |
michaelni |
ILP64 fix
Originally committed as revision 13513 to …
|
|
|
@5a96cd64
|
17 years |
michaelni |
memleak / CID124 RUN2
Originally committed as revision 13512 to …
|
|
|
@57783b07
|
17 years |
baptiste.coudurier |
use av_fifo_generic_write, old func is deprecated
Originally …
|
|
|
@659094cb
|
17 years |
vitor1001 |
Rename variable
Originally committed as revision 13510 to …
|
|
|
@9bf8b562
|
17 years |
michaelni |
Dead code removal, fixes CID59 RUN2.
Originally committed as revision …
|
|
|
@5e8782dd
|
17 years |
vitor1001 |
More intermediate vars removal
Originally committed as revision 13508 …
|
|
|
@e88b67de
|
17 years |
michaelni |
Removing dead code, fixes CID4 RUN2.
Originally committed as revision …
|
|
|
@408f43c
|
17 years |
vitor1001 |
Remove unused var
Originally committed as revision 13506 to …
|
|
|
@7019f1a5
|
17 years |
vitor1001 |
Remove useless intermediate var
Originally committed as revision …
|
|
|
@e05f9628
|
17 years |
vitor1001 |
Remove dec1() function
Originally committed as revision 13504 to …
|
|
|
@ea813b44
|
17 years |
michaelni |
remove != 0
Originally committed as revision 13503 to …
|
|
|
@591944c
|
17 years |
michaelni |
Do a little more checking.
Originally committed as revision 13502 to …
|
|
|
@e1dd8ac7
|
17 years |
michaelni |
Do not read from after the table, fixes CID108 RUN2.
Originally …
|
|
|
@31e15894
|
17 years |
vitor1001 |
Use ff_acelp_weighted_vector_sum() instead of reimplementing it
…
|
|
|
@594409a2
|
17 years |
vitor1001 |
Make lpc coefficients 16 bit wide
Originally committed as revision …
|
|
|
@121ec9e5
|
17 years |
vitor1001 |
Simplify implementation and use of dec2()
Originally committed as …
|
|
|
@3fb53d5
|
17 years |
baptiste.coudurier |
remove dummy coded frame, no muxer should use it anyway
Originally …
|
|
|
@a28d9122
|
17 years |
diego |
Add a note about everybody's favorite recurring gcc bug:
error: can't …
|
|
|
@909a9ad0
|
17 years |
michaelni |
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. …
|
|
|
@e5f6b7e5
|
17 years |
diego |
Slightly clarify bitstream filter help output.
patch by Stefano …
|
|
|
@e6b4e4ff
|
17 years |
michaelni |
Remove coded_frame==NULL checks for video encoders.
Originally …
|
|
|
@e2d09b65
|
17 years |
michaelni |
set coded_frame
Originally committed as revision 13492 to …
|
|
|
@bf1310c7
|
17 years |
michaelni |
Update regression checksums after dts calculation fix (r13470). …
|
|
|
@d156bede
|
17 years |
diego |
Add command line option to set the value of bindir.
Originally …
|
|
|
@9c852bcf
|
17 years |
diego |
cosmetics: spelling typo fixes
Originally committed as revision 13489 …
|
|
|
@884d5385
|
17 years |
michaelni |
Null pointer check / CID26.
Originally committed as revision 13488 to …
|
|
|
@c192426f
|
17 years |
michaelni |
Fix return type of ff_init_me().
Originally committed as revision …
|
|
|
@7a7718e3
|
17 years |
michaelni |
useless
Originally committed as revision 13486 to …
|
|
|
@dd72228e
|
17 years |
michaelni |
minor simplification
Originally committed as revision 13485 to …
|
|
|
@8403c54
|
17 years |
michaelni |
redundant
Originally committed as revision 13484 to …
|
|
|
@fce88d52
|
17 years |
michaelni |
Fixes NULL pointer dereference CID66
Originally committed as revision …
|
|
|
@9d4cd3bf
|
17 years |
michaelni |
Tell the user if a AVI is non interleaved.
Originally committed as …
|
|
|
@540c5220
|
17 years |
michaelni |
Check dia size a little more. Fixes CID80.
Originally committed as …
|
|
|
@aa7205bc
|
17 years |
diego |
Remove unused variable 'prefix' from config.mak.
Originally committed …
|
|
|
@efb53331
|
17 years |
baptiste.coudurier |
use internal video frame number
Originally committed as revision …
|
|
|
@f2ecb775
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 13478 to …
|
|
|
@003ae660
|
17 years |
baptiste.coudurier |
simplify, use pointer to codec context in struct instead of only id
…
|
|
|
@92f76fbf
|
17 years |
baptiste.coudurier |
simplify, use pointer to codec context in struct instead of only id
…
|
|
|
@6138ed7
|
17 years |
michaelni |
Arrays where one element too small, fixes CID114.
this was possibly …
|
|
|
@5e5c9086
|
17 years |
michaelni |
redundant check--
Originally committed as revision 13474 to …
|
|
|
@c1815c37
|
17 years |
michaelni |
memleak / fixes CID118
Originally committed as revision 13473 to …
|
|
|
@c2a3dcaf
|
17 years |
michaelni |
Fix memleak, fixed CID123.
Originally committed as revision 13472 to …
|
|
|
@8e6f886
|
17 years |
michaelni |
Do not read from prior the array, fix CID 127.
Originally committed …
|
|
|
@406a0fdc
|
17 years |
michaelni |
Do not use the pts/dts calculation code which needs a parser, when no …
|
|
|
@d26a180f
|
17 years |
vitor1001 |
Add comment
Originally committed as revision 13469 to …
|
|
|
@1fe50db
|
17 years |
vitor1001 |
Fix doxy comments
Originally committed as revision 13468 to …
|
|
|
@1a592ecc
|
17 years |
diego |
Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.
…
|
|
|
@d6bd62db
|
17 years |
diego |
Call x264 and Xvid libx264 and libxvid in the configure output for …
|
|
|
@842eabc5
|
17 years |
diego |
cosmetics: XviD is now called Xvid.
Originally committed as revision …
|
|
|
@ae52bbe5
|
17 years |
diego |
cosmetics: typo fixes
Originally committed as revision 13464 to …
|
|
|
@41a0df9b
|
17 years |
diego |
Update documentation of show_version() to account for latest changes. …
|
|
|
@ed03be6c
|
17 years |
baptiste.coudurier |
use AVFifoBuffer
Originally committed as revision 13462 to …
|
|
|
@2aaf590b
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 13461 to …
|
|
|
@11dae33
|
17 years |
baptiste.coudurier |
merge init and declaration
Originally committed as revision 13460 to …
|
|
|
@4a712c33
|
17 years |
baptiste.coudurier |
simplify and use version instead
Originally committed as revision …
|
|
|
@6ef445fe
|
17 years |
baptiste.coudurier |
simplify
Originally committed as revision 13458 to …
|
|
|
@8d4f0e67
|
17 years |
baptiste.coudurier |
simplify
Originally committed as revision 13457 to …
|
|
|
@9caf6781
|
17 years |
baptiste.coudurier |
cosmetics, remove useless cases and braces
Originally committed as …
|
|
|
@1234da4c
|
17 years |
baptiste.coudurier |
use av_fifo_generic_write, old func is deprecated
Originally …
|
|
|
@fbcb0811
|
17 years |
baptiste.coudurier |
remove const qualifier, removes warning:
libavformat/file.c:99: …
|
|
|
@1eacdcc
|
17 years |
diego |
Do not remove gmon.out on clean, we never create it.
Originally …
|
|
|
@bd98e9e2
|
17 years |
justin.ruggles |
zero the upper frequencies of the correct coefficients
Originally …
|
|
|
@936d4891
|
17 years |
diego |
Remove TAGS target cruft.
Originally committed as revision 13451 to …
|
|
|
@5caf0949
|
17 years |
diego |
Simplify phony target declaration.
Originally committed as revision …
|
|
|
@60598b2f
|
17 years |
diego |
Rename test-server target to servertest for consistency with other …
|
|
|
@a077f3bc
|
17 years |
baptiste.coudurier |
typo
Originally committed as revision 13448 to …
|
|
|
@9641bf30
|
17 years |
baptiste.coudurier |
register myself as ffm maintainer
Originally committed as revision …
|
|
|
@1384e270
|
17 years |
diego |
consistency cosmetics: indices --> indexes in variable names
…
|
|
|
@5231f101
|
17 years |
diego |
Clarify avcodec_encode_audio() vs. PCM audio.
patch by Stefano …
|
|
|
@f4433de9
|
17 years |
diego |
consistency cosmetics: indices --> indexes
Originally committed as …
|
|
|
@30bd40f2
|
17 years |
diego |
cosmetics: typo
Originally committed as revision 13443 to …
|
|
|
@756a01f
|
17 years |
diego |
cosmetics: Use C-style comments in #endif directives.
Originally …
|
|
|
@b467be72
|
17 years |
diego |
small consistency fixes for the ffplay manual
patch by Stefano …
|
|
|
@d6880d4d
|
17 years |
diego |
small consistency fixes for the ffserver manual
patch by Stefano …
|
|
|
@04fd3e81
|
17 years |
baptiste.coudurier |
aac and h264 in flv demuxing
Originally committed as revision 13439 …
|
|
|
@f23496b5
|
17 years |
baptiste.coudurier |
aac and h264 in flv muxing
Originally committed as revision 13438 to …
|
|
|
@391872e4
|
17 years |
baptiste.coudurier |
aac chan config is 0 if bitstream contains program_config_element
…
|
|
|
@2be83b9
|
17 years |
michaelni |
Support non interleaved avi with phantom streams.
Originally …
|
|
|
@62869244
|
17 years |
vitor1001 |
Rename var: add read coefficients a decent name
Originally committed …
|
|
|
@e9655b3d
|
17 years |
vitor1001 |
Update comment
Originally committed as revision 13434 to …
|
|
|