index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
* prototypes at one place
Zdenek Kabelac
2003-02-11
3
-5
/
+3
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
69
-1349
/
+1316
*
check for qscale==0 (fixes 1/0 on one corrupted stream)
Michael Niedermayer
2003-02-10
1
-0
/
+4
*
* check for potentialy problematic field len
Zdenek Kabelac
2003-02-10
1
-22
/
+24
*
* opts compilation
Zdenek Kabelac
2003-02-10
1
-1
/
+1
*
* still unfinished code for Options
Zdenek Kabelac
2003-02-10
4
-20
/
+145
*
* still unfinished code for Options
Zdenek Kabelac
2003-02-10
2
-226
/
+119
*
* static,const,compiler warning cleanup
Zdenek Kabelac
2003-02-10
18
-131
/
+128
*
register cyuv with allcodecs.c
Mike Melanson
2003-02-09
1
-0
/
+1
*
added paletted 8 bit format support
Fabrice Bellard
2003-02-09
2
-2
/
+122
*
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)
Michael Niedermayer
2003-02-09
3
-1
/
+184
*
direct blocksize in bframes fix (might fix qpel+bframe bug)
Michael Niedermayer
2003-02-08
4
-10
/
+39
*
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images
Philip Gladstone
2003-02-08
1
-4
/
+6
*
mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me
Michael Niedermayer
2003-02-08
4
-48
/
+194
*
b frame segfault fix (+-1 bug)
Michael Niedermayer
2003-02-07
1
-6
/
+15
*
cliping MVs, i dunno if its correct but it looks better then without it
Michael Niedermayer
2003-02-04
1
-7
/
+32
*
divx503 decoding fix
Michael Niedermayer
2003-02-02
3
-9
/
+17
*
handle odd image sizes when using subsampled chroma (useful for JPEG images)
Fabrice Bellard
2003-02-02
1
-46
/
+101
*
dependencies are only build with make depend
Fabrice Bellard
2003-02-01
1
-5
/
+3
*
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and C...
Michael Niedermayer
2003-02-01
1
-4
/
+5
*
100000l
Michael Niedermayer
2003-01-29
1
-13
/
+18
*
bugfix
Michael Niedermayer
2003-01-29
1
-2
/
+1
*
--disable-risky support
Michael Niedermayer
2003-01-29
4
-64
/
+107
*
* headers valid for C++ compilers
Zdenek Kabelac
2003-01-28
1
-0
/
+8
*
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have...
Fabrice Bellard
2003-01-28
1
-0
/
+5
*
win32: added vsnprintf
Fabrice Bellard
2003-01-28
1
-0
/
+1
*
10l / 4mv segfault fix
Michael Niedermayer
2003-01-28
1
-7
/
+7
*
optimizing av_log2
Michael Niedermayer
2003-01-27
2
-11
/
+29
*
DV audio decoder by Roman Shaposhnick
Fabrice Bellard
2003-01-27
3
-4
/
+155
*
drawing cute arrows instead of lame lines for motion vector visualization
Michael Niedermayer
2003-01-26
1
-2
/
+21
*
feeding doxygen
Michael Niedermayer
2003-01-26
1
-0
/
+42
*
Altivec on non darwin systems patch by Romain Dolbeau
Romain Dolbeau
2003-01-26
9
-59
/
+142
*
removed warning
Fabrice Bellard
2003-01-23
1
-2
/
+0
*
use av_malloc() functions - added av_strdup and av_realloc()
Fabrice Bellard
2003-01-23
9
-28
/
+64
*
undefine malloc macros
Fabrice Bellard
2003-01-23
1
-0
/
+4
*
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)
Michael Niedermayer
2003-01-23
1
-6
/
+6
*
fixed dependancy generation (I want the case where SRC_PATH is not . to work ...
Fabrice Bellard
2003-01-22
1
-1
/
+4
*
cleanup
Michael Niedermayer
2003-01-21
5
-25
/
+45
*
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...
Michael Niedermayer
2003-01-21
14
-55
/
+63
*
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Romain Dolbeau
2003-01-20
4
-97
/
+389
*
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)
Max Krasnyansky
2003-01-20
1
-2
/
+4
*
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case
Fabrice Bellard
2003-01-20
1
-64
/
+81
*
trying to fix mb skip bug in mpeg1/2 if slices are not used
Michael Niedermayer
2003-01-20
3
-9
/
+24
*
fixing yuv422 -> yuv420p (i need that for the vceq videos ...)
Michael Niedermayer
2003-01-20
1
-6
/
+6
*
* code for parsing options
Zdenek Kabelac
2003-01-20
2
-10
/
+211
*
reverse
Nick Kurshev
2003-01-20
3
-20
/
+20
*
Function renaming. Solves some namespace conflicts
Nick Kurshev
2003-01-20
3
-20
/
+20
*
align
Michael Niedermayer
2003-01-19
1
-5
/
+11
*
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...
Romain Dolbeau
2003-01-19
8
-141
/
+513
*
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...
Måns Rullgård
2003-01-19
6
-62
/
+63
[next]