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
*
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
*
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.
Laurent Aimar
2008-09-02
1
-1
/
+8
*
Parity bit calculation routine for G.729
Vladimir Voroshilov
2008-09-02
1
-0
/
+8
*
Try to support invalid h264 that does not mark IDR with POC=0.
Michael Niedermayer
2008-09-02
1
-3
/
+3
*
add a separate line in Makefile for E-AC-3 decoder and only compile it when
Justin Ruggles
2008-09-02
1
-0
/
+1
*
make pcm encoder setting bits_per_sample field
Baptiste Coudurier
2008-09-01
1
-1
/
+2
*
create a separate codec_id for E-AC-3
Justin Ruggles
2008-09-01
6
-5
/
+19
*
Remaining parts of Nellymoser encoder
Bartlomiej Wolowiec
2008-09-01
3
-1
/
+223
*
Check ff_init_me()s return value.
Michael Niedermayer
2008-09-01
1
-1
/
+2
*
1000l Fix snow regression test that i broke in r15135.
Michael Niedermayer
2008-09-01
1
-1
/
+2
*
Warn the user about me_method values that are not supported.
Michael Niedermayer
2008-08-31
1
-0
/
+4
*
Optimize vorbis_residue_decode() so that vr->type is a constant.
Michael Niedermayer
2008-08-31
1
-9
/
+20
*
Remove debuging junk that probably hasnt been used by anyone since years.
Michael Niedermayer
2008-08-31
1
-127
/
+2
*
Okayed parts of nellymoserenc.c
Bartlomiej Wolowiec
2008-08-31
1
-0
/
+15
*
reduce code duplication by moving common header parsing
Stefan Gehrer
2008-08-31
1
-165
/
+47
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
167
-500
/
+500
*
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
David Conrad
2008-08-31
3
-24
/
+2
*
Declare ff_vp3_idct_data to be uint16_t
David Conrad
2008-08-31
1
-1
/
+1
*
Don't declare SSE vp3 idct data static, so it can be used in the mmx version
David Conrad
2008-08-31
1
-2
/
+2
*
turn on E-AC-3 decoding support and update the Changelog
Justin Ruggles
2008-08-31
2
-6
/
+3
*
simplify code and comment regarding determination whether or not AHT is used.
Justin Ruggles
2008-08-31
1
-12
/
+12
*
use correct table name
Justin Ruggles
2008-08-31
1
-1
/
+1
*
Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines
Vitor Sessak
2008-08-31
1
-6
/
+6
*
skip converter exponent strategy for all channels at once
Justin Ruggles
2008-08-31
1
-3
/
+1
*
Remove useless var in compute_lpc_coefs()
Vitor Sessak
2008-08-31
1
-3
/
+2
*
merge declaration and init. variable is not used outside the loop.
Justin Ruggles
2008-08-31
1
-2
/
+1
*
cosmetics: indentation
Justin Ruggles
2008-08-31
1
-17
/
+17
*
Merge declaration and initialization of a few vars in compute_lpc_coefs()
Vitor Sessak
2008-08-31
1
-5
/
+3
*
commit more OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-31
1
-10
/
+35
*
commit more OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-30
1
-2
/
+6
*
commit more OKed parts of the E-AC-3 decoder
Justin Ruggles
2008-08-30
1
-0
/
+411
*
Fix lossless jpeg encoder to comply to spec and store full redundant
Michael Niedermayer
2008-08-30
1
-4
/
+4
*
Remove unused dequantization code from SSE VP3 IDCT
David Conrad
2008-08-30
1
-343
/
+0
*
Use ff_pw_8 in MMX/SSE VP3 IDCT
David Conrad
2008-08-30
2
-16
/
+5
*
Let ff_pw_8 be used as an SSE constant
David Conrad
2008-08-30
2
-2
/
+2
*
cosmetics: update comment about dithering
Justin Ruggles
2008-08-30
1
-1
/
+1
*
Remove the cos_mod table that has become unused after replacing the imdct
Michael Niedermayer
2008-08-30
1
-34
/
+0
*
Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half().
Michael Niedermayer
2008-08-30
1
-28
/
+37
[next]