git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mlp: Use smaller CRC tables if CONFIG_SMALL.
2009-10-16
Reimar Döffinger
mlp: Use smaller CRC tables if CONFIG_SMALL.
commit
|
commitdiff
|
tree
2009-10-05
Anton Khirnov
id3v2: Export all text information frames with correct...
commit
|
commitdiff
|
tree
2009-10-05
Anton Khirnov
MP3 muxer: Write all metadata.
commit
|
commitdiff
|
tree
2009-09-16
Ramiro Polla
Cleanup buffer debugs in swScale().
commit
|
commitdiff
|
tree
2009-09-16
Ramiro Polla
Use correct buffers in vertical scaler in unscaled...
commit
|
commitdiff
|
tree
2009-09-13
Ramiro Polla
Reset slice direction at end of each frame.
commit
|
commitdiff
|
tree
2009-09-12
Ramiro Polla
Remove ; after while(0) in macros.
commit
|
commitdiff
|
tree
2009-09-12
Ramiro Polla
Remove ; after while(0) in macros.
commit
|
commitdiff
|
tree
2009-09-12
Ramiro Polla
eval: Check for return value of memory allocations.
commit
|
commitdiff
|
tree
2009-09-12
Ramiro Polla
Check for return value of some context allocations.
commit
|
commitdiff
|
tree
2009-09-09
Ramiro Polla
Document that slices can be bottom to top or top to...
commit
|
commitdiff
|
tree
2009-09-07
Ramiro Polla
Indent.
commit
|
commitdiff
|
tree
2009-09-06
Ramiro Polla
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
commit
|
commitdiff
|
tree
2009-09-06
Ramiro Polla
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
commit
|
commitdiff
|
tree
2009-09-05
Ramiro Polla
Indent.
commit
|
commitdiff
|
tree
2009-09-05
Lars Täuber
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
commit
|
commitdiff
|
tree
2009-09-05
Lars Täuber
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
commit
|
commitdiff
|
tree
2009-09-04
Ramiro Polla
Add a newline in error message in CHECKED_ALLOC(Z).
commit
|
commitdiff
|
tree
2009-09-04
Ramiro Polla
Indent.
commit
|
commitdiff
|
tree
2009-09-04
Ramiro Polla
Use if(0){} instead of #if 0 to prevent debug code...
commit
|
commitdiff
|
tree
2009-08-29
Ramiro Polla
Curly brackets cosmetics for previous commit.
commit
|
commitdiff
|
tree
2009-08-29
Ramiro Polla
Check for return value of initFilter().
commit
|
commitdiff
|
tree
2009-08-29
Ramiro Polla
Revert mistakenly commited hunk.
commit
|
commitdiff
|
tree
2009-08-29
Ramiro Polla
swscale: Check for return values of malloc.
commit
|
commitdiff
|
tree
2009-08-29
Ramiro Polla
Add CHECKED_ALLOC macro.
commit
|
commitdiff
|
tree
2009-08-29
Ramiro Polla
swscale-example: Free memory used by input data.
commit
|
commitdiff
|
tree
2009-08-29
Ramiro Polla
Restore comment that was partially removed.
commit
|
commitdiff
|
tree
2009-08-23
Ramiro Polla
swscale-example: Rename src->ref so as to not confuse...
commit
|
commitdiff
|
tree
2009-08-23
Ramiro Polla
swscale-example: Use SWS_BILINEAR instead of hardcoded...
commit
|
commitdiff
|
tree
2009-08-22
Ramiro Polla
Fix inconsistent indentation.
commit
|
commitdiff
|
tree
2009-08-20
Ramiro Polla
Check return values of sws_allocVec() and sws_getConstVec().
commit
|
commitdiff
|
tree
2009-08-19
Ramiro Polla
Introduce and use sws_allocVec().
commit
|
commitdiff
|
tree
2009-08-19
Ramiro Polla
Reuse sws_getConstVec() where possible.
commit
|
commitdiff
|
tree
2009-08-17
Ramiro Polla
swscale-example: Make selection of dstW, dstH, and...
commit
|
commitdiff
|
tree
2009-08-16
Ramiro Polla
More indentation changes leftover from r29522:
commit
|
commitdiff
|
tree
2009-08-16
Ramiro Polla
Cosmetics:
commit
|
commitdiff
|
tree
2009-08-16
Ramiro Polla
Indent libswscale:
commit
|
commitdiff
|
tree
2009-08-15
Ramiro Polla
Indent.
commit
|
commitdiff
|
tree
2009-08-14
Ramiro Polla
Vertical yuv -> yuv16 scaler.
commit
|
commitdiff
|
tree
2009-08-14
Peter Schlaile
BGR32 MMX special convertor.
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
Indent.
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
Introduce av_clip_uint16().
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
swscale-example: Don't check for chroma planes in mono...
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
MMX2 horizontal scaler: Determine code size at runtime.
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
Protect mmx2 filter code buffers so they are not executable...
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
Remove duplicate define (it is the same in the lum...
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
Rename "funny" code to "mmx2 filter" code.
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
Indent.
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
swscale-example: Remove hack to end loop by setting...
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
swscale-example: Don't return random value from main().
commit
|
commitdiff
|
tree
2009-08-13
Ramiro Polla
swscale-example: Check for Gray formats.
commit
|
commitdiff
|
tree
2009-08-09
Ramiro Polla
Put some altivec code under COMPILE_ALTIVEC, and not...
commit
|
commitdiff
|
tree
2009-08-02
Ramiro Polla
Use enums instead of int.
commit
|
commitdiff
|
tree
2009-08-02
Diego Biurrun
vfwcap: Move vfw_read_close to avoid forward declaration.
commit
|
commitdiff
|
tree
2009-07-30
Ramiro Polla
vfwcap: Indent.
commit
|
commitdiff
|
tree
2009-07-30
Ramiro Polla
vfwcap: Support compressed streams.
commit
|
commitdiff
|
tree
2009-07-30
Ramiro Polla
vfwcap: Reorder some code to simplify next patch.
commit
|
commitdiff
|
tree
2009-07-30
Ramiro Polla
vfwcap: Return PIX_FMT_NONE instead of -1 on error.
commit
|
commitdiff
|
tree
2009-07-30
Ramiro Polla
vfwcap: Update error message:
commit
|
commitdiff
|
tree
2009-07-28
Ramiro Polla
MMX2 scaler: Remove {} block leftover from factorization...
commit
|
commitdiff
|
tree
2009-07-28
Ramiro Polla
MMX2 scaler: factorize initMMX2Scaler().
commit
|
commitdiff
|
tree
2009-07-28
Ramiro Polla
MMX2 scaler: add variable to ease factorization of...
commit
|
commitdiff
|
tree
2009-07-28
Ramiro Polla
Indent.
commit
|
commitdiff
|
tree
2009-07-28
Ramiro Polla
Remove duplicate horizontal scaling when there aren...
commit
|
commitdiff
|
tree
2009-07-28
Ramiro Polla
Remove useless code.
commit
|
commitdiff
|
tree
2009-07-27
Ramiro Polla
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_...
commit
|
commitdiff
|
tree
2009-07-27
Ramiro Polla
Factorize x86 fast_bilinear assembly.
commit
|
commitdiff
|
tree
2009-07-27
Ramiro Polla
Fix assembly comments for x86 fast_bilinear so they...
commit
|
commitdiff
|
tree
2009-07-24
Martin Storsjö
Check for HAVE_ISATTY.
commit
|
commitdiff
|
tree
2009-07-24
Martin Storsjö
Check for the isatty function.
commit
|
commitdiff
|
tree
2009-07-21
Ramiro Polla
Remove unused variables.
commit
|
commitdiff
|
tree
2009-07-16
Martin Storsjö
Fix check_func_headers. The reference to the function...
commit
|
commitdiff
|
tree
2009-07-13
Martin Storsjö
Install the mingw import libraries, too.
commit
|
commitdiff
|
tree
2009-07-13
Martin Storsjö
Enable creation of microsoft-style import libraries...
commit
|
commitdiff
|
tree
2009-07-10
Ramiro Polla
cygwin documentation: diffutils is part of the Utils...
commit
|
commitdiff
|
tree
2009-07-09
Ramiro Polla
Remove dependency from swscale_internal.h to lavu/internal...
commit
|
commitdiff
|
tree
2009-07-09
Ramiro Polla
Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from...
commit
|
commitdiff
|
tree
2009-07-09
Ramiro Polla
Do not throw compiler error if asm code needs alignment...
commit
|
commitdiff
|
tree
2009-06-11
Ramiro Polla
Kill warnings of possibly unused variables by using...
commit
|
commitdiff
|
tree
2009-06-04
Ramiro Polla
Replace more uses of __attribute__((aligned)) by DECLARE_ALI...
commit
|
commitdiff
|
tree
2009-06-04
Ramiro Polla
Use DECLARE_ALIGNED macro instead of __attribute__...
commit
|
commitdiff
|
tree
2009-06-04
Ramiro Polla
Replace more uses of __attribute__((aligned)) by DECLARE_ALI...
commit
|
commitdiff
|
tree
2009-06-04
Pavel Pavlov
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
commit
|
commitdiff
|
tree
2009-06-03
Ramiro Polla
Use fewer macros in x86-optimized mlpdsp.
commit
|
commitdiff
|
tree
2009-05-31
Ramiro Polla
indent
commit
|
commitdiff
|
tree
2009-05-31
Ramiro Polla
Remove useless if(), leftover from the vhook removal.
commit
|
commitdiff
|
tree
2009-05-25
Ramiro Polla
NEON-OBJS should also be cleared for each subdir.
commit
|
commitdiff
|
tree
2009-05-25
Ramiro Polla
cosmetics: tabs->spaces
commit
|
commitdiff
|
tree
2009-05-25
Ramiro Polla
mlp: Re-enable x86-optimized DSP functions.
commit
|
commitdiff
|
tree
2009-05-25
Ramiro Polla
mlp: Use LABEL_MANGLE() to export label symbols from...
commit
|
commitdiff
|
tree
2009-05-25
Ramiro Polla
Add LABEL_MANGLE() to export label symbols from inside...
commit
|
commitdiff
|
tree
2009-05-23
Ramiro Polla
Revert part of r18903:
commit
|
commitdiff
|
tree
2009-05-23
Ramiro Polla
MLP DSP functions x86-optimized.
commit
|
commitdiff
|
tree
2009-05-15
Ramiro Polla
mlp: Simplify adressing of state and coeffs arrays...
commit
|
commitdiff
|
tree
2009-05-15
Ramiro Polla
mlp: include mlp.h and use MAX_CHANNELS instead of...
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
mlpdec: Fix possible writing out of array bounds introduced...
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
mlpdec: Split sync word error and MLP sync word check.
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
mlpdec: Fix indentation that got mangled from copy...
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
Accept "bikeshed" as a random color.
commit
|
commitdiff
|
tree
2009-04-30
Ramiro Polla
Don't #if a function declaration and properly indent it.
commit
|
commitdiff
|
tree
next