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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
using av_abort instead exit
Alex Beregszaszi
2003-07-28
1
-1
/
+1
*
libmpeg2 style bitstream reader 17 vs 16 bit bugfix
Michael Niedermayer
2003-05-14
1
-1
/
+1
*
libmpeg2 style bitstream reader fixes
Michael Niedermayer
2003-05-14
1
-1
/
+25
*
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)
BERO
2003-05-14
1
-0
/
+10
*
100l (document buffer padding requirements)
Michael Niedermayer
2003-05-12
1
-0
/
+6
*
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c...
Michael Niedermayer
2003-05-07
1
-0
/
+8
*
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-03-12
1
-1
/
+1
*
per file doxy
Michael Niedermayer
2003-03-06
1
-0
/
+6
*
* using const buffers for reading
Zdenek Kabelac
2003-02-24
1
-1
/
+1
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-12
/
+12
*
* static,const,compiler warning cleanup
Zdenek Kabelac
2003-02-10
1
-4
/
+4
*
optimizing av_log2
Michael Niedermayer
2003-01-27
1
-0
/
+11
*
use av_malloc() functions - added av_strdup and av_realloc()
Fabrice Bellard
2003-01-23
1
-2
/
+2
*
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...
Michael Niedermayer
2003-01-21
1
-2
/
+4
*
aspect ratio cleanup
Michael Niedermayer
2002-11-20
1
-0
/
+26
*
* fixing some minor const warnings
Zdenek Kabelac
2002-11-12
1
-2
/
+2
*
cleanup
Michael Niedermayer
2002-11-06
1
-27
/
+0
*
faster ff_sqrt()
Michael Niedermayer
2002-08-22
1
-0
/
+7
*
dont trash table in GET_VLC
Michael Niedermayer
2002-07-11
1
-1
/
+1
*
get_vlc() optimization
Michael Niedermayer
2002-07-10
1
-1
/
+1
*
* declare av_free
Zdenek Kabelac
2002-07-09
1
-1
/
+1
*
new bitstream reader API (old get_bits() based one is emulated and will still...
Michael Niedermayer
2002-07-09
1
-163
/
+43
*
use #ifdef
Fabrice Bellard
2002-06-17
1
-1
/
+1
*
fixing get_bits_count at the end
Michael Niedermayer
2002-06-02
1
-3
/
+8
*
license/copyright change
Fabrice Bellard
2002-05-25
1
-11
/
+11
*
removed useless header includes - use av memory functions
Fabrice Bellard
2002-05-18
1
-7
/
+4
*
move put_string() to common.{c,h}
Michael Niedermayer
2002-05-03
1
-0
/
+9
*
fixed mpeg4 time stuff on encoding
Michael Niedermayer
2002-04-17
1
-0
/
+4
*
new motion estimation (epzs) not complete yet but allready pretty good :)
Michael Niedermayer
2002-03-22
1
-0
/
+1
*
support decoding (with mplayer) of 3 .mp4 files from mphq
Michael Niedermayer
2002-03-13
1
-0
/
+8
*
optimized the normal bitstream writer, its faster than the alternative one on...
Michael Niedermayer
2002-02-15
1
-114
/
+16
*
alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...
Michael Niedermayer
2002-02-12
1
-4
/
+38
*
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>
Arpi
2002-01-26
1
-0
/
+1
*
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni...
Michael Niedermayer
2002-01-11
1
-38
/
+0
*
another bitstream reader code (faster on intel cpus) - patch by Michael Niede...
Michael Niedermayer
2002-01-10
1
-0
/
+16
*
- Bug fix on inter MCBPC table for inter+q.
Juanjo
2001-11-03
1
-0
/
+46
*
win32 fixes
Fabrice Bellard
2001-08-13
1
-16
/
+4
*
added MJPEG decoder + comments
Fabrice Bellard
2001-08-06
1
-2
/
+22
*
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
Arpi
2001-08-03
1
-9
/
+9
*
Sync with mplayer's stuff
Nick Kurshev
2001-07-30
1
-3
/
+9
*
Initial revision
Fabrice Bellard
2001-07-22
1
-0
/
+469