|
|
|
@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 …
|
|
|
@269820f1
|
17 years |
diego |
Disable vhook on Interix, patch by Pete Ross, pross xvid org.
…
|
|
|
@fe0c188
|
17 years |
diego |
This header just needs stdint.h, not inttypes.h, which is a superset …
|
|
|
@00829b9b
|
17 years |
lorenm |
simplify
Originally committed as revision 12224 to …
|
|
|
@97d1d009
|
17 years |
Aurélien Jacobs |
split encoding part of dsputil_mmx into its own file
Originally …
|
|
|
@4847a997
|
17 years |
diego |
Remove commented-out av_log calls.
Originally committed as revision …
|
|
|
@b6bffc46
|
17 years |
michaelni |
Fix trellis quant + AAN DCT.
Originally committed as revision 12221 …
|
|
|
@2936438a
|
17 years |
michaelni |
Make diego happy.
Originally committed as revision 12220 to …
|
|
|
@57b9863
|
17 years |
Aurélien Jacobs |
compile various fdct only when encoders are enabled
Originally …
|
|
|
@a02dd7eb
|
17 years |
michaelni |
Fix MSVC identification, patch by Eddie Pang.
Originally committed as …
|
|
|
@4fa1f6cc
|
17 years |
michaelni |
Make code C conformant.
Originally committed as revision 12217 to …
|
|
|
@53d1bdba
|
17 years |
diego |
Clarify the documentation for 'ffmpeg -v'.
patch by Stefano Sabatini, …
|
|
|
@15067504
|
17 years |
diego |
Improve wording/grammar of Doxygen comments.
Originally committed as …
|
|
|
@062942e7
|
17 years |
michaelni |
Clarify which BSD license.
Originally committed as revision 12214 to …
|
|
|
@4bfc91a0
|
17 years |
diego |
cosmetics: prettyprint
Originally committed as revision 12213 to …
|
|
|
@5b0d04d3
|
17 years |
michaelni |
Allow use of my AAN DCT under BSD, AMD has agreed to write and …
|
|
|
@7c84b8bc
|
17 years |
benoit.fouet |
Make parse_options() use parse_number_or_die().
Patch by Stefano …
|
|
|
@60b5a745
|
17 years |
benoit.fouet |
Export and document in cmdutils.h the function parse_number_or_die(). …
|
|
|
@4649fa90
|
17 years |
baptiste.coudurier |
fix mace duration
Originally committed as revision 12209 to …
|
|
|
@852859ff
|
17 years |
baptiste.coudurier |
protect malloc overflow
Originally committed as revision 12208 to …
|
|
|
@17871a02
|
17 years |
baptiste.coudurier |
indentation
Originally committed as revision 12207 to …
|
|
|
@b014dd76
|
17 years |
baptiste.coudurier |
fail if extradata cannot be allocated
Originally committed as …
|
|
|
@9c7fd997
|
17 years |
baptiste.coudurier |
10l, protect malloc overflow
Originally committed as revision 12205 …
|
|
|
@b8d3daca
|
17 years |
baptiste.coudurier |
support QDM2 in aiff, QDM2.aif
Originally committed as revision 12204 …
|
|
|
@4c638f0c
|
17 years |
baptiste.coudurier |
remove useless close function
Originally committed as revision 12203 …
|
|
|
@54d8fd20
|
17 years |
baptiste.coudurier |
indentation
Originally committed as revision 12202 to …
|
|
|
@c6f53812
|
17 years |
baptiste.coudurier |
remove useless casts
Originally committed as revision 12201 to …
|
|
|
@9df21f2
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 12200 to …
|
|
|
@b4dc27a8
|
17 years |
baptiste.coudurier |
remove useless tags, codec_get_id matches independently and qt uses …
|
|
|
@e13c0783
|
17 years |
baptiste.coudurier |
set bps to uncompressed original sound data for compressed audio …
|
|
|
@e0130159
|
17 years |
baptiste.coudurier |
fix duration for ima4
Originally committed as revision 12197 to …
|
|
|
@3a957df4
|
17 years |
baptiste.coudurier |
ima4 in aiff support
Originally committed as revision 12196 to …
|
|
|
@4a5b619d
|
17 years |
lorenm |
png filters
Originally committed as revision 12195 to …
|
|
|
@e281d684
|
17 years |
diego |
Fix outdated comment.
Originally committed as revision 26099 to …
|
|
|
@88517699
|
17 years |
mans |
#include "libavutil/avutil.h" in swscale.h
Originally committed as …
|
|
|
@76a448ed
|
17 years |
mans |
Install headers in $prefix/include/$libname
Install each library's …
|
|
|
@bd58e7f7
|
17 years |
lorenm |
remove a memcpy
Originally committed as revision 12193 to …
|
|
|
@8af9090f
|
17 years |
diego |
cosmetics: Sort and prettyprint codec_wav_tags[].
Originally …
|
|
|
@6f4e2b5a
|
17 years |
mans |
fix memory leaks in vp3 decoder
Originally committed as revision …
|
|
|
@ac6f1330
|
17 years |
michaelni |
Set indexmem to a saner default.
Originally committed as revision …
|
|
|
@f018bc10
|
17 years |
Reimar.Doeffinger |
asm volatile -> asm volatile part 3
Originally committed as …
|
|
|
@f2217d6f
|
17 years |
Reimar.Doeffinger |
asm volatile -> asm volatile part 2
Originally committed as …
|
|
|
@78d3d94f
|
17 years |
Reimar.Doeffinger |
asm volatile -> asm volatile, improves code consistency and works …
|
|
|
@cf73e32a
|
17 years |
vitor1001 |
Fix bug I introduced in r11962.
Thanks to Uoti Urpala for spotting it …
|
|
|
@10e7fc7c
|
17 years |
michaelni |
Reduce initial fifo size, so as not to senselessly waste memory.
…
|
|
|
@a6ebca9e
|
17 years |
michaelni |
realloc fifo
Originally committed as revision 12185 to …
|
|
|
@58293e57
|
17 years |
michaelni |
Fix issue357
Do what the spec says, insane or not:
"
Format 0 …
|
|
|
@44de39f9
|
17 years |
michaelni |
flv/swf do not have a big endian codec id, they only support
little …
|
|
|
@7bb8d51c
|
17 years |
banan |
Riff ids for wmapro and wmavoice, this adds support for stream copy of …
|
|
|
@4411cb11
|
17 years |
mans |
use diff -u -w in codec regression test
Originally committed as …
|
|
|
@a45b40c4
|
17 years |
nicola.sabbi |
treat stream_type==0x82 as AUDIO_DTS when the program has a …
|
|
|
@a939a005
|
17 years |
michaelni |
Remove apparently unneeded and buggy align.
Originally committed as …
|
|
|
@18ee626
|
17 years |
diego |
Add -lm to x264 check, it is needed on most systems.
taken from the …
|
|
|
@917f55cc
|
17 years |
lorenm |
cleaner way of writing packed-byte constants.
suggested by Uoti Urpala …
|
|
|
@0cb25594
|
17 years |
Carl Eugen Hoyos |
Discard two symbols from libswscale.
Originally committed as revision …
|
|
|