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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stuff under #if LIBAVCODEC_VERSION_INT.
Michael Niedermayer
2008-09-08
8
-187
/
+0
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
23
-64
/
+63
*
Try to fix wma regression.
Michael Niedermayer
2008-09-08
1
-2
/
+1
*
Relicense as ISC with the authors' permission.
Diego Biurrun
2008-09-08
1
-18
/
+12
*
Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission.
Diego Biurrun
2008-09-07
1
-1
/
+2
*
Check output buffer size before decoding.
Vitor Sessak
2008-09-07
1
-0
/
+10
*
Cosmetics: rename vars s/ctx/chd/
Vitor Sessak
2008-09-07
1
-25
/
+25
*
Exploit symmetry to reduce size of tables by half.
Vitor Sessak
2008-09-07
1
-202
/
+112
*
Cosmetics: s/short/int16_t/
Vitor Sessak
2008-09-07
1
-5
/
+5
*
Remove cast, now tables are signed.
Vitor Sessak
2008-09-07
1
-4
/
+4
*
Convert tables to signed and decimal.
Vitor Sessak
2008-09-07
1
-194
/
+194
*
Remove unused table entries.
Vitor Sessak
2008-09-07
1
-75
/
+77
*
Remove commented out code.
Vitor Sessak
2008-09-07
1
-3
/
+0
*
Use FFMIN() instead of rewriting it.
Vitor Sessak
2008-09-07
1
-4
/
+1
*
Factorize broken clipping in its own function and document it.
Vitor Sessak
2008-09-07
1
-12
/
+16
*
Cosmetics: whitespace/linebreaks
Vitor Sessak
2008-09-07
1
-12
/
+18
*
Use the same 8 bit -> 16 bit conversion as QuickTime.
Vitor Sessak
2008-09-07
1
-3
/
+7
*
Do not share context variables between channels and do not zero them at
Vitor Sessak
2008-09-07
1
-11
/
+13
*
Remove output pointer from context
Vitor Sessak
2008-09-07
1
-19
/
+21
*
add 1bpp decoding function and extend 4bpp function to
Stefan Gehrer
2008-09-07
1
-46
/
+89
*
license header consistency cosmetics.
Diego Biurrun
2008-09-06
1
-2
/
+2
*
license header consistency cosmetics
Diego Biurrun
2008-09-06
1
-0
/
+2
*
Remove not approved parts.
Vladimir Voroshilov
2008-09-06
1
-18
/
+0
*
Test a var for overflow just after it is set
Vitor Sessak
2008-09-06
1
-2
/
+2
*
Remove useless parentheses.
Vitor Sessak
2008-09-06
1
-1
/
+1
*
Fix nuv decoder to use reget_buffer for non-keyframes and correctly
Reimar Döffinger
2008-09-05
1
-6
/
+16
*
Cosmetics: indent after last commit and remove useless braces
Vitor Sessak
2008-09-05
1
-6
/
+5
*
Simplify: use a for instead of unrolling by hand
Vitor Sessak
2008-09-05
1
-7
/
+4
*
Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...
Vitor Sessak
2008-09-04
1
-90
/
+34
*
Simplify: use two distinct functions to decode MACE3 and MACE6, since the
Vitor Sessak
2008-09-04
1
-24
/
+26
*
Simplify mace_decode_frame()
Vitor Sessak
2008-09-04
1
-8
/
+11
*
Remove useless comments
Vitor Sessak
2008-09-04
1
-9
/
+0
*
Reindent mace.c, its indentation was completly inconsistent with the coding r...
Vitor Sessak
2008-09-04
1
-95
/
+95
*
Cosmetics: s/LPC_type/LPC_TYPE/
Vitor Sessak
2008-09-04
1
-9
/
+9
*
Multiply table by -1. This avoid doing this calculation (that was introduced
Vitor Sessak
2008-09-04
2
-10
/
+10
*
Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and
Michael Niedermayer
2008-09-04
1
-0
/
+1
*
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...
Vitor Sessak
2008-09-04
4
-95
/
+69
*
Ignore the spec, and calculate aspect ratio on width/height.
Michael Niedermayer
2008-09-03
1
-1
/
+3
*
Clarify sample_aspect_ratio.
Michael Niedermayer
2008-09-03
1
-0
/
+1
*
fix issue 616 on roundup : decoding of short flac files
Jai Menon
2008-09-03
1
-1
/
+1
*
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering
Diego Biurrun
2008-09-03
2
-12
/
+8
*
Surround some encoding-specific functions with the appropriate
Diego Biurrun
2008-09-03
2
-0
/
+8
*
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-03
8
-47
/
+44
*
gain codebook (first stage), 8k mode for G.729
Vladimir Voroshilov
2008-09-03
1
-0
/
+14
*
Another set of approved G.729 chunks (from decoder core)
Vladimir Voroshilov
2008-09-03
1
-0
/
+43
*
theoradec: cosmetics: indentation
Aurelien Jacobs
2008-09-03
1
-9
/
+9
*
theoradec: skip decoding of uncoded MV in 4MV code
Aurelien Jacobs
2008-09-03
1
-1
/
+9
*
theoradec: small 4MV code reorganization to ease future improvements
Aurelien Jacobs
2008-09-03
1
-7
/
+6
*
Replace generic CONFIG_DECODERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
3
-12
/
+14
*
Silence a couple of 'defined but not used' warnings by adding an av_unused
Diego Biurrun
2008-09-02
1
-4
/
+4
[next]