|
|
|
@ec0bd3b9
|
16 years |
mans |
Allow target name on every line in dependency postprocessing
Some …
|
|
|
@13c7df3d
|
16 years |
mans |
Do not add $cross_prefix to compiler name given with --cc option
…
|
|
|
@884a36a7
|
16 years |
mans |
configure: fix handling of option arguments containing = sign
…
|
|
|
@31c4f070
|
16 years |
Reimar.Doeffinger |
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. …
|
|
|
@c8714ea1
|
16 years |
michaelni |
Use av_freep() in ff_parse_close().
Originally committed as revision …
|
|
|
@77258168
|
16 years |
benoit.fouet |
Copy pts for each raw encoded frame.
Patch by Andrew Wason rectalogic …
|
|
|
@ccfe8ae
|
16 years |
kostya.shishkov |
34l: free RV3/4 context variables at the end
Originally committed as …
|
|
|
@def4f63b
|
16 years |
kostya.shishkov |
RV3 and RV4 decoders set some deblocking coefs for each macroblock,
so …
|
|
|
@c0b821be
|
16 years |
kostya.shishkov |
Mark some of RV3/4 block types as having separate DC subblock
…
|
|
|
@d84b1cb3
|
16 years |
diego |
Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. …
|
|
|
@e80b2675
|
16 years |
mans |
ARM: Kill warning in bswap_32()
Originally committed as revision …
|
|
|
@9655ffb5
|
16 years |
lessen42 |
Convert typeof keyword into typeof; this is a gcc extension and …
|
|
|
@57f0ec6e
|
16 years |
mans |
fix configure with libx264 disabled
Originally committed as revision …
|
|
|
@7c19b88f
|
16 years |
stefano.sabatini-lala |
Remove the ugly and unnecessary require_cpp_condition() function.
…
|
|
|
@cc181b41
|
16 years |
stefano.sabatini-lala |
Make more clear the error message for the libx264 version check.
…
|
|
|
@0dba1995
|
16 years |
lessen42 |
Cosmetics: reindent
Originally committed as revision 15644 to …
|
|
|
@ca4a4ac1
|
16 years |
lessen42 |
Combine non-bitexact sections
Originally committed as revision 15643 …
|
|
|
@daa1ea0
|
16 years |
lessen42 |
VP3 loop filter is mmx2 not mmx
Originally committed as revision …
|
|
|
@9806f846
|
16 years |
michaelni |
Check for pts==dts on I/P frames in the presence of non low delay …
|
|
|
@f781f748
|
16 years |
michaelni |
Move code setting delay and presentation_delayed a little up so
that …
|
|
|
@242a2b7
|
16 years |
victorpaesa |
Fix issue 68:
Warn that the forum look is no excuse from following the …
|
|
|
@36718e51
|
16 years |
diego |
cosmetics: Save some backslashes.
Originally committed as revision …
|
|
|
@70899705
|
16 years |
stefano.sabatini-lala |
Provide more context to the opt_preset() error messages, printing the …
|
|
|
@b7353317
|
16 years |
stefano.sabatini-lala |
Make ffmpeg abort if a preset file contains an invalid option or …
|
|
|
@9ac1c884
|
16 years |
stefano.sabatini-lala |
Provide more context for the error message issued when no preset file …
|
|
|
@4589dc5c
|
16 years |
michaelni |
Append read data onto the buffer instead of overwriting, this ensures …
|
|
|
@8ddd280
|
16 years |
banan |
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development …
|
|
|
@88cb61bb
|
16 years |
banan |
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at …
|
|
|
@bf9067cf
|
16 years |
michaelni |
Assume mono if no other information for raw.
Should fix issue687
…
|
|
|
@357f45d9
|
16 years |
lessen42 |
MMX VP3 Loop Filter
Originally committed as revision 15630 to …
|
|
|
@75083a88
|
16 years |
diego |
Remove -fasm CFLAGS check, it is no longer needed.
Originally …
|
|
|
@0d7dca3
|
16 years |
diego |
Update DEPEND_CMD comment to better explain why we postprocess gcc …
|
|
|
@7ad6469e
|
16 years |
flameeyes |
Convert asm keyword into asm.
Neither the asm() nor the asm() …
|
|
|
@be449fca
|
16 years |
flameeyes |
Convert asm keyword into asm.
Neither the asm() nor the asm() …
|
|
|
@a14b362f
|
16 years |
flameeyes |
Use CONFIG_* macros in cmdutils.c for consistency.
Originally …
|
|
|
@ede935a1
|
16 years |
Carl Eugen Hoyos |
Revert r15615: Enable AC-3 decoding regression tests.
AC-3 decoding …
|
|
|
@3ddb448d
|
16 years |
ramiro.polla |
Support absolute DOS paths for preset parameters
Originally committed …
|
|
|
@c49d0e0f
|
16 years |
benoit.fouet |
Bump minor version after addition of FF_ARRAY_ELEMS macro.
Originally …
|
|
|
@757d91a6
|
16 years |
benoit.fouet |
Use of new bitstream in vorbis_enc.c.
Patch by Bartłomiej Wołowiec b …
|
|
|
@a6080be
|
16 years |
benoit.fouet |
Cosmetics: fix indentation after previous commit.
Originally …
|
|
|
@9c8f0768
|
16 years |
benoit.fouet |
Add a flag to avoid calling vorbis_analysis_wrote twice with an empty …
|
|
|
@ac809e81
|
16 years |
benoit.fouet |
Add a macro to get the number of elements in a table.
Originally …
|
|
|
@e46a9827
|
16 years |
michaelni |
Include zlib.h as it is needed for watermark support,
patch by …
|
|
|
@795bb9dc
|
16 years |
michaelni |
Export svq1_packet_checksum() that is needed for svq3 watermarks, …
|
|
|
@1fdcdf8
|
16 years |
michaelni |
Add variable to hold the svq3 watermarking key,
patch by baptiste that …
|
|
|
@2e00584e
|
16 years |
Carl Eugen Hoyos |
Enable AC-3 decoding regression tests.
Originally committed as …
|
|
|
@b47cdbd
|
16 years |
benoit.fouet |
Add Jason Garrett-Glaser as libx264 maintainer.
Originally committed …
|
|
|
@c27c66c3
|
16 years |
benoit.fouet |
Add a space between frequencies and their units.
Originally committed …
|
|
|
@5c4e9728
|
16 years |
benoit.fouet |
Fix mem leak.
Patch by Ralf Terdic contact >AT< jswiff com
Originally …
|
|
|
@95240bf3
|
16 years |
Carl Eugen Hoyos |
Fix some icc warnings by using enum PixelFormat instead of int where …
|
|
|
@40056c32
|
16 years |
Aurélien Jacobs |
vp6dec: ensure we don't try to use a buffer with negative size
this …
|
|
|
@f2e49553
|
16 years |
mans |
Enable FAST_UNALIGNED on ARM variants that support it
Originally …
|
|
|
@aa8bc0f1
|
16 years |
mans |
Enable FAST_UNALIGNED on PPC
Originally committed as revision 15608 …
|
|
|
@53bd9d92
|
16 years |
mans |
Revert "Replace sed trickery in the gcc dependency generation command" …
|
|
|
@5eb39de9
|
16 years |
mans |
configure: simplify PPC dcbzl check
Originally committed as revision …
|
|
|
@a57bf697
|
16 years |
stefano.sabatini-lala |
Add preset options documentation strings.
Originally committed as …
|
|
|
@3bd9f708
|
16 years |
Carl Eugen Hoyos |
Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
Originally …
|
|
|
@89493e10
|
16 years |
Carl Eugen Hoyos |
Don't include byteswap.h anymore.
Originally committed as revision …
|
|
|
@c5f67c15
|
16 years |
lessen42 |
Remove unused variables
Originally committed as revision 15602 to …
|
|
|
@3a2bcaed
|
16 years |
diego |
Replace sed trickery in the gcc dependency generation command by use …
|
|
|
@ca9acf9
|
16 years |
stefano.sabatini-lala |
Fix inconsistent indent.
Originally committed as revision 15600 to …
|
|
|
@79ab96ba
|
16 years |
diego |
Revert the merger of LC_ALL declaration and export.
This part of the …
|
|
|
@15fe16f4
|
16 years |
stefano.sabatini-lala |
Check requirement for libx264 version in configure using …
|
|
|
@a5344cf7
|
16 years |
stefano.sabatini-lala |
Implement CPP condition check support in configure.
Originally …
|
|
|
@f2e57867
|
16 years |
ramiro.polla |
nellymoserenc: flush PutBitContext after use.
Originally committed as …
|
|
|
@57bb0da6
|
16 years |
mans |
aac_parser: fix strict aliasing violation
Originally committed as …
|
|
|
@bc574408
|
16 years |
ramiro.polla |
Only special-case absolute DOS paths on systems that support them.
…
|
|
|
@60e8bc13
|
16 years |
stefano.sabatini-lala |
Make configure --help return 0.
Originally committed as revision …
|
|
|
@1865259f
|
16 years |
stefano.sabatini-lala |
Document libavfilter filters options in configure -h.
Originally …
|
|
|
@f76543c9
|
16 years |
baptiste.coudurier |
get_pixels_sse2, ~+12% performance compared to mmx
Originally …
|
|
|
@965530e1
|
16 years |
michaelni |
Limit discontinuity handling to containers that allow discontinuities. …
|
|
|
@b5c44b1a
|
16 years |
flameeyes |
Mark some symbols in swscale.c as constant.
These are only used in …
|
|
|
@d0b69b28
|
16 years |
flameeyes |
Mark dither_2x2_{8,4} static to swscale.c
These two tables are not …
|
|
|
@faf6112e
|
16 years |
flameeyes |
Mark variation-specific interleaveBytes static.
These functions are …
|
|
|
@6683a37f
|
16 years |
flameeyes |
Invert logic for the single-pass in swScale() functions.
Instead of …
|
|
|
@f5a2c981
|
16 years |
Carl Eugen Hoyos |
Change variable types from int to enum PixelFormat.
Fixes icc warning …
|
|
|
@51f4155
|
16 years |
michaelni |
Make gcc 2.95 happy.
Originally committed as revision 15589 to …
|
|
|
@e150ef8d
|
16 years |
vitor1001 |
Do not set src[1] to the palette, it is now in the context
Originally …
|
|
|
@49004617
|
16 years |
vitor1001 |
Add a new unscaled PAL8 -> RGB converter.
Originally committed as …
|
|
|
@fd2b356a
|
16 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 15588 to …
|
|
|
@6488cf9b
|
16 years |
Aurélien Jacobs |
lookup AVCodec by name
Originally committed as revision 15587 to …
|
|
|
@fc228c90
|
16 years |
Aurélien Jacobs |
allows calling avcodec_find_(en|de)coder_by_name with NULL parameter
…
|
|
|
@13394e8c
|
16 years |
Aurélien Jacobs |
Change one more variable type from int to enum PixelFormat.
This one …
|
|
|
@098b4169
|
16 years |
diego |
Add a bunch of const qualifiers to function arguments.
Taken from the …
|
|
|
@58e4b706
|
16 years |
Carl Eugen Hoyos |
Change variable types from int to enum PixelFormat.
Fixes icc warning …
|
|
|
@4e92dabf
|
16 years |
Roman R. |
replacing frame_rate and frame_rate_base with an AVRational time_base
…
|
|
|
@a53621fc
|
16 years |
Roman R. |
simplifying code as per Michael's suggestion
Originally committed as …
|
|
|
@45580f8d
|
16 years |
Roman R. |
cosmetic updates as per Michael's suggestion
Originally committed as …
|
|
|
@90d30402
|
16 years |
Roman R. |
vertically aligning as per Michael's suggestion
Originally committed …
|
|
|
@6a276c46
|
16 years |
Roman R. |
unrolling the loops as per Michael's suggestion
Originally committed …
|
|
|
@0843ddc
|
16 years |
Roman R. |
fixing a bug that prevented proper unweighting table to be selected
…
|
|
|
@2b6cee9f
|
16 years |
Roman R. |
Doxygenizing the comments
Originally committed as revision 15578 to …
|
|
|
@c9b0b38
|
16 years |
Roman R. |
simplifying the code as per Michael's suggestion
Originally committed …
|
|
|
@8f271177
|
16 years |
diego |
Sync cosmetics from upstream.
Originally committed as revision 15576 …
|
|
|
@fbdae895
|
16 years |
robert.swain |
Rename variables to clarify the channel coupling element and …
|
|
|
@5c2cb172
|
16 years |
robert.swain |
Correct documentation of ch_select array.
Patch by Alex Converse …
|
|
|
@88de95c2
|
16 years |
robert.swain |
Corrections to channel coupling code to attain conformance for …
|
|
|
@69bf69c7
|
16 years |
robert.swain |
Synchronise presets with recent subme/brdo/bidir_refine -> subme …
|
|
|
@d8d12c15
|
16 years |
diego |
Remove obsolete liba52 wrapper code.
Originally committed as revision …
|
|
|
@66e9aa74
|
16 years |
stefano.sabatini-lala |
Make less verbose a sentence in the preset system documentation.
…
|
|
|