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
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
TIMER dummies for non-x86
Michael Niedermayer
2004-07-26
1
-0
/
+3
*
10l
Michael Niedermayer
2004-07-01
1
-1
/
+2
*
unused
Alex Beregszaszi
2004-06-26
1
-4
/
+0
*
optimization
Michael Niedermayer
2004-06-25
1
-0
/
+8
*
UINT64_MAX fix
Michael Niedermayer
2004-05-11
1
-0
/
+4
*
avoid macro conflicts
Alex Beregszaszi
2004-04-26
1
-0
/
+4
*
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ...
James Morrison
2004-04-24
1
-2
/
+2
*
cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Sascha Sommer
2004-04-24
1
-1
/
+1
*
libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer)
Sascha Sommer
2004-04-24
1
-1
/
+1
*
RSHIFT(x,0) fix
Michael Niedermayer
2004-04-22
1
-1
/
+1
*
t/dprintf printf -> av_log
Michael Niedermayer
2004-04-16
1
-2
/
+2
*
time & (s)rand is forbidden
Michael Niedermayer
2004-04-04
1
-0
/
+3
*
h264 loop filter optimizations
Michael Niedermayer
2004-03-20
1
-0
/
+6
*
* removing casualties of battle of the wits and English language
Roman Shaposhnik
2004-03-18
1
-16
/
+2
*
* DV decoder simplifications. Now it looks to be 6% faster. At least
Roman Shaposhnik
2004-03-14
1
-0
/
+5
*
* moving some of the commonly used bit reading/writing functions
Roman Shaposhnik
2004-03-12
1
-7
/
+98
*
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
Dmitry Baryshkov
2004-02-29
1
-0
/
+6
*
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)
Gael Chardon
2004-02-28
1
-1
/
+1
*
c99
Michael Niedermayer
2004-02-22
1
-1
/
+1
*
(f)printf() is disallowed in libavcodec, compilation will fail now if its use...
Michael Niedermayer
2004-02-22
1
-10
/
+16
*
multithreaded/SMP motion estimation
Michael Niedermayer
2004-02-13
1
-0
/
+22
*
2 byte shorter userdata for mpeg4
Michael Niedermayer
2004-02-08
1
-2
/
+2
*
get_bit_count -> put_bits_count
Alex Beregszaszi
2004-02-06
1
-1
/
+1
*
int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michael Niedermayer
2004-01-26
1
-4
/
+4
*
freebsd fix for mpeg12.c (moving INT64_MAX to common.h)
Alex Beregszaszi
2004-01-25
1
-4
/
+8
*
optimization
Michael Niedermayer
2004-01-24
1
-14
/
+22
*
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
Michael Niedermayer
2004-01-10
1
-1
/
+1
*
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at andro...
Chris Flerackers
2004-01-09
1
-13
/
+19
*
removing unused var & converting 64->32bit
Michael Niedermayer
2003-12-05
1
-2
/
+1
*
* fixes for broken builds on Solaris, OS2 and all bingendian
Roman Shaposhnik
2003-11-04
1
-0
/
+16
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-1
/
+1
*
AVRational
Michael Niedermayer
2003-10-20
1
-3
/
+0
*
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...
Dan Christiansen
2003-10-19
1
-2
/
+2
*
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-10-12
1
-4
/
+1
*
recommit of
Michael Niedermayer
2003-10-11
1
-6
/
+10
*
ctype.h is a common header
Fabrice Bellard
2003-09-08
1
-0
/
+1
*
export int64_t_C as it is needed by libavformat.h
Fabrice Bellard
2003-08-24
1
-8
/
+9
*
reverse earlier patch
Mike Melanson
2003-08-12
1
-4
/
+1
*
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz
Mike Melanson
2003-08-08
1
-1
/
+4
*
fix CHECKED_ALLOCZ(0)
Michael Niedermayer
2003-06-28
1
-1
/
+1
*
some benchmarking code
Michael Niedermayer
2003-05-23
1
-0
/
+29
*
ASV1 codec
Michael Niedermayer
2003-05-19
1
-0
/
+9
*
libmpeg2 style bitstream reader 17 vs 16 bit bugfix
Michael Niedermayer
2003-05-14
1
-2
/
+2
*
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...
BERO
2003-05-14
1
-0
/
+19
*
libmpeg2 style bitstream reader fixes
Michael Niedermayer
2003-05-14
1
-5
/
+20
*
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)
BERO
2003-05-14
1
-1
/
+56
*
Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>)
Michael Niedermayer
2003-05-05
1
-1
/
+1
*
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...
Michael Niedermayer
2003-04-10
1
-0
/
+9
*
Fix for buggy (?) g++ (bailling out for beosaudio.cpp)
François Revol
2003-04-05
1
-1
/
+1
*
#ifdef TRACE printf() -> tprintf()
Michael Niedermayer
2003-04-05
1
-1
/
+5
[next]