projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cleanup
[ffmpeg.git]
/
libavcodec
/
2003-02-11
Zdenek Kabelac
* prototypes at one place
tree
|
commitdiff
2003-02-11
Zdenek Kabelac
* UINTX -> uintx_t INTX -> intx_t
tree
|
commitdiff
2003-02-10
Michael Niedermayer
check for qscale==0 (fixes 1/0 on one corrupted stream)
tree
|
commitdiff
2003-02-10
Zdenek Kabelac
* check for potentialy problematic field len
tree
|
commitdiff
2003-02-10
Zdenek Kabelac
* opts compilation
tree
|
commitdiff
2003-02-10
Zdenek Kabelac
* still unfinished code for Options
tree
|
commitdiff
2003-02-10
Zdenek Kabelac
* still unfinished code for Options
tree
|
commitdiff
2003-02-10
Zdenek Kabelac
* static,const,compiler warning cleanup
tree
|
commitdiff
2003-02-09
Mike Melanson
register cyuv with allcodecs.c
tree
|
commitdiff
2003-02-09
Fabrice Bellard
added paletted 8 bit format support
tree
|
commitdiff
2003-02-09
Michael Niedermayer
Creative YUV (CYUV) decoder by (Mike Melanson <melanson...
tree
|
commitdiff
2003-02-08
Michael Niedermayer
direct blocksize in bframes fix (might fix qpel+bframe...
tree
|
commitdiff
2003-02-08
Philip Gladstone
Fix a bug in the conversion of rgba32->yuv420p. This...
tree
|
commitdiff
2003-02-08
Michael Niedermayer
mpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
tree
|
commitdiff
2003-02-07
Michael Niedermayer
b frame segfault fix (+-1 bug)
tree
|
commitdiff
2003-02-04
Michael Niedermayer
cliping MVs, i dunno if its correct but it looks better...
tree
|
commitdiff
2003-02-02
Michael Niedermayer
divx503 decoding fix
tree
|
commitdiff
2003-02-02
Fabrice Bellard
handle odd image sizes when using subsampled chroma...
tree
|
commitdiff
2003-02-01
Fabrice Bellard
dependencies are only build with make depend
tree
|
commitdiff
2003-02-01
Michael Niedermayer
fix for ppc compile broken by (Romain Dolbeau <dolbeau...
tree
|
commitdiff
2003-01-29
Michael Niedermayer
100000l
tree
|
commitdiff
2003-01-29
Michael Niedermayer
bugfix
tree
|
commitdiff
2003-01-29
Michael Niedermayer
--disable-risky support
tree
|
commitdiff
2003-01-28
Zdenek Kabelac
* headers valid for C++ compilers
tree
|
commitdiff
2003-01-28
Fabrice Bellard
win32: rint() does not seem to be defined with mingw32...
tree
|
commitdiff
2003-01-28
Fabrice Bellard
win32: added vsnprintf
tree
|
commitdiff
2003-01-28
Michael Niedermayer
10l / 4mv segfault fix
tree
|
commitdiff
2003-01-27
Michael Niedermayer
optimizing av_log2
tree
|
commitdiff
2003-01-27
Fabrice Bellard
DV audio decoder by Roman Shaposhnick
tree
|
commitdiff
2003-01-26
Michael Niedermayer
drawing cute arrows instead of lame lines for motion...
tree
|
commitdiff
2003-01-26
Michael Niedermayer
feeding doxygen
tree
|
commitdiff
2003-01-26
Romain Dolbeau
Altivec on non darwin systems patch by Romain Dolbeau
tree
|
commitdiff
2003-01-23
Fabrice Bellard
removed warning
tree
|
commitdiff
2003-01-23
Fabrice Bellard
use av_malloc() functions - added av_strdup and av_real...
tree
|
commitdiff
2003-01-23
Fabrice Bellard
undefine malloc macros
tree
|
commitdiff
2003-01-23
Michael Niedermayer
reversing my own stupidity ... (raw packed yuv422 files...
tree
|
commitdiff
2003-01-22
Fabrice Bellard
fixed dependancy generation (I want the case where...
tree
|
commitdiff
2003-01-21
Michael Niedermayer
cleanup
tree
|
commitdiff
2003-01-21
Michael Niedermayer
GetBitContext.size is allways multiplied by 8 -> use...
tree
|
commitdiff
2003-01-20
Romain Dolbeau
More AltiVec MC functions patch by (Romain Dolbeau...
tree
|
commitdiff
2003-01-20
Max Krasnyansky
img_convert() (YUV to YUV) patch by (Max Krasnyansky...
tree
|
commitdiff
2003-01-20
Fabrice Bellard
added gray<->RGB functions - fixed rgb<->yuv functions...
tree
|
commitdiff
2003-01-20
Michael Niedermayer
trying to fix mb skip bug in mpeg1/2 if slices are...
tree
|
commitdiff
2003-01-20
Michael Niedermayer
fixing yuv422 -> yuv420p (i need that for the vceq...
tree
|
commitdiff
2003-01-20
Zdenek Kabelac
* code for parsing options
tree
|
commitdiff
2003-01-20
Nick Kurshev
reverse
tree
|
commitdiff
2003-01-20
Nick Kurshev
Function renaming. Solves some namespace conflicts
tree
|
commitdiff
2003-01-19
Michael Niedermayer
align
tree
|
commitdiff
2003-01-19
Romain Dolbeau
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2...
tree
|
commitdiff
2003-01-19
Måns Rullgård
C99 initializers and kill warnings patch by (mru at...
tree
|
commitdiff
2003-01-19
Michael Niedermayer
finetuneing thresholds/factors
tree
|
commitdiff
2003-01-19
Falk Hüffner
sse16_c is totally fucked up (unaligned loads, LONG_MAX...
tree
|
commitdiff
2003-01-18
Michael Niedermayer
bugs
tree
|
commitdiff
2003-01-17
Arpi
- removed nonsense *.d dependancy stuff, there was...
tree
|
commitdiff
2003-01-16
Michael Niedermayer
AltiVec perf (take 2), plus a couple AltiVec functions...
tree
|
commitdiff
2003-01-15
Michael Niedermayer
fixing DCTELEM != short
tree
|
commitdiff
2003-01-15
Michael Niedermayer
more compare functions (rd & bit)
tree
|
commitdiff
2003-01-14
Michael Niedermayer
10l
tree
|
commitdiff
2003-01-14
Philip Gladstone
AUtomatic dependency generation. Runs on Linux (at...
tree
|
commitdiff
2003-01-13
Michael Niedermayer
padding bug autodetection improvement 2nd try
tree
|
commitdiff
2003-01-13
Michael Niedermayer
better padding/stuffing bug autodetection
tree
|
commitdiff
2003-01-13
Michael Niedermayer
gmc1 segfault fix (found by kabi)
tree
|
commitdiff
2003-01-12
Michael Niedermayer
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeau...
tree
|
commitdiff
2003-01-12
Michael Niedermayer
/* align 16 */
tree
|
commitdiff
2003-01-12
Michael Niedermayer
average motion vector rounding like the reference says...
tree
|
commitdiff
2003-01-12
Michael Niedermayer
get_format()
tree
|
commitdiff
2003-01-11
Felix von Leitner
sse16 & pix_norm1 optimization patch by (Felix von...
tree
|
commitdiff
2003-01-11
Felix von Leitner
add/diff_bytes bugfix patch by (Felix von Leitner ...
tree
|
commitdiff
2003-01-11
Romain Dolbeau
altivec jumbo patch by (Romain Dolbeau <dolbeaur at...
tree
|
commitdiff
2003-01-11
Slavik Gnatenko
os2 support patch by ("Slavik Gnatenko" <miracle9 at...
tree
|
commitdiff
2003-01-11
Fabrice Bellard
added missing formats in all functions - added monoblac...
tree
|
commitdiff
2003-01-11
Fabrice Bellard
moved avpicture_xxx to imgconvert
tree
|
commitdiff
2003-01-11
Fabrice Bellard
build update - avpicture_fill() returns the image size
tree
|
commitdiff
2003-01-11
Fabrice Bellard
changed BGRA32 to RGBA32. XXX: clarify expected behavio...
tree
|
commitdiff
2003-01-11
Fabrice Bellard
simplified code (need automatic testing) - added primit...
tree
|
commitdiff
2003-01-11
Fabrice Bellard
moved avcodec_get_chroma_sub_sample() to imgconvert.c
tree
|
commitdiff
2003-01-11
Fabrice Bellard
new image formats - suppressed ill defined formats...
tree
|
commitdiff
2003-01-10
Falk Hüffner
Implement sad8x8 and sad16x16 with pix_abs.
tree
|
commitdiff
2003-01-09
Michael Niedermayer
typo (noticed by kabi)
tree
|
commitdiff
2003-01-09
Michael Niedermayer
qpel fix
tree
|
commitdiff
2003-01-09
Michael Niedermayer
fixed wmv2 slices
tree
|
commitdiff
2003-01-09
Michael Niedermayer
workaround dropable p frame after first frame bug
tree
|
commitdiff
2003-01-08
Fabrice Bellard
altivec patches by Romain Dolbeau
tree
|
commitdiff
2003-01-07
Fabrice Bellard
suppressed getopt.h
tree
|
commitdiff
2003-01-07
Fabrice Bellard
tests link all libavcodec
tree
|
commitdiff
2003-01-07
Fabrice Bellard
suppressed pix_norm_altivec
tree
|
commitdiff
2003-01-07
Fabrice Bellard
suppressed redundant math.h - suppressed M_PI redefinition
tree
|
commitdiff
2003-01-07
Fabrice Bellard
generic M_PI define
tree
|
commitdiff
2003-01-07
Fabrice Bellard
fft altivec by Romain Dolbeau - simplified patch, test...
tree
|
commitdiff
2003-01-07
Fabrice Bellard
removed redundant includes
tree
|
commitdiff
2003-01-07
Fabrice Bellard
enabled SSE fft (first code using GCC 3.2 vector builti...
tree
|
commitdiff
2003-01-07
Fabrice Bellard
align fixes for sse/altivec
tree
|
commitdiff
2003-01-07
Fabrice Bellard
enabled SSE fft on x86
tree
|
commitdiff
2003-01-07
Fabrice Bellard
use av_malloc instead of malloc
tree
|
commitdiff
2003-01-07
Fabrice Bellard
compile fixes
tree
|
commitdiff
2003-01-07
Fabrice Bellard
added define for builtins use - inverse fix by Romain...
tree
|
commitdiff
2003-01-07
Michael Niedermayer
PIC / ebx fix
tree
|
commitdiff
2003-01-07
Michael Niedermayer
more gcc bug workarounds
tree
|
commitdiff
2003-01-07
Michael Niedermayer
gcc 3.2.2 -O3 bug workaround (older gcc are very likely...
tree
|
commitdiff
2003-01-06
Fabrice Bellard
oops : better error resilience - should fix most wma...
tree
|
commitdiff
next