git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Mark all pix_fmts and supported_framerates compound literals as const.
[ffmpeg.git]
/
libavcodec
/
ffv1.c
2009-09-06
Reimar Döffinger
Mark all pix_fmts and supported_framerates compound...
blob
|
commitdiff
2009-08-30
Lars Täuber
Use "FFmpeg video codec #1" instead of "FFmpeg codec...
blob
|
commitdiff
|
diff to current
2009-08-26
Lars Täuber
Fix comments after switching from CABAC to range coder...
blob
|
commitdiff
|
diff to current
2009-08-14
Carl Eugen Hoyos
Fix typo.
blob
|
commitdiff
|
diff to current
2009-04-24
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2009-04-24
Michael Niedermayer
Support >8bit per component YUV in FFV1.
blob
|
commitdiff
|
diff to current
2009-04-24
Michael Niedermayer
Force speed irrelevant calls to get/put_symbol() to...
blob
|
commitdiff
|
diff to current
2009-04-24
Michael Niedermayer
Optimize sign handling in get_symbol().
blob
|
commitdiff
|
diff to current
2009-04-21
Michael Niedermayer
Fix a possibly exploitable buffer overflow.
blob
|
commitdiff
|
diff to current
2009-04-17
Michael Niedermayer
Remove 2 unneeded variables from common_init() found...
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename bitstream.h to get_bits.h.
blob
|
commitdiff
|
diff to current
2009-04-12
Stefano Sabatini
Split bitstream.h, put the bitstream writer stuff in...
blob
|
commitdiff
|
diff to current
2009-04-07
Thilo Borgmann
Implement avcodec_decode_video2(), _audio3() and _subti...
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-18
Aurelien Jacobs
moves mid_pred() into mathops.h (with arch specific...
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2008-09-03
Diego Biurrun
Replace generic CONFIG_ENCODERS preprocessor conditiona...
blob
|
commitdiff
|
diff to current
2008-06-26
Stefan Gehrer
move ff_log2_run to bitstream.c and reuse in ffv1.c
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-05-24
Carl Eugen Hoyos
Fix compilation for buggy icc.
blob
|
commitdiff
|
diff to current
2008-05-11
Carl Eugen Hoyos
Replace some occurrences of -1 with PIX_FMT_NONE.
blob
|
commitdiff
|
diff to current
2008-04-28
Stefano Sabatini
Add long names to some AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
const
blob
|
commitdiff
|
diff to current
2007-07-05
Oliver Pfister
fix mem leak
blob
|
commitdiff
|
diff to current
2007-07-05
Diego Biurrun
license header consistency cosmetics
blob
|
commitdiff
|
diff to current
2007-05-10
Diego Biurrun
Remove redundant #inclusion of common.h, avcodec.h...
blob
|
commitdiff
|
diff to current
2007-02-07
Diego Biurrun
Replace deprecated PIX_FMT names by the newer variants.
blob
|
commitdiff
|
diff to current
2006-12-08
Måns Rullgård
rename always_inline to av_always_inline and move to...
blob
|
commitdiff
|
diff to current
2006-10-11
Diego Biurrun
Rename ABS macro to FFABS.
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
add some #ifdef CONFIG_ENCODERS/DECODERS
blob
|
commitdiff
|
diff to current
2006-09-20
Michael Niedermayer
set supported pixel formats for a few encoders (fixes...
blob
|
commitdiff
|
diff to current
2006-04-28
Loren Merritt
memory leak.
blob
|
commitdiff
|
diff to current
2006-04-14
Michael Niedermayer
ffv1 and ffvhuff havnt changed since a long time and...
blob
|
commitdiff
|
diff to current
2006-02-09
Michael Niedermayer
fix segfault on broken streams
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-05-08
Michael Niedermayer
#defines for strict_std_compliance and split between...
blob
|
commitdiff
|
diff to current
2005-04-24
Mike Melanson
Ministry of English Composition, reporting for duty...
blob
|
commitdiff
|
diff to current
2005-02-24
Michael Niedermayer
-strict -1 comment fix
blob
|
commitdiff
|
diff to current
2005-02-17
Milan Cutka
Fixed decoding of 410p ffv1 files patch by (Milan Cutka...
blob
|
commitdiff
|
diff to current
2005-01-23
Michael Niedermayer
avoid buf_size == 0 checks in every decoder
blob
|
commitdiff
|
diff to current
2005-01-12
Michael Niedermayer
various security fixes and precautionary checks
blob
|
commitdiff
|
diff to current
2004-12-29
Michael Niedermayer
common.c -> bitstream.c (and the single non bitstream...
blob
|
commitdiff
|
diff to current
2004-10-31
Michael Niedermayer
switch ffv1 to the put/get_symbol() from snow
blob
|
commitdiff
|
diff to current
2004-10-31
Michael Niedermayer
switch ffv1 from CABAC to the range coder
blob
|
commitdiff
|
diff to current
2004-09-10
Michael Niedermayer
get/set_sr_golomb() cleanup
blob
|
commitdiff
|
diff to current
2004-09-10
Alex Beregszaszi
put the warning to the right place to avoid crashes
blob
|
commitdiff
|
diff to current
2004-09-08
Alex Beregszaszi
new signed golomb routines
blob
|
commitdiff
|
diff to current
2004-08-03
Michael Niedermayer
10l (segfault)
blob
|
commitdiff
|
diff to current
2004-05-21
Michael Niedermayer
data_size = 0 cleanup
blob
|
commitdiff
|
diff to current
2004-05-02
Michael Niedermayer
cleanup
blob
|
commitdiff
|
diff to current
2004-04-30
Michael Niedermayer
cleanup & memleak fix
blob
|
commitdiff
|
diff to current
2004-03-26
Laurent Aimar
h264 - progressive I frame CABAC support patch by ...
blob
|
commitdiff
|
diff to current
2004-02-06
Alex Beregszaszi
get_bit_count -> put_bits_count
blob
|
commitdiff
|
diff to current
2003-11-06
Michael Niedermayer
fix context=1
blob
|
commitdiff
|
diff to current
2003-11-03
Michel Bardiaux
av_log() patch by (Michel Bardiaux <mbardiaux at peakti...
blob
|
commitdiff
|
diff to current
2003-11-01
Michael Niedermayer
ffv1 rgb support
blob
|
commitdiff
|
diff to current
2003-10-19
Dan Christiansen
gcc->C99 and warning fixes patch by (Dan Christiansen...
blob
|
commitdiff
|
diff to current
2003-10-12
Alex Beregszaszi
removed the obsolete and unused parameters of init_put_bits
blob
|
commitdiff
|
diff to current
2003-09-09
Fabrice Bellard
removed warnings
blob
|
commitdiff
|
diff to current
2003-07-13
Michael Niedermayer
golomb rice code cleanup / simplify (~0.5% compression...
blob
|
commitdiff
|
diff to current
2003-07-12
Michael Niedermayer
simpler
blob
|
commitdiff
|
diff to current
2003-07-05
Michael Niedermayer
merge U and V statistics, 33% reduction in memory requi...
blob
|
commitdiff
|
diff to current
2003-07-02
Michael Niedermayer
cleanup / cosmetics
blob
|
commitdiff
|
diff to current
2003-07-02
Michael Niedermayer
20% less memory needed for 8bit AC state (worst compres...
blob
|
commitdiff
|
diff to current
2003-06-22
Michael Niedermayer
CONFIG_ENCODERS cleanup
blob
|
commitdiff
|
diff to current
2003-06-13
Michael Niedermayer
golomb rice codes
blob
|
commitdiff
|
diff to current
2003-06-09
Michael Niedermayer
reducing memory consumption (reducing number of context...
blob
|
commitdiff
|
diff to current
2003-06-09
Michael Niedermayer
FFV1 codec (our very simple lossless intra only codec...
blob
|
commitdiff
|
diff to current