|
|
|
@07287788
|
15 years |
ramiro.polla |
Protect mmx2 filter code buffers so they are not executable and …
|
|
|
@b0e1343b
|
15 years |
ramiro.polla |
Remove duplicate define (it is the same in the lum code).
Originally …
|
|
|
@bcdedf67
|
15 years |
ramiro.polla |
Rename "funny" code to "mmx2 filter" code.
Originally committed as …
|
|
|
@475f3613
|
15 years |
ramiro.polla |
Indent.
Originally committed as revision 29506 to …
|
|
|
@e55ed689
|
15 years |
ramiro.polla |
swscale-example: Remove hack to end loop by setting variables to …
|
|
|
@d7cf0a6f
|
15 years |
ramiro.polla |
swscale-example: Don't return random value from main().
Originally …
|
|
|
@f5a9c4ee
|
15 years |
ramiro.polla |
swscale-example: Check for Gray formats.
Originally committed as …
|
|
|
@d4d6ae16
|
15 years |
robert.swain |
Add ff_celp_circ_addf() function to be used for sparse vector circular …
|
|
|
@51fdb6f0
|
15 years |
Reimar.Doeffinger |
Fix a memleak with win32 threads: the handle returned by …
|
|
|
@c0b88f19
|
15 years |
pross |
Moves the display of metadata to dump_format()
Originally committed …
|
|
|
@5f71844
|
15 years |
kostya.shishkov |
Parse ID3 tags in Musepack SV7 files
Patch by Matti Hamalainen …
|
|
|
@311f96a8
|
15 years |
kostya.shishkov |
Parse APE metadata tags in Musepack SV7 files
Patch by Matti …
|
|
|
@191e34cd
|
15 years |
kostya.shishkov |
Move APE tag parsing into separate module.
Based on patch by Matti …
|
|
|
@6984380c
|
15 years |
kostya.shishkov |
Do not use internals of ByteIOContext during APE tags parsing.
Patch …
|
|
|
@22667e40
|
15 years |
kostya.shishkov |
Remove incorrect APE tag size adjustment based on flags.
Patch by …
|
|
|
@ffd38d8b
|
15 years |
Carl Eugen Hoyos |
Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native …
|
|
|
@d094052c
|
15 years |
lorenm |
fix a crash in SVQ1 with cmp!=sad
Originally committed as revision …
|
|
|
@7a9c86e
|
15 years |
Aurélien Jacobs |
avidec: simplify, using av_rescale_q() instead of av_rescale()
…
|
|
|
@2bf74f49
|
15 years |
Aurélien Jacobs |
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() …
|
|
|
@8306be9c
|
15 years |
Aurélien Jacobs |
matroskadec: disable h264 parser as long as it totally mess up frame …
|
|
|
@194d4b49
|
15 years |
Aurélien Jacobs |
matroskadec: correctly parse flags for simpleblock frames
Originally …
|
|
|
@aef6bd1b
|
15 years |
mans |
Fix dependency generation with ccache/gcc
When running behind ccache, …
|
|
|
@8f0c157
|
15 years |
mans |
configure: fix gcc detection for v2.95
Originally committed as …
|
|
|
@c5e8610
|
15 years |
diego |
cosmetics: whitespace, prettyprinting, coding style fixes
Originally …
|
|
|
@740e89cf
|
15 years |
diego |
Sony Wave64 demuxer
patch by Daniel Verkamp, daniel drv nu
Originally …
|
|
|
@3d7b15e4
|
15 years |
diego |
Remove disabled code cruft.
Originally committed as revision 19616 to …
|
|
|
@10f840bd
|
15 years |
diego |
Remove pointless #ifdefs from conditionally used files.
Originally …
|
|
|
@9bb3f3ed
|
15 years |
diego |
Remove disabled debug code.
Originally committed as revision 29485 to …
|
|
|
@2704bd1
|
15 years |
astrange |
Fix the EBX available configure check on Darwin/i386.
…
|
|
|
@87a920c6
|
15 years |
mans |
eval: include libavutil/mathematics.h for NAN and M_PI
Originally …
|
|
|
@9a88c1df
|
15 years |
mans |
eval: include our headers after system headers
Originally committed …
|
|
|
@bd41c06f
|
15 years |
mans |
Define INFINITIY and NAN in mathematics.h if missing
Originally …
|
|
|
@184410e
|
15 years |
ramiro.polla |
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.
…
|
|
|
@df226e63
|
15 years |
kostya.shishkov |
Remove 'offset' argument from PUTRGB* macros since it's unneeded and …
|
|
|
@5a8597a0
|
15 years |
Carl Eugen Hoyos |
Document the output of ffmpeg -formats.
Patch by William R. Zwicky, …
|
|
|
@07dec06e
|
15 years |
mans |
Generate dependencies while compiling if supported by compiler
…
|
|
|
@c1c3933a
|
15 years |
mans |
Generate dependencies when object files are built
Originally …
|
|
|
@0bf18ed3
|
15 years |
diego |
Remove disabled crufty code.
Originally committed as revision 29482 …
|
|
|
@188842ef
|
15 years |
Aurélien Jacobs |
fix riff subtitle timebase
Originally committed as revision 19607 to …
|
|
|
@966116b
|
15 years |
diego |
Remove some hunks of unused and disabled code cruft.
Originally …
|
|
|
@547d2055
|
15 years |
diego |
Remove commented-out cruft.
Originally committed as revision 19605 to …
|
|
|
@8b93ddc3
|
15 years |
mans |
configure: allow comma-separated list in --enable/disable-thing=name
…
|
|
|
@be8f2501
|
15 years |
mans |
configure: allow wildcards in --enable/disable-thing=name
The name …
|
|
|
@d22c13a
|
15 years |
mans |
configure: support --cpu=host to tune for the host system
This …
|
|
|
@1746e2a9
|
15 years |
diego |
Make WMV2 encoder depend on H.263 encoder in configure.
Originally …
|
|
|
@c37de5e1
|
15 years |
diego |
Make MPEG-4 encoder depend on H.263 encoder in configure.
Originally …
|
|
|
@665507aa
|
15 years |
diego |
Make WMV1 encoder depend on H.263 encoder in configure.
Originally …
|
|
|
@0bd48530
|
15 years |
diego |
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.
The …
|
|
|
@4d4b4bd1
|
15 years |
diego |
Make FLV encoder depend on H.263 encoder in configure.
Originally …
|
|
|
@965424da
|
15 years |
diego |
Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. …
|
|
|
@fe629c2
|
15 years |
diego |
Make H.263+ (H263P) encoder depend on H.263 encoder in configure.
…
|
|
|
@4e169d89
|
15 years |
diego |
Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders …
|
|
|
@735e36a3
|
15 years |
diego |
Do not redundantly check for preprocessor definitions of …
|
|
|
@b2bf38b4
|
15 years |
diego |
Declare the dependency of RV10/RV20 encoder on the H.263 encoder in …
|
|
|
@3106f489
|
15 years |
benoit.fouet |
Add a Changelog entry for noX handling for OPT_BOOL X.
Originally …
|
|
|
@bb5b99a7
|
15 years |
justin.ruggles |
cosmetics: move fixed_coeffs into the aligned arrays comment group
…
|
|
|
@a521aad
|
15 years |
justin.ruggles |
cosmetics: reindent after last commit
Originally committed as …
|
|
|
@25dcd182
|
15 years |
justin.ruggles |
ac3dec: simplify zero-bit mantissa dithering by calculating it …
|
|
|
@b972c06a
|
15 years |
justin.ruggles |
cosmetics: indentation and line wrap
Originally committed as revision …
|
|
|
@c36ea060
|
15 years |
justin.ruggles |
cosmetics after last commit
Originally committed as revision 19586 to …
|
|
|
@3f937168
|
15 years |
justin.ruggles |
Modify decode_band_structure() so that the actual band structure is …
|
|
|
@60313902
|
15 years |
justin.ruggles |
Use coupling band sizes instead of coupling band structure when …
|
|
|
@faccfeec
|
15 years |
rsbultje |
Parse frame size code, see "svq3.c: parse frame size" thread on ML.
…
|
|
|
@73f04f5e
|
15 years |
rsbultje |
Make me maintainer of rtp_asf.*
Originally committed as revision …
|
|
|
@98ae6acf
|
15 years |
benoit.fouet |
Make 'stats' a bool option again.
To disable stats, use -nostats …
|
|
|
@3f87f39c
|
15 years |
darkshikari |
Update x264 asm code to latest to add support for 64-bit Windows.
Use …
|
|
|
@d8c2f8f7
|
15 years |
diego |
Split RV10 encoder off into its own file.
Originally committed as …
|
|
|
@b6767d6
|
15 years |
diego |
Split RV20 encoder into its own file.
Originally committed as …
|
|
|
@eb98cdfa
|
15 years |
justin.ruggles |
cosmetics: add more detailed information to the documentation for …
|
|
|
@81b44c42
|
15 years |
heydowns |
Cosmetic: Reindent after last commit
Originally committed as revision …
|
|
|
@ca6493a
|
15 years |
heydowns |
Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master …
|
|
|
@d5652f38
|
15 years |
robert.swain |
Correct the sign of the arithmetic in …
|
|
|
@f7e13535
|
15 years |
diego |
Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. …
|
|
|
@b1d6e5e8
|
15 years |
benoit.fouet |
Handle noX for OPT_BOOL X.
Originally committed as revision 19572 to …
|
|
|
@33ae681f
|
15 years |
robert.swain |
Expose QCELP's floating-point LSP-to-LPC function
qcelp_lsp exported a …
|
|
|
@1e1e02e
|
15 years |
robert.swain |
Make the LSP naming more consistent
Use the convention from lsp.c: an …
|
|
|
@b5fe06ab
|
15 years |
justin.ruggles |
Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. …
|
|
|
@c15508dc
|
15 years |
ramiro.polla |
Use enums instead of int.
Originally committed as revision 19568 to …
|
|
|
@c959c6ee
|
15 years |
ramiro.polla |
vfwcap: Move vfw_read_close to avoid forward declaration.
Patch by …
|
|
|
@e4d65ba5
|
15 years |
diego |
Remove commented-out cruft.
Originally committed as revision 19566 to …
|
|
|
@4d8eecf4
|
15 years |
diego |
Make XVMC mpegvideo decoder depend on mpegvideo decoder.
It makes no …
|
|
|
@b25a8818
|
15 years |
diego |
cosmetics: K&R coding style, prettyprinting
Originally committed as …
|
|
|
@da136c7e
|
15 years |
saschasommer |
add approved hunks of the wmapro decoder
Originally committed as …
|
|
|
@577d383b
|
15 years |
diego |
cosmetics: K&R coding style
Originally committed as revision 19562 to …
|
|
|
@9544892
|
15 years |
diego |
cosmetics: K&R coding style
Originally committed as revision 19561 to …
|
|
|
@6b620372
|
15 years |
baptiste.coudurier |
cosmetics, reindent
Originally committed as revision 19560 to …
|
|
|
@ee5b26f5
|
15 years |
baptiste.coudurier |
cosmetics, reindent
Originally committed as revision 19559 to …
|
|
|
@4546bf41
|
15 years |
baptiste.coudurier |
fix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set
Originally …
|
|
|
@062394e
|
15 years |
Carl Eugen Hoyos |
Fix regression when converting to nv12/nv21.
Patch by Guennadi …
|
|
|
@cbf29889
|
15 years |
mans |
RTMP needs tcp_protocol
Originally committed as revision 19557 to …
|
|
|
@9fd6b843
|
15 years |
kostya.shishkov |
RTMP protocol support (as a client)
Originally committed as revision …
|
|
|
@abbe30a
|
15 years |
heydowns |
Make av_always_inline a no-op when --disable-optimizations is supplied …
|
|
|
@9ebdf3ec
|
15 years |
baptiste.coudurier |
Increase audio queue size in FFplay so files with big audio/video …
|
|
|
@75af0749
|
15 years |
diego |
Revert addition of '#undef av_always_inline' to config.h in the small …
|
|
|
@1e1a0b18
|
15 years |
baptiste.coudurier |
Display stats by default in FFplay and increase refresh time.
Change …
|
|
|
@8b4e7c28
|
15 years |
diego |
Mark conditionally used variable T2 as av_unused; avoids the warning: …
|
|
|
@8b44de1
|
15 years |
diego |
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf …
|
|
|
@7881793d
|
15 years |
diego |
Remove unused debug av_log() calls.
Originally committed as revision …
|
|
|
@e12e284
|
15 years |
diego |
Undefine av_always_inline before setting it to an empty value.
This …
|
|
|
@46c9eb57
|
15 years |
baptiste.coudurier |
cosmetics, remove spaces after '(' and before ')'
Originally …
|
|
|