|
|
|
@6810b93
|
17 years |
lorenm |
sse2 version of compute_autocorr().
4x faster than c (somehow, even …
|
|
|
@fdf88598
|
17 years |
mans |
fix -lm check
Originally committed as revision 10620 to …
|
|
|
@b6cd8593
|
17 years |
diego |
cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly …
|
|
|
@03b8e292
|
17 years |
diego |
typo
Originally committed as revision 10618 to …
|
|
|
@8787d837
|
17 years |
vitor1001 |
AMV video decoder.
Patch by Vladimir Voroshilov (voroshil - gmail - …
|
|
|
@55ffe9df
|
17 years |
andreas |
Use emms_c() instead of ifdef
patch by: Ronald S. Bultje rsbultje a …
|
|
|
@f8f88a42
|
17 years |
andreas |
Add IPv6 support to url_split()
patch by: Ronald S. Bultje rsbultje a …
|
|
|
@a449faea
|
17 years |
vitor1001 |
Add variables to prepare to the AMV decoder patch.
Patch by Vladimir …
|
|
|
@19b9c7cc
|
17 years |
lorenm |
was computing one more autocorrelation coefficient that was actually …
|
|
|
@14bd2a9f
|
17 years |
lorenm |
replace brute force find_optimal_param() with a closed-form solution. …
|
|
|
@f6215b1b
|
17 years |
lorenm |
gcc isn't smart enough to factor out duplicate stores
Originally …
|
|
|
@551109d4
|
17 years |
ikalvachev |
On bitstream error is_intra_more_likely() could use dsp.sad[0]() that …
|
|
|
@a1748c67
|
17 years |
vitor1001 |
Documentation update for AMV audio decoder
Originally committed as …
|
|
|
@3576f9c6
|
17 years |
benoit.fouet |
Documentation fix for url_f(d)open()
Patch by Björn Axelsson bjorn …
|
|
|
@3578e9a0
|
17 years |
benoit.fouet |
Make ffserver show a banner at startup.
Patch by Stefano Sabatini …
|
|
|
@28e968c4
|
17 years |
lorenm |
2.5x faster compute_autocorr()
overall flac encoding: 15-50% faster on …
|
|
|
@7e1e297e
|
17 years |
andreas |
refactor url_split(), preparing for IPv6 support
patch by: Ronald S. …
|
|
|
@9c5755ee
|
17 years |
benoit.fouet |
Remove unnecessary copyright notice from ffplay.c:show_help.
patch by …
|
|
|
@4cfac5bc
|
17 years |
benoit.fouet |
Make ffplay show a banner at startup.
patch by Stefano Sabatini …
|
|
|
@9846cbdb
|
17 years |
takis.issaris |
cosmetics: typos
Originally committed as revision 10602 to …
|
|
|
@93f0c0a4
|
17 years |
takis.issaris |
Remove redundant test.
Originally committed as revision 10601 to …
|
|
|
@721d5e3b
|
17 years |
diego |
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
Originally committed as …
|
|
|
@86074ed1
|
17 years |
benoit.fouet |
Implement common show version and banner.
Patch by Stefano Sabatini …
|
|
|
@20693c85
|
17 years |
lucabe72 |
Add myself as a maintainer for the RTP muxer and for the SDP generator …
|
|
|
@3a7f5d07
|
17 years |
vitor1001 |
AMV audio decoder
Originally committed as revision 10598 to …
|
|
|
@815d96a6
|
17 years |
lorenm |
oops, revert unrelated change
Originally committed as revision 10597 …
|
|
|
@dc44d4a
|
17 years |
lorenm |
unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x …
|
|
|
@6b19786b
|
17 years |
mans |
set -mcpu for ARM
Originally committed as revision 10595 to …
|
|
|
@53b73365
|
17 years |
ramiro.polla |
Fix avisynth compilation after allformats.h was removed
Originally …
|
|
|
@ea10ddde
|
17 years |
ramiro.polla |
Let the dependency checker deal with winsock2's extralibs.
Originally …
|
|
|
@2ddcf84b
|
17 years |
andreas |
h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as …
|
|
|
@b925ef61
|
17 years |
Aurélien Jacobs |
add support for AVI files with On2 header
Originally committed as …
|
|
|
@7b31b09
|
17 years |
Aurélien Jacobs |
use a table to parse AVI file header
Originally committed as revision …
|
|
|
@2d89f334
|
17 years |
benoit.fouet |
Indentation
Originally committed as revision 10589 to …
|
|
|
@602dd8f6
|
17 years |
benoit.fouet |
Check read_packet before using it.
Originally committed as revision …
|
|
|
@0d2caa37
|
17 years |
lorenm |
oops, potential overflow on really large blocks
Originally committed …
|
|
|
@bd49d4fd
|
17 years |
lorenm |
optimize decode_subframe_lpc()
50%/67%/43% faster on core2/k8/p4, …
|
|
|
@f74471e
|
17 years |
lorenm |
optimize encode_residual_lpc()
37%/45%/90% faster on core2/k8/p4, …
|
|
|
@7ecae905
|
17 years |
Aurélien Jacobs |
simplify
Originally committed as revision 10584 to …
|
|
|
@d7af6a9d
|
17 years |
Aurélien Jacobs |
rename one variable to be consistent with the rest of the file
…
|
|
|
@442b145a
|
17 years |
Aurélien Jacobs |
consistent spelling: plan => plane
Originally committed as revision …
|
|
|
@172d1171
|
17 years |
nicola.sabbi |
added structures and code to keep track of pids<->programs mapping: …
|
|
|
@1d257254
|
17 years |
nicola.sabbi |
replaced custom tracking of programs/services with calls to with …
|
|
|
@15afa39
|
17 years |
nicola.sabbi |
Added definition and utility functions to handle AVProgram(s) in …
|
|
|
@99904603
|
17 years |
Aurélien Jacobs |
use the VP6A codec
Originally committed as revision 10578 to …
|
|
|
@df63f130
|
17 years |
Aurélien Jacobs |
revert r10527
There is now a proper vp6a codec, so no need for this …
|
|
|
@d3f9edba
|
17 years |
Aurélien Jacobs |
simplify
Originally committed as revision 10576 to …
|
|
|
@f62a2b61
|
17 years |
Aurélien Jacobs |
cosmetic: indent
Originally committed as revision 10575 to …
|
|
|
@91fc2cf1
|
17 years |
Aurélien Jacobs |
add a new vp6a codec (add alpha plan support to vp6)
Originally …
|
|
|
@58f66029
|
17 years |
andreas |
reindent
Originally committed as revision 10573 to …
|
|
|
@e0a5d771
|
17 years |
diego |
Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not …
|
|
|
@247df384
|
17 years |
Aurélien Jacobs |
move all model related tables into their own struct
Originally …
|
|
|
@1218a7e3
|
17 years |
diego |
cosmetics: Sort CODEC_ID list.
Originally committed as revision 10570 …
|
|
|
@a7d70d88
|
17 years |
Aurélien Jacobs |
rename vp56_b6to3 to vp56_b2p
Originally committed as revision 10569 …
|
|
|
@1457516f
|
17 years |
Aurélien Jacobs |
some simplifications and uniformisation
Originally committed as …
|
|
|
@81fc2f37
|
17 years |
kostya.shishkov |
Remove check for input buffer size as it does not guarantee that …
|
|
|
@a98bb16
|
17 years |
ramiro.polla |
Organize header files and system functions checks
Originally …
|
|
|
@79973335
|
17 years |
Aurélien Jacobs |
add support for yuva420p colorspace (yuv420p + alpha)
Originally …
|
|
|
@b70335a2
|
17 years |
Aurélien Jacobs |
add support for yuva420p colorspace (yuv420p + alpha)
Originally …
|
|
|
@1136d34a
|
17 years |
gpoirier |
factor out dequant table lookup outside loops, gives a 1-2% speed-up …
|
|
|
@0ebecca5
|
17 years |
lucabe72 |
Add my name to the copyright header, since rtp_mpv now contains
a fair …
|
|
|
@e1e3d642
|
17 years |
michaelni |
remove done items
Originally committed as revision 10562 to …
|
|
|
@d0c3be95
|
17 years |
lucabe72 |
Fix a warning by removing an useless assignment (buf_ptr should be …
|
|
|
@35fb813
|
17 years |
michaelni |
cosmetic (get rid of _ at the start of local variable names)
…
|
|
|
@4783cf0d
|
17 years |
kostya.shishkov |
Do not try to decode more data than output buffer may hold
Originally …
|
|
|
@8b505fc6
|
17 years |
diego |
VIS-specific code should be enabled conditional to HAVE_VIS, not …
|
|
|
@940f335a
|
17 years |
mans |
create and use check_asm() function
Originally committed as revision …
|
|
|
@78eb653
|
17 years |
diego |
cosmetics: Move LDCONFIG variable to a more sensible place in …
|
|
|
@ff193e64
|
17 years |
michaelni |
some experimental iterative quantization code
disabled as it is VERY …
|
|
|
@8b03def6
|
17 years |
diego |
Move VIS CFLAGS settings into configure.
Originally committed as …
|
|
|
@b146873c
|
17 years |
diego |
VIS-specific code should be compiled conditional to HAVE_VIS, not …
|
|
|
@bd9d34a0
|
17 years |
diego |
Add a proper test for VIS instruction support.
some help by Jan …
|
|
|
@ac140479
|
17 years |
kostya.shishkov |
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).
…
|
|
|
@c1f3c630
|
17 years |
kostya.shishkov |
Looks like this APE decoder support versions starting from 3.95
…
|
|
|
@3f4c2431
|
17 years |
diego |
spelling
Originally committed as revision 10550 to …
|
|
|
@61858a76
|
17 years |
Reimar.Doeffinger |
Apply skip_loop_filter before checking if we can parallelize with the …
|
|
|
@a2085a7e
|
17 years |
kostya.shishkov |
Guard against output buffer overflows
Originally committed as …
|
|
|
@675a0583
|
17 years |
kostya.shishkov |
Do not decode more data than output buffer may hold
Originally …
|
|
|
@ee9d77dd
|
17 years |
michaelni |
duplicate note
Originally committed as revision 10546 to …
|
|
|
@fffd6a5f
|
17 years |
michaelni |
indent
Originally committed as revision 10545 to …
|
|
|
@638f489c
|
17 years |
michaelni |
fix segfault with …
|
|
|
@c2675d4a
|
17 years |
ramiro.polla |
Proper check for --help and -h parameters
Originally committed as …
|
|
|
@06eab4b
|
17 years |
ramiro.polla |
Let the dependency checker decide about x11_grab_device_demuxer
…
|
|
|
@32bbb99d
|
17 years |
baptiste.coudurier |
HDYC fourcc, sample hdyc/Test2.avi
Originally committed as revision …
|
|
|
@3ae3b721
|
17 years |
ramiro.polla |
Replace one-lined if;elses to && ||
Originally committed as revision …
|
|
|
@3a319ab
|
17 years |
baptiste.coudurier |
add D-10 NTSC support
Originally committed as revision 10539 to …
|
|
|
@28cf721
|
17 years |
baptiste.coudurier |
extract correct d10 aes3 audio channels number
Originally committed …
|
|
|
@a27d6e71
|
17 years |
diego |
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. …
|
|
|
@dee15ece
|
17 years |
Aurélien Jacobs |
allcodecs.h and allformats.h are not used anymore
Originally …
|
|
|
@d999cff5
|
17 years |
Aurélien Jacobs |
remove last dependencies on allformats.h and allcodecs.h
Originally …
|
|
|
@a889bf1
|
17 years |
diego |
cosmetics: typo
Originally committed as revision 10534 to …
|
|
|
@f9436161
|
17 years |
benoit.fouet |
Make parse_date return INT64_MIN in case of unparsable input.
Patch by …
|
|
|
@4ec45764
|
17 years |
ramiro.polla |
Add extralibs to the dependency checker
Originally committed as …
|
|
|
@8a2b941
|
17 years |
ramiro.polla |
gpl for the X11 grabber has already been checked for
Originally …
|
|
|
@497237c7
|
17 years |
ramiro.polla |
Use enable and disable macros where appropriate
Originally committed …
|
|
|
@ee28dedc
|
17 years |
ikalvachev |
Remove inline from function that is exported.
Issue noticed by …
|
|
|
@13ef7825
|
17 years |
ramiro.polla |
Properly check for -lm
Originally committed as revision 10528 to …
|
|
|
@f84c3573
|
17 years |
Aurélien Jacobs |
Add support for VP6A in flv.
Those files really contain 2 standard VP6 …
|
|
|
@13566c31
|
17 years |
diego |
cosmetics: sort()
Originally committed as revision 10526 to …
|
|
|
@a8f70d7
|
17 years |
diego |
Add explanatory comments to the parse_date function.
patch by Stefano …
|
|
|