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
/
h263.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
truncated h263 decoding support / H263-ES "demuxer"
Michael Niedermayer
2003-05-22
1
-12
/
+46
*
ASV1 codec
Michael Niedermayer
2003-05-19
1
-8
/
+8
*
improving 3IV1 support (still far from perfect) note, disabled as it requires...
Michael Niedermayer
2003-05-18
1
-17
/
+49
*
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...
BERO
2003-05-14
1
-15
/
+3
*
libmpeg2 style bitstream reader fixes
Michael Niedermayer
2003-05-14
1
-4
/
+4
*
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ...
BERO
2003-05-14
1
-8
/
+6
*
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)
BERO
2003-05-14
1
-15
/
+5
*
print obmc bug info only if avctx->debug&1
Michael Niedermayer
2003-05-10
1
-1
/
+2
*
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...
Michael Niedermayer
2003-04-10
1
-126
/
+126
*
b frames + slices bugfix
Michael Niedermayer
2003-04-10
1
-0
/
+5
*
msmpeg4 2pass support & some related cleanup
Michael Niedermayer
2003-04-02
1
-27
/
+9
*
some static -> dynamic alloc & 16->8 bit
Michael Niedermayer
2003-03-31
1
-2
/
+2
*
user setable quantizer bias
Michael Niedermayer
2003-03-22
1
-8
/
+0
*
better non conformant divx packed bitstream detection, so unpacked (no b fram...
Michael Niedermayer
2003-03-20
1
-6
/
+12
*
error resilience cleanup (its faster too...)
Michael Niedermayer
2003-03-20
1
-18
/
+14
*
cleaner & more flexible edge bug workaround
Michael Niedermayer
2003-03-15
1
-1
/
+1
*
oops
Michael Niedermayer
2003-03-12
1
-3
/
+0
*
rvlc decoding support
Michael Niedermayer
2003-03-12
1
-31
/
+68
*
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-03-12
1
-6
/
+6
*
simplified
Alex Beregszaszi
2003-03-09
1
-3
/
+1
*
per file doxy
Michael Niedermayer
2003-03-06
1
-2
/
+1
*
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
Michael Niedermayer
2003-03-03
1
-30
/
+30
*
10l
Michael Niedermayer
2003-02-28
1
-4
/
+8
*
h263(+) clenaup & bugfixes
Michael Niedermayer
2003-02-28
1
-28
/
+50
*
more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...
Wolfgang Hesseler
2003-02-16
1
-3
/
+26
*
improving parsing of incomplete headers
Michael Niedermayer
2003-02-14
1
-7
/
+13
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-54
/
+53
*
* static,const,compiler warning cleanup
Zdenek Kabelac
2003-02-10
1
-9
/
+12
*
direct blocksize in bframes fix (might fix qpel+bframe bug)
Michael Niedermayer
2003-02-08
1
-6
/
+9
*
--disable-risky support
Michael Niedermayer
2003-01-29
1
-38
/
+0
*
feeding doxygen
Michael Niedermayer
2003-01-26
1
-0
/
+42
*
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...
Michael Niedermayer
2003-01-21
1
-11
/
+11
*
finetuneing thresholds/factors
Michael Niedermayer
2003-01-19
1
-8
/
+12
*
fixing DCTELEM != short
Michael Niedermayer
2003-01-15
1
-4
/
+4
*
average motion vector rounding like the reference says and not what the stand...
Michael Niedermayer
2003-01-12
1
-2
/
+1
*
mpeg4 header encoding bugfix
Michael Niedermayer
2003-01-03
1
-3
/
+1
*
trellis quantization
Michael Niedermayer
2002-12-31
1
-5
/
+11
*
correcter mpeg4 headers
Michael Niedermayer
2002-12-30
1
-12
/
+125
*
qpel encoding
Michael Niedermayer
2002-12-27
1
-64
/
+111
*
more debug output
Michael Niedermayer
2002-12-17
1
-2
/
+2
*
correct mpeg4 vo type
Michael Niedermayer
2002-12-09
1
-1
/
+5
*
ump4 decoding fixed
Michael Niedermayer
2002-12-07
1
-1
/
+1
*
specific debug output support
Michael Niedermayer
2002-12-04
1
-8
/
+10
*
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unesca...
Michael Niedermayer
2002-12-04
1
-8
/
+10
*
cleanup
Michael Niedermayer
2002-12-04
1
-39
/
+48
*
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && th...
Michael Niedermayer
2002-11-26
1
-7
/
+7
*
fixing aspect
Michael Niedermayer
2002-11-25
1
-17
/
+24
*
aspect ratio cleanup
Michael Niedermayer
2002-11-20
1
-9
/
+27
*
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-11
1
-1
/
+1
*
reversing header game
Michael Niedermayer
2002-11-10
1
-2
/
+2
[next]