|
|
|
@e60da588
|
17 years |
michaelni |
sws_flags is unsigned.
This together with the last commit fixes the …
|
|
|
@378774e9
|
17 years |
michaelni |
Fix handling flags with the MSB set.
Originally committed as revision …
|
|
|
@8b2fce0d
|
17 years |
michaelni |
Turn ancient V offset numerical constants into named ones.
Add a check …
|
|
|
@fbd4293d
|
17 years |
Aurélien Jacobs |
remove more useless mpegvideo.h includes
Originally committed as …
|
|
|
@cbcd6c8c
|
17 years |
Aurélien Jacobs |
move EDGE_WIDTH definition allong with draw_edges where it belongs
…
|
|
|
@d37f007d
|
17 years |
Aurélien Jacobs |
remove #include "mpegvideo.h" where it is not needed
Originally …
|
|
|
@3bfe9260
|
17 years |
Aurélien Jacobs |
move relevant declarations to mpeg12data.h
Originally committed as …
|
|
|
@6d934615
|
17 years |
Aurélien Jacobs |
move run length table constants to rl.h
Originally committed as …
|
|
|
@288a44fb
|
17 years |
Aurélien Jacobs |
move ff_emulated_edge_mc() to dsputil
Originally committed as …
|
|
|
@8d4bef64
|
17 years |
michaelni |
Remove unused elements from tables.
Originally committed as revision …
|
|
|
@6a287b73
|
17 years |
michaelni |
Detect and prevent reading over the end of counts_*. We pass the error …
|
|
|
@1a2a1d90
|
17 years |
michaelni |
Prevent segfault due to reading over the end of the input buffer.
…
|
|
|
@7998988
|
17 years |
Aurélien Jacobs |
fix wmv3 dependencies
Originally committed as revision 12314 to …
|
|
|
@49c35f16
|
17 years |
Aurélien Jacobs |
Fix compilation on powerpc.
DECLARE_ALIGNED_8 is not defined at that …
|
|
|
@015d0bb9
|
17 years |
Aurélien Jacobs |
remove old draw_edges declaration cruft
Originally committed as …
|
|
|
@4c79b95c
|
17 years |
Aurélien Jacobs |
move ff_init_scantable() into dsputil
Originally committed as …
|
|
|
@675b8390
|
17 years |
michaelni |
Ignore flags after pts/dts if there are no bytes left.
Fixes decoding …
|
|
|
@5a6a9e78
|
17 years |
Aurélien Jacobs |
move draw_edges() into dsputil
Originally committed as revision 12309 …
|
|
|
@ce7f71a2
|
17 years |
Aurélien Jacobs |
dsputil.h is a local header
Originally committed as revision 12308 to …
|
|
|
@c8deab7a
|
17 years |
Aurélien Jacobs |
include required header
Originally committed as revision 12307 to …
|
|
|
@6e196eac
|
17 years |
Aurélien Jacobs |
include required headers for int64_t and AV_RB16()
Originally …
|
|
|
@abf2dc9c
|
17 years |
Aurélien Jacobs |
avi.h does not use anything from avcodec.h.
Originally committed as …
|
|
|
@22f86547
|
17 years |
mans |
Fix endian test with grep not handling non-text files
POSIX grep is …
|
|
|
@0e9fbd35
|
17 years |
mans |
remove invalid free() forgotten in r12300
Originally committed as …
|
|
|
@932ccf39
|
17 years |
mans |
remove unnecessary backslashes
Originally committed as revision 12302 …
|
|
|
@81124ba0
|
17 years |
vitor1001 |
Fix libavfilter compilation and make it more in line
with the other …
|
|
|
@f15e6b8
|
17 years |
michaelni |
Provide non null class name to avoid crash with ffmpeg -h.
Originally …
|
|
|
@6548ff57
|
17 years |
ramiro.polla |
Force DOS users to enable memalign hack when needed,
the same way it's …
|
|
|
@40bcf4c
|
17 years |
banan |
Support setting the debuglevel (-g level) with --enable-debug=#
…
|
|
|
@e7a5e2f6
|
17 years |
Reimar.Doeffinger |
Fix decoding of interlaced gif, e.g. …
|
|
|
@78db672c
|
17 years |
michaelni |
Use block_align as the avi spec says.
fix issue274
Originally …
|
|
|
@143b0820
|
17 years |
michaelni |
Print slightly more useful info.
Originally committed as revision …
|
|
|
@a7805e2
|
17 years |
michaelni |
Fallback to sample rate if bit rate is 0. This avoids 0 timebases in …
|
|
|
@9fdfd21c
|
17 years |
michaelni |
factorize
Originally committed as revision 12293 to …
|
|
|
@a048febd
|
17 years |
michaelni |
subtitles (codec tag tables still missing ...)
Originally committed …
|
|
|
@c6eed369
|
17 years |
ramiro.polla |
Use "disable" helper function
Originally committed as revision 12291 …
|
|
|
@5b087549
|
17 years |
michaelni |
Store aspect ratio in avis.
Originally committed as revision 12290 to …
|
|
|
@1f3d74d3
|
17 years |
michaelni |
Remove INFINITY as suggested by rich.
Originally committed as …
|
|
|
@3948c74f
|
17 years |
michaelni |
Remove INFINITY.
Originally committed as revision 12288 to …
|
|
|
@d8870f12
|
17 years |
justin.ruggles |
use scale factor instead of sum for downmix level adjustment. avoids …
|
|
|
@9d10e6e6
|
17 years |
justin.ruggles |
pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo …
|
|
|
@8541cc27
|
17 years |
diego |
Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.
patch by …
|
|
|
@a4de6dd2
|
17 years |
justin.ruggles |
Use 24-bit fixed-point transform coefficients until just before MDCT. …
|
|
|
@74e21d03
|
17 years |
mike |
fix wc3movie demuxer to conform to the PTS API
Originally committed …
|
|
|
@be0995b1
|
17 years |
lorenm |
more aspect ratios added in one of the ammendments
Originally …
|
|
|
@40e8e497
|
17 years |
mike |
fix the id CIN demuxer by using the pts API correctly
Originally …
|
|
|
@73260a11
|
17 years |
Aurélien Jacobs |
simplification proposed by Rich
Originally committed as revision …
|
|
|
@2401daaf
|
17 years |
michaelni |
add cdvc
(from a patch by Dmitry Vassiliev slydiman mail ru)
…
|
|
|
@79aeec08
|
17 years |
benoit.fouet |
Make AMR-NB block size const and 8 bits.
Originally committed as …
|
|
|
@675bc0bc
|
17 years |
benoit.fouet |
Define block size for AMR-WB (use IF2 table).
Spotted by John …
|
|
|
@b5a33ff1
|
17 years |
michaelni |
suppress the second warning
Originally committed as revision 12276 to …
|
|
|
@7e14b808
|
17 years |
Reimar.Doeffinger |
Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but …
|
|
|
@48026fbe
|
17 years |
baptiste.coudurier |
1000l parenthesis
Originally committed as revision 12274 to …
|
|
|
@83f0288
|
17 years |
baptiste.coudurier |
code is ok for 4bpp in mov too, fix 16grey.mov
Originally committed …
|
|
|
@0de2157
|
17 years |
baptiste.coudurier |
set codec bps to grayscale bits, fix 256grey.mov
Originally committed …
|
|
|
@2c62e737
|
17 years |
diego |
Add empty line in output to increase readability.
Originally …
|
|
|
@61d251db
|
17 years |
mans |
check for inline asm support
Originally committed as revision 12270 …
|
|
|
@2e98d87c
|
17 years |
mans |
simplify lzo-test rule
Originally committed as revision 12269 to …
|
|
|
@93420809
|
17 years |
mans |
fix version in libavfilter.pc
Originally committed as revision 12267 …
|
|
|
@800b9c24
|
17 years |
banan |
Add more riff IDs to support remuxing.
Originally committed as …
|
|
|
@da00a1bd
|
17 years |
baptiste.coudurier |
add weird first atom to probe, finally fix bartjones.mov
Originally …
|
|
|
@f436a23
|
17 years |
mans |
fix versions in .pc files
Originally committed as revision 12264 to …
|
|
|
@dbb37657
|
17 years |
baptiste.coudurier |
free in case of multiple type == 2
Originally committed as revision …
|
|
|
@2f4568e5
|
17 years |
baptiste.coudurier |
return error if malloc fails
Originally committed as revision 12262 …
|
|
|
@dbb7cbf2
|
17 years |
baptiste.coudurier |
fix possible overflow with memmove
Originally committed as revision …
|
|
|
@a6601d69
|
17 years |
mans |
fix libavfilter version extraction
Originally committed as revision …
|
|
|
@ab4b28f0
|
17 years |
vitor1001 |
Print libavfilter version if it is enabled in configure
Originally …
|
|
|
@0b247953
|
17 years |
Aurélien Jacobs |
makes really sure that no undefined behavior can happen
Originally …
|
|
|
@b85976ba
|
17 years |
michaelni |
better include
Originally committed as revision 12257 to …
|
|
|
@3635791a
|
17 years |
michaelni |
include dependencies ...
Originally committed as revision 12256 to …
|
|
|
@c91d512b
|
17 years |
diego |
Add multiple inclusion guards.
Originally committed as revision 12255 …
|
|
|
@dc3f320d
|
17 years |
diego |
Add explanatory comment to '#define FLOAT float'.
Originally …
|
|
|
@d597655f
|
17 years |
Aurélien Jacobs |
Avoid infinite loop.
uint64_t >> 64 is an undefined operation
…
|
|
|
@b2eb2ff
|
17 years |
michaelni |
Make gcc ignore the distinction between +0.0 and -0.0, this allows it …
|
|
|
@f65c9da1
|
17 years |
mans |
print enabled things in columns
Originally committed as revision …
|
|
|
@3cde40a
|
17 years |
vitor1001 |
10l, alphabetic ordering
Originally committed as revision 12250 to …
|
|
|
@f7679c54
|
17 years |
vitor1001 |
Build system changes for libavfilter addition. Add --enable-avfilter …
|
|
|
@be19d752
|
17 years |
vitor1001 |
Make libavfilter define its version like the other libav* libs
…
|
|
|
@147e7692
|
17 years |
mans |
simplify version number extraction
Originally committed as revision …
|
|
|
@e08e6bb6
|
17 years |
mans |
less preprocessor magic in version number macros
Originally committed …
|
|
|
@800c289
|
17 years |
mans |
less preprocessor magic in version number macros
Originally committed …
|
|
|
@11fdbc44
|
17 years |
michaelni |
25% faster floating point AAN IDCT.
Other float code likely benefits …
|
|
|
@499e4700
|
17 years |
michaelni |
Stuffing bytes to not violate minimum legality rate.
Note, this is a …
|
|
|
@cc611675
|
17 years |
michaelni |
Remove another temporary variable with which gcc has problems.
…
|
|
|
@26846ba5
|
17 years |
baptiste.coudurier |
support keyframes indexes starting at 0, broken files created by …
|
|
|
@221e21b7
|
17 years |
baptiste.coudurier |
support mov reference files, ref.mov/ref.m2v/ref.wav and detect …
|
|
|
@94ae6788
|
17 years |
diego |
cosmetics: Demplayerify indentation.
Originally committed as revision …
|
|
|
@301df480
|
17 years |
diego |
Add comments to some #endif directives.
Originally committed as …
|
|
|
@e6464f8b
|
17 years |
diego |
cosmetics: spelling/grammar
Originally committed as revision 12238 to …
|
|
|
@c3a3d34
|
17 years |
michaelni |
Alternative and faster (on gcc x86) plane rotation.
Originally …
|
|
|
@8af4d0fc
|
17 years |
michaelni |
Get rid of another useless variable.
Originally committed as revision …
|
|
|
@92ac614
|
17 years |
michaelni |
Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself), …
|
|
|
@e6d7ef64
|
17 years |
michaelni |
One variable less. No real change to the actual code.
Originally …
|
|
|
@6f08c541
|
17 years |
michaelni |
floating point AAN IDCT
Originally committed as revision 12233 to …
|
|
|
@60f5c96e
|
17 years |
baptiste.coudurier |
remove useless braces
Originally committed as revision 12232 to …
|
|
|
@18978a49
|
17 years |
baptiste.coudurier |
indentation
Originally committed as revision 12231 to …
|
|
|
@6d680e1b
|
17 years |
baptiste.coudurier |
rescale frame size, fix i.3g2
Originally committed as revision 12230 …
|
|
|
@f296563e
|
17 years |
baptiste.coudurier |
move parameters reset after setting stream parameters, will need those …
|
|
|
@042e0add
|
17 years |
lorenm |
decode mng color decorrelation
Originally committed as revision 12228 …
|
|
|
@d248905b
|
17 years |
diego |
Remove START_TIMER and STOP_TIMER macros.
Originally committed as …
|
|
|