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
*
fix non ALT bitstream reader
Michael Niedermayer
2006-08-24
1
-1
/
+1
*
add outcommented chunk of code to handle stuffing MBs at the end of slices (I...
Michael Niedermayer
2006-05-08
1
-0
/
+6
*
use previous qscale for intra_dc_threshold check
Michael Niedermayer
2006-04-28
1
-2
/
+7
*
signedness error caused broken decoding
D Richard Felker III
2006-04-09
1
-1
/
+1
*
100l to loren. at least this fixes the compile error, but the code is still b...
D Richard Felker III
2006-04-09
1
-6
/
+6
*
2x faster ff_mpeg4_set_direct_mv
Loren Merritt
2006-04-03
1
-14
/
+52
*
fixing interlaced direct mode field select values
Michael Niedermayer
2006-03-20
1
-0
/
+2
*
reset interlaced_dct flag
Michael Niedermayer
2006-03-12
1
-0
/
+1
*
fixing uninitalized dc_pred_dir
Michael Niedermayer
2006-03-10
1
-0
/
+1
*
very minor optimization
Michael Niedermayer
2006-03-10
1
-1
/
+1
*
unused variable
Michael Niedermayer
2006-03-10
1
-3
/
+1
*
fixing bframe strategy 2
Michael Niedermayer
2006-01-27
1
-1
/
+3
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h
Benjamin Larsson
2006-01-08
1
-2
/
+2
*
slightly better mv_penalty table
Michael Niedermayer
2005-12-24
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-160
/
+160
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-435
/
+435
*
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...
Michael Niedermayer
2005-12-17
1
-6
/
+8
*
use PRIxN, %zd, %td formats where needed
Måns Rullgård
2005-12-12
1
-1
/
+1
*
set pts for h.263 decoding
Michael Niedermayer
2005-09-19
1
-0
/
+1
*
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
Diego Biurrun
2005-09-18
1
-1
/
+1
*
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...
Michael Niedermayer
2005-08-26
1
-3
/
+3
*
A.B.C versions
Michael Niedermayer
2005-07-31
1
-0
/
+4
*
try to check for nonsense time_base instead of setting fake one
Michael Niedermayer
2005-07-31
1
-6
/
+4
*
check time_base.den for mpeg4
Michael Niedermayer
2005-07-30
1
-0
/
+5
*
fix user data parsing code so it suppors pre1 and cvs
Michael Niedermayer
2005-07-24
1
-3
/
+1
*
minor user data reading bugfix
Michael Niedermayer
2005-07-23
1
-6
/
+4
*
spelling fixes
Diego Biurrun
2005-06-17
1
-3
/
+3
*
10l (%f vs. %Ld)
Michael Niedermayer
2005-05-13
1
-1
/
+2
*
fixing decoding of AlanKay-245.asf
Michael Niedermayer
2005-05-11
1
-2
/
+2
*
#defines for strict_std_compliance and split between inofficial extensions an...
Michael Niedermayer
2005-05-08
1
-2
/
+2
*
Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)
Kevin Baragona
2005-05-05
1
-21
/
+20
*
put most codecs under ifdefs
Michael Niedermayer
2005-05-02
1
-0
/
+2
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-42
/
+41
*
avoid unneeded clear_blocks()
Michael Niedermayer
2005-04-25
1
-1
/
+12
*
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-04-24
1
-27
/
+27
*
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
Michael Niedermayer
2005-04-18
1
-3
/
+3
*
support omiting various headers in mpeg4 as WMP seems to have difficulty with...
Michael Niedermayer
2005-03-23
1
-9
/
+19
*
fixing playback of xvid pretending to be divx (sample_vop_nc.avi)
Michael Niedermayer
2005-03-08
1
-1
/
+1
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-1
/
+0
*
emulate (idiotic) MS behavior for inconsistant dimensions
Michael Niedermayer
2005-02-06
1
-1
/
+1
*
support skiping some bitstream encoding
Michael Niedermayer
2005-02-06
1
-38
/
+94
*
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)
Michael Niedermayer
2005-01-18
1
-1
/
+1
*
various security fixes and precautionary checks
Michael Niedermayer
2005-01-12
1
-1
/
+1
*
print "D" instead of "P" for dropable frames in flv with -debug 1
Michael Niedermayer
2005-01-06
1
-1
/
+1
*
WV1F support
Michael Niedermayer
2005-01-01
1
-1
/
+8
*
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...
Burkhard Plaum
2004-11-27
1
-28
/
+34
*
dont print "vop not coded" by default
Michael Niedermayer
2004-09-27
1
-1
/
+2
*
trellis quantization for h263(p)
Michael Niedermayer
2004-09-24
1
-0
/
+57
*
check if the user specified timestamps are strictly monotone
Michael Niedermayer
2004-09-20
1
-0
/
+2
[next]