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
/
ffv1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-4
/
+4
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
fix mem leak
Oliver Pfister
2007-07-05
1
-0
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-2
/
+1
*
Replace deprecated PIX_FMT names by the newer variants.
Diego Biurrun
2007-02-07
1
-3
/
+3
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-09-27
1
-0
/
+6
*
set supported pixel formats for a few encoders (fixes crashes with grayscale)
Michael Niedermayer
2006-09-20
1
-0
/
+1
*
memory leak.
Loren Merritt
2006-04-28
1
-10
/
+4
*
ffv1 and ffvhuff havnt changed since a long time and noone proposed any
Michael Niedermayer
2006-04-14
1
-6
/
+0
*
fix segfault on broken streams
Michael Niedermayer
2006-02-09
1
-1
/
+4
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-64
/
+64
*
#defines for strict_std_compliance and split between inofficial extensions an...
Michael Niedermayer
2005-05-08
1
-2
/
+2
*
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-04-24
1
-1
/
+1
*
-strict -1 comment fix
Michael Niedermayer
2005-02-24
1
-1
/
+1
*
Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)
Milan Cutka
2005-02-17
1
-1
/
+1
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-4
/
+0
*
various security fixes and precautionary checks
Michael Niedermayer
2005-01-12
1
-2
/
+16
*
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
Michael Niedermayer
2004-12-29
1
-0
/
+1
*
switch ffv1 to the put/get_symbol() from snow
Michael Niedermayer
2004-10-31
1
-48
/
+42
*
switch ffv1 from CABAC to the range coder
Michael Niedermayer
2004-10-31
1
-51
/
+57
*
get/set_sr_golomb() cleanup
Michael Niedermayer
2004-09-10
1
-2
/
+2
*
put the warning to the right place to avoid crashes
Alex Beregszaszi
2004-09-10
1
-6
/
+6
*
new signed golomb routines
Alex Beregszaszi
2004-09-08
1
-8
/
+2
*
10l (segfault)
Michael Niedermayer
2004-08-03
1
-2
/
+2
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
cleanup
Michael Niedermayer
2004-05-02
1
-26
/
+19
*
cleanup & memleak fix
Michael Niedermayer
2004-04-30
1
-17
/
+1
*
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...
Laurent Aimar
2004-03-26
1
-0
/
+5
*
get_bit_count -> put_bits_count
Alex Beregszaszi
2004-02-06
1
-2
/
+2
*
fix context=1
Michael Niedermayer
2003-11-06
1
-6
/
+7
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-10
/
+10
*
ffv1 rgb support
Michael Niedermayer
2003-11-01
1
-157
/
+271
*
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...
Dan Christiansen
2003-10-19
1
-1
/
+1
*
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-10-12
1
-1
/
+1
*
removed warnings
Fabrice Bellard
2003-09-09
1
-0
/
+2
*
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
Michael Niedermayer
2003-07-13
1
-4
/
+9
*
simpler
Michael Niedermayer
2003-07-12
1
-3
/
+1
*
merge U and V statistics, 33% reduction in memory requirement, compression ra...
Michael Niedermayer
2003-07-05
1
-4
/
+4
*
cleanup / cosmetics
Michael Niedermayer
2003-07-02
1
-26
/
+22
*
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2...
Michael Niedermayer
2003-07-02
1
-47
/
+68
*
CONFIG_ENCODERS cleanup
Michael Niedermayer
2003-06-22
1
-0
/
+2
*
golomb rice codes
Michael Niedermayer
2003-06-13
1
-165
/
+428
*
reducing memory consumption (reducing number of contexts and other stuff, no ...
Michael Niedermayer
2003-06-09
1
-49
/
+33
*
FFV1 codec (our very simple lossless intra only codec, compresses much better...
Michael Niedermayer
2003-06-09
1
-0
/
+669