|
|
|
@5c6a5d58
|
19 years |
diego |
simplify
Originally committed as revision 5581 to …
|
|
|
@bf840994
|
19 years |
lu_zero |
make distclean clean everything
Originally committed as revision 5580 …
|
|
|
@20ffddb9
|
19 years |
michaelni |
CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer …
|
|
|
@761089b0
|
19 years |
michaelni |
staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs …
|
|
|
@474176bf
|
19 years |
michaelni |
3 lines while -> 1 line for loop
Originally committed as revision …
|
|
|
@5d2f52b9
|
19 years |
michaelni |
simplify
Originally committed as revision 5576 to …
|
|
|
@b2e30cb3
|
19 years |
michaelni |
simplify compute_autocorr
Originally committed as revision 5575 to …
|
|
|
@41275956
|
19 years |
michaelni |
dont use memcpy for copying structs
Originally committed as revision …
|
|
|
@7c69b83
|
19 years |
michaelni |
simplify
Originally committed as revision 5573 to …
|
|
|
@a403fc03
|
19 years |
michaelni |
flac-lpc patch by (Justin Ruggles jruggle earthlink net)
tabs removed …
|
|
|
@78f67b7a
|
19 years |
michaelni |
simplify
Originally committed as revision 5571 to …
|
|
|
@79433554
|
19 years |
banan |
ff_fft_init now double checks that the system has mm3dnow.h before …
|
|
|
@76f2a12f
|
19 years |
mans |
remove unneeded casts
Originally committed as revision 5569 to …
|
|
|
@3dd46a29
|
19 years |
mans |
get rid of veccpy(), replace with simple assignment
Originally …
|
|
|
@0abc2e73
|
19 years |
michaelni |
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx …
|
|
|
@91c58c94
|
19 years |
mans |
fill_mbaff_ref_list is missing a return statement, its return value
is …
|
|
|
@2df19ea5
|
19 years |
lucabe72 |
Remove unneeded code
Originally committed as revision 18880 to …
|
|
|
@94d85eaf
|
19 years |
michaelni |
md5 support
depending on CONFIG_SMALL this can either be compiled to a …
|
|
|
@8f8d0e48
|
19 years |
kostya.shishkov |
Adjust AC prediction if (some) predictors are not available.
…
|
|
|
@e9f2396e
|
19 years |
kostya.shishkov |
0xFFFF l of cola. Now P-frames are decoded almost without distortions. …
|
|
|
@a34c26c
|
19 years |
kostya.shishkov |
Remove unused variable (and it wasn't free'd too)
Originally …
|
|
|
@0f7344aa
|
19 years |
kostya.shishkov |
Use MpegEncContext->mbskip_table instead of custom bitplane.
…
|
|
|
@73435f00
|
19 years |
lucabe72 |
Move postproc ---> libswscale
Originally committed as revision 18866 …
|
|
|
@c99ddfa4
|
19 years |
gpoirier |
Woops, this file was supposed to be added in r5556: "Move …
|
|
|
@a9493601
|
19 years |
gpoirier |
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no …
|
|
|
@3a6fc8fa
|
19 years |
gpoirier |
Disable w53 and w97 cmp methods when snow encoder is disabled
Patch by …
|
|
|
@72468a03
|
19 years |
gpoirier |
make sure NDEBUG is not defined already before defining it
Patch by …
|
|
|
@e006c307
|
19 years |
gpoirier |
Move initialisations and internal symbols in allformats.h,
patch by …
|
|
|
@f2508b1
|
19 years |
Reynaldo H. Verdejo Pinochet |
anothe useless sizeof(char)
Originally committed as revision 5555 to …
|
|
|
@3f6d6af6
|
19 years |
kostya.shishkov |
Slightly reworked MC code, it gives better picture.
Originally …
|
|
|
@c436ff41
|
19 years |
kostya.shishkov |
typo
Originally committed as revision 5553 to …
|
|
|
@7d77d5f6
|
19 years |
diego |
spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail …
|
|
|
@1a268acc
|
19 years |
mans |
compiler sanity check
Originally committed as revision 5551 to …
|
|
|
@fac252f9
|
19 years |
mans |
add --cross-compile option to assume cross-compilation without …
|
|
|
@ddab0670
|
19 years |
mans |
send output of exec checks to log file
Originally committed as …
|
|
|
@8d923001
|
19 years |
mans |
detect availability of -rdynamic and -export-dynamic
Originally …
|
|
|
@62c52121
|
19 years |
mans |
extradata may be used as bitstream reader input so allocate with …
|
|
|
@25c533a
|
19 years |
mans |
detect audio-only program streams and broken files made by VDR
…
|
|
|
@344a18c
|
19 years |
mans |
do not fail av_find_stream_info() if params for all streams could not …
|
|
|
@c6bb50e0
|
19 years |
kostya.shishkov |
Fix initialization of vc1_decoder (the same as wmv3_decoder).
Patch by …
|
|
|
@87dfe848
|
19 years |
kostya.shishkov |
Some optimization and fixes - mostly reworked MC and bitplanes.
…
|
|
|
@e8ba1cea
|
19 years |
kostya.shishkov |
This should make P-frames decoding work on x86 (by avoiding …
|
|
|
@b028a866
|
19 years |
diego |
'uname -m' returns IP<number> for MIPS CPUs on IRIX.
Originally …
|
|
|
@19e0e403
|
19 years |
mans |
detect MPEG PES streams as MPEG PS; the PS demuxer will cope
…
|
|
|
@54003e1a
|
19 years |
mans |
get svn version when using separate build tree
Originally committed …
|
|
|
@76a77ff2
|
19 years |
lucabe72 |
Properly set the image depth
Originally committed as revision 5538 to …
|
|
|
@b582d7ba
|
19 years |
michaelni |
dont read over the end of a data chunk and at the end search for the …
|
|
|
@e71bcc37
|
19 years |
michaelni |
flacenc - rice param search patch by (Justin Ruggles jruggle …
|
|
|
@f26c2ef5
|
19 years |
kostya.shishkov |
Added loop filtering as ersatz for overlap filter (improves picture …
|
|
|
@8985c915
|
19 years |
kostya.shishkov |
VC1 Intra blocks in P-frames use different zigzag table than I-frames. …
|
|
|
@0b52626e
|
19 years |
Reimar.Doeffinger |
Do not read full byte when less than 8 bits are still to be read.
Does …
|
|
|
@a5ecd69
|
19 years |
Reimar.Doeffinger |
Ignore overrun in spectral RLE decoding, fixes …
|
|
|
@2122f9c0
|
19 years |
diego |
Install into $PROGRAMFILES instead of a hardcoded path on MinGW.
patch …
|
|
|
@be3492ec
|
19 years |
kostya.shishkov |
VC-1 decoder with I-frames support and partial P-frames decoding
…
|
|
|
@10b9c37
|
19 years |
kostya.shishkov |
Rename VC9 to VC1 as there is no such thing as VC9
Originally …
|
|
|
@f33aa120
|
19 years |
michaelni |
stereo decorrelation support by (Justin Ruggles jruggle earthlink …
|
|
|
@6c35b4de
|
19 years |
michaelni |
10l
Originally committed as revision 5527 to …
|
|
|
@f3a30e3a
|
19 years |
lu_zero |
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
Originally …
|
|
|
@521f2587
|
19 years |
lu_zero |
Make debug work early on ffplay
Originally committed as revision 5525 …
|
|
|
@ea02862a
|
19 years |
mans |
s/u_char/uint8_t/ accidentally copied from tcvp
Originally committed …
|
|
|
@40c5e1fa
|
19 years |
mans |
10l: don't allocate a new buffer quite so often
Originally committed …
|
|
|
@12a195e
|
19 years |
mans |
cleaned up buffer management
Originally committed as revision 5522 to …
|
|
|
@42fb414
|
19 years |
baptiste.coudurier |
check only existing streams
Originally committed as revision 5521 to …
|
|
|
@aedf11f8
|
19 years |
mans |
-logg needs to be after -lvorbis
Originally committed as revision …
|
|
|
@7beb802
|
19 years |
mans |
fix a silly typo (1l to myself)
Originally committed as revision 5519 …
|
|
|
@24e1591
|
19 years |
lu_zero |
minor cleanup
Originally committed as revision 5518 to …
|
|
|
@0aec3c5c
|
19 years |
baptiste.coudurier |
simplify
Originally committed as revision 5517 to …
|
|
|
@d1015e88
|
19 years |
michaelni |
simplify & optimize things a little
Originally committed as revision …
|
|
|
@aeb2904e
|
19 years |
michaelni |
flac regression test
Originally committed as revision 5515 to …
|
|
|
@9e96ab03
|
19 years |
michaelni |
first rudimentary version of (Justin Ruggles jruggle earthlink net) …
|
|
|
@9e0db7d5
|
19 years |
michaelni |
simplify
Originally committed as revision 5513 to …
|
|
|
@cef7cc72
|
19 years |
michaelni |
CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink …
|
|
|
@a66d63a9
|
19 years |
diego |
Produce correct version string even when not run in a Subversion …
|
|
|
@fd071c26
|
19 years |
diego |
.depend needs version.h, noticed by Uoti Urpala
Originally committed …
|
|
|
@2ba042a7
|
19 years |
mans |
enable logging in configure by default, and print some advice on …
|
|
|
@87f1c97e
|
19 years |
mans |
allow recent libfaad versions with new function names
Originally …
|
|
|
@0187178e
|
19 years |
lu_zero |
fix 24bit flac support, revised from Thibaut Mattern …
|
|
|
@ea138e9
|
19 years |
diego |
Remove unused variable, patch by Stefan Huehner …
|
|
|
@c10824ea
|
19 years |
mans |
increase search limit in av_find_stream_info
Originally committed as …
|
|
|
@47261113
|
19 years |
lu_zero |
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> …
|
|
|
@5689ec7
|
19 years |
diego |
Remove unused FFMPEG_VERSION_INT.
Note: If this is useful I'll put it …
|
|
|
@f1cc88a5
|
19 years |
diego |
Use Subversion revision for FFMPEG_VERSION.
based on a patch by Ismail …
|
|
|
@d2845d68
|
19 years |
diego |
Remove unused VERSION definition from config.mak.
Originally …
|
|
|
@0cfd96cc
|
19 years |
diego |
Avoid binary stripping rule code duplication.
Originally committed as …
|
|
|
@d8bee8dd
|
19 years |
mans |
allow packets with non-zero PES_scrambling_control
Originally …
|
|
|
@aa1c1c61
|
19 years |
baptiste.coudurier |
fix aac in mov for ipod
Originally committed as revision 5498 to …
|
|
|
@7b49ce2e
|
19 years |
diego |
Add const to (mostly) char* and make some functions static, which …
|
|
|
@3b9bee88
|
19 years |
mans |
libfaac uses pascal calling convention on win32 so the generic tests …
|
|
|
@ab955d47
|
19 years |
mans |
add myself as build system maintainer
Originally committed as …
|
|
|
@5d38ba33
|
19 years |
mans |
put local -L flags first in link commands
Originally committed as …
|
|
|
@e8772eec
|
19 years |
lu_zero |
Cosmetics: should not hurt performance, scream if are
Originally …
|
|
|
@a97c1e93
|
19 years |
diego |
Add (mostly) const to variable and parameter declaration, where a …
|
|
|
@c8e9f801
|
19 years |
mans |
improved logging tests
Originally committed as revision 5491 to …
|
|
|
@407ddb4e
|
19 years |
baptiste.coudurier |
update libav regression tests for r5449 (adpcm)
Originally committed …
|
|
|
@2b9c9e09
|
19 years |
diego |
Rename version from CVS to the more sensible HEAD.
Originally …
|
|
|
@79d1ec91
|
19 years |
mans |
use standard codec tag if the specified tag is out of range and would …
|
|
|
@4f8ff17e
|
19 years |
mans |
The AAC frame header uses 13 bits for the frame size, so the buffer …
|
|
|
@57bd82d4
|
19 years |
mans |
test availability of various compiler flags, and verify that requested …
|
|
|
@2c8e2014
|
19 years |
diego |
Fix compilation with all combinations of --disable-(de)muxers.
…
|
|
|
@a5e9102b
|
19 years |
mans |
free codec extradata in av_close_input_file
Originally committed as …
|
|
|