|
|
|
@40a655e3
|
17 years |
mans |
acelp_filters.h needs stdint.h
Originally committed as revision 13150 …
|
|
|
@7cf6af27
|
17 years |
revol |
Fix non-debug build.
Originally committed as revision 13149 to …
|
|
|
@e4e69e0b
|
17 years |
mans |
set temporary filenames before using them
Originally committed as …
|
|
|
@dcc01c0
|
17 years |
ramiro.polla |
Add more support for Win64:
- Export .lib files for x64 instead of …
|
|
|
@b24dbcbd
|
17 years |
ramiro.polla |
Move arch check before OS check.
Originally committed as revision …
|
|
|
@738a89b9
|
17 years |
Carl Eugen Hoyos |
Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.
Fixes icc warning …
|
|
|
@696c306
|
17 years |
Carl Eugen Hoyos |
Fix icc warning #188: enumerated type mixed with another type
…
|
|
|
@e3227b3f
|
17 years |
Carl Eugen Hoyos |
Add MATROSKA_TRACK_TYPE_NONE.
Fixes icc warning #188: enumerated type …
|
|
|
@54d2d4f6
|
17 years |
diego |
Make 'ffmpeg -formats' print codec long names.
patch by Stefano …
|
|
|
@0eeb52f9
|
17 years |
diego |
Use pkg-config for libschroedinger libs, not only for CFLAGS.
patch by …
|
|
|
@0be2f1e3
|
17 years |
benoit.fouet |
Fix a typo.
Patch by Stefano Sabatini …
|
|
|
@3f8adf26
|
17 years |
Carl Eugen Hoyos |
Correct type for pcx_rle_decode().
Fixes icc warning #120: return …
|
|
|
@4c25d159
|
17 years |
ramiro.polla |
Also install .lib files with versioned filename.
Originally committed …
|
|
|
@d59868d8
|
17 years |
ramiro.polla |
Create .lib files in the subdirs.
Patch by JonY <10walls at gmail dot …
|
|
|
@88a50f6c
|
17 years |
Carl Eugen Hoyos |
Replace one more occurrence of -1 with PIX_FMT_NONE.
Fixes icc warning …
|
|
|
@d9133126
|
17 years |
Carl Eugen Hoyos |
Replace some occurrences of 0 with CODEC_ID_NONE.
Fixes icc warning …
|
|
|
@d9481eb7
|
17 years |
gpoirier |
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since …
|
|
|
@b1d966a0
|
17 years |
Carl Eugen Hoyos |
Do not use variable frame_info before its value is set.
Originally …
|
|
|
@3375a6a5
|
17 years |
benoit.fouet |
Use strcasecmp() instead of re-inventing it.
Patch by Diego …
|
|
|
@5da1ab1a
|
17 years |
astrange |
Previous commit missed an initialization - this fixes FATE's test …
|
|
|
@eacced45
|
17 years |
Carl Eugen Hoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
Fixes icc warning …
|
|
|
@488aca9b
|
17 years |
astrange |
Set and use h->mb_xy in SVQ3 too.
Originally committed as revision …
|
|
|
@e6303192
|
17 years |
gpoirier |
Add some initial optimizations for ARM VFP (floating
point coprocessor …
|
|
|
@bff2266a
|
17 years |
astrange |
Remove newly unused variables.
Originally committed as revision 13127 …
|
|
|
@d2b54ec
|
17 years |
astrange |
Use h->mb_xy directly in decode_cabac_residual().
Originally …
|
|
|
@64514ee8
|
17 years |
astrange |
Store mb_xy in H264Context and only calculate it once per MB.
…
|
|
|
@1d46ba66
|
17 years |
astrange |
Simplify do_voice().
Patch by Vitor Sessak (vitor1001 gmail com)
…
|
|
|
@0d493edd
|
17 years |
astrange |
Replace some hardcoded swapping with FFSWAP.
Patch by Vitor Sessak …
|
|
|
@cd780422
|
17 years |
astrange |
Remove unused defines from ra144.
Patch by Vitor Sessak (vitor1001 …
|
|
|
@6827f6f2
|
17 years |
justin.ruggles |
cosmetics: indent after last commit. patch by matthieu castet <castet …
|
|
|
@e5838c90
|
17 years |
justin.ruggles |
simplify decoding of uncompressed samples. patch by matthieu castet …
|
|
|
@907eb3b
|
17 years |
Carl Eugen Hoyos |
Allow icc to compile with optimizations (pentium3, pentium4 or core2). …
|
|
|
@504a64b9
|
17 years |
Carl Eugen Hoyos |
Silence useless icc warnings.
Originally committed as revision 13118 …
|
|
|
@ce9eac79
|
17 years |
voroshil |
Implement bidirectional (positive offset - left, negative - right) …
|
|
|
@0a1b29de
|
17 years |
diego |
sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo …
|
|
|
@5fcc4a23
|
17 years |
diego |
Document AVCodecContext channels field.
patch by Stefano Sabatini, …
|
|
|
@397db8ac
|
17 years |
Carl Eugen Hoyos |
Fix type of dest_addr_len to respect return value of udp_set_url. …
|
|
|
@542c064d
|
17 years |
voroshil |
Update comment to version, negotiated with Diego, and
fix missing …
|
|
|
@7c96587c
|
17 years |
voroshil |
Fix compilation error.
It was introduced after changing input …
|
|
|
@59d598b9
|
17 years |
justin.ruggles |
fix reading of samples-per-frame
Originally committed as revision …
|
|
|
@a52000f2
|
17 years |
voroshil |
various filters for ACELP-based codecs
Originally committed as …
|
|
|
@f863bee8
|
17 years |
diego |
Simplify a list of array allocations with a loop.
patch by Vitor …
|
|
|
@3f3865d3
|
17 years |
voroshil |
Replace hardcoded LP filter order with parameter.
This will allow to …
|
|
|
@bf21a10f
|
17 years |
diego |
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
…
|
|
|
@57ecbbbb
|
17 years |
diego |
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 …
|
|
|
@47eb8187
|
17 years |
diego |
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, …
|
|
|
@f211662c
|
17 years |
benoit.fouet |
Add missing path to #include.
Originally committed as revision 13104 …
|
|
|
@a12b44d7
|
17 years |
diego |
Add missing required header directly.
Originally committed as …
|
|
|
@20cd685a
|
17 years |
diego |
Add missing path to #include.
Originally committed as revision 13102 …
|
|
|
@223d678a
|
17 years |
diego |
Add missing path to #include statement.
Originally committed as …
|
|
|
@49f2339c
|
17 years |
robert.swain |
Remove in_asm_used_var_warning_killer()
Patch by Keiji Costantini ( …
|
|
|
@9b3cdc2e
|
17 years |
diego |
Remove -I flags pointing to local paths, they are no longer necessary. …
|
|
|
@83da2c6f
|
17 years |
diego |
Use full path for #includes from another directory.
Originally …
|
|
|
@2343a040
|
17 years |
diego |
Remove redundant #undef statements that were mistakenly committed.
…
|
|
|
@245976da
|
17 years |
diego |
Use full path for #includes from another directory.
Originally …
|
|
|
@86b2d47f
|
17 years |
robert.swain |
IFF stereo support
Patch by Jai Menon ( realityman gmx net )
…
|
|
|
@c38e75fc
|
17 years |
diego |
Add required stdint.h header.
Originally committed as revision 13096 …
|
|
|
@def1e277
|
17 years |
michaelni |
Little fix for block sizes <16
Originally committed as revision 13095 …
|
|
|
@a1fe4604
|
17 years |
diego |
Revert previous mistaken commit.
Originally committed as revision …
|
|
|
@81f46d5a
|
17 years |
diego |
ipp.h is a system header, use <> when #including it.
Originally …
|
|
|
@22700471
|
17 years |
diego |
dsputil.h is not a system header, use "" when #including it.
…
|
|
|
@f38c6c6c
|
17 years |
diego |
string.h is a system header file, so use <> for it.
Originally …
|
|
|
@058aae3c
|
17 years |
kostya.shishkov |
Improve motion estimation metric.
Patch by Michael Niedermayer
…
|
|
|
@b9a7da77
|
17 years |
Aurélien Jacobs |
use enum type instead of int
Originally committed as revision 13089 …
|
|
|
@db262126
|
17 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 13088 to …
|
|
|
@de3230fb
|
17 years |
Aurélien Jacobs |
matroskadec: add support for lzo compressed tracks
Originally …
|
|
|
@93114105
|
17 years |
Aurélien Jacobs |
remove useless comment
Originally committed as revision 13086 to …
|
|
|
@5d2b12f6
|
17 years |
Aurélien Jacobs |
matroskadec: fail gracefully when seeking don't work
Originally …
|
|
|
@953f54f1
|
17 years |
diego |
#include required stdint.h header directly.
Originally committed as …
|
|
|
@5210529
|
17 years |
Aurélien Jacobs |
ensure vp56_decode_frame always return unchanged buf_size
Originally …
|
|
|
@53a1e82b
|
17 years |
Aurélien Jacobs |
matroskadec: add support for track content encoding
Only the header …
|
|
|
@40d0e665
|
17 years |
ramiro.polla |
Do not misuse long as the size of a register in x86.
typedef x86_reg …
|
|
|
@35027edd
|
17 years |
Carl Eugen Hoyos |
Do not return -1 from void functions.
Originally committed as …
|
|
|
@e0a0c85d
|
17 years |
Carl Eugen Hoyos |
One const per declaration is enough.
Originally committed as revision …
|
|
|
@4f786086
|
17 years |
diego |
#include required headers directly.
Originally committed as revision …
|
|
|
@9aed961
|
17 years |
diego |
prettyprinting cosmetics
Originally committed as revision 13077 to …
|
|
|
@0b705fa4
|
17 years |
ramiro.polla |
Compile network-related code conditionally.
Originally committed as …
|
|
|
@b091aa44
|
17 years |
ramiro.polla |
Check for sys/resource.h and include it conditionally.
Originally …
|
|
|
@3f89d9c0
|
17 years |
diego |
Disable libdirac decoder if the faster libschroedinger decoder is …
|
|
|
@e680989d
|
17 years |
diego |
#include stdint.h instead of using a manual typedef for uint8_t.
…
|
|
|
@2f05d9c1
|
17 years |
diego |
When compiling with -fmudflap configure fill EXTERN_PREFIX with …
|
|
|
@6650c4c
|
17 years |
baptiste.coudurier |
export dnxhd encoded picture quality
Originally committed as revision …
|
|
|
@a5c0969a
|
17 years |
diego |
Remove one more set of useless parentheses from a return call.
…
|
|
|
@ccd425e
|
17 years |
diego |
Remove unnecessary parentheses from return calls.
Originally …
|
|
|
@91605c6
|
17 years |
diego |
minor wording fix
Originally committed as revision 13068 to …
|
|
|
@7a30f8ff
|
17 years |
diego |
In pkg-config files, libraries not exposed through the library, but …
|
|
|
@e4a957d1
|
17 years |
diego |
minor spelling fix
Originally committed as revision 13066 to …
|
|
|
@35a71f1d
|
17 years |
diego |
cosmetics: whitespace/order changes, if/then --> && in pkg-config …
|
|
|
@a13a9737
|
17 years |
diego |
Merge both pkg-config creation commands into one.
Originally …
|
|
|
@e426941d
|
17 years |
diego |
In the pkg-config file generation, derive the short name from the …
|
|
|
@5aadcab5
|
17 years |
diego |
Remove stray extra parameter from libavutil pkg-config command.
…
|
|
|
@8ab52e71
|
17 years |
diego |
cosmetics: sort lines (correctly)
Originally committed as revision …
|
|
|
@abbae514
|
17 years |
michaelni |
Check url_seek() in url_open().
Originally committed as revision …
|
|
|
@14478388
|
17 years |
astrange |
Use a state machine to reduce branching logic in …
|
|
|
@e3e0d993
|
17 years |
lu_zero |
Cosmetics: reorder and align targets
Originally committed as revision …
|
|
|
@5478959b
|
17 years |
lu_zero |
Build sparc arch specific code using the Makefile
Originally …
|
|
|
@d010a2d5
|
17 years |
ramiro.polla |
Prevent targaenc.c from outputting trash byte.
Originally committed …
|
|
|
@4405c986
|
17 years |
diego |
cosmetics: alphabetical order
Originally committed as revision 26669 …
|
|
|
@adb2b908
|
17 years |
ramiro.polla |
Fix configure for cross-compilation and --arch=amd64.
Originally …
|
|
|
@4b13335d
|
17 years |
diego |
Use correct length modifier for pointer diff argument in av_log() …
|
|
|