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
/
flac.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove unused variable, min_framesize
Justin Ruggles
2008-04-29
1
-3
/
+3
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
Fix ;;
Michael Niedermayer
2008-02-19
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-1
/
+2
*
Add decoding support for variable block size FLAC files using the latest FLAC
Josh Coalson
2007-11-04
1
-2
/
+2
*
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.
Josh Coalson
2007-11-03
1
-3
/
+3
*
20% faster lpc, 6% overall flac decoding
Loren Merritt
2007-09-30
1
-15
/
+18
*
replace FIR with finite differences.
Loren Merritt
2007-09-30
1
-16
/
+17
*
optimize decode_subframe_lpc()
Loren Merritt
2007-09-25
1
-3
/
+18
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-1
/
+1
*
add and remove some parentheses
Benoit Fouet
2007-06-14
1
-3
/
+3
*
fix 8- and 24-bit FLAC decoding
Michael Donaghy
2007-06-12
1
-14
/
+3
*
Fix crash when pred_order greater s->blocksize >> rice_order.
Reimar Döffinger
2007-01-21
1
-0
/
+4
*
avcodec_decode_audio2()
Michael Niedermayer
2007-01-14
1
-2
/
+8
*
flac: allow reading of full metadata headers from extradata
Aurelien Jacobs
2006-11-23
1
-47
/
+56
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
force usage of ALT_BITSTREAM_READER where needed
Aurelien Jacobs
2006-08-28
1
-0
/
+1
*
moving utf8 reading function to libavutil
Michael Niedermayer
2006-07-07
1
-44
/
+3
*
seems i forgot to commit this simplification ...
Michael Niedermayer
2006-07-07
1
-37
/
+14
*
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>
Luca Barbato
2006-06-21
1
-14
/
+39
*
switch flac to av_crc
Michael Niedermayer
2006-03-06
1
-47
/
+2
*
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Diego Biurrun
2006-01-25
1
-1
/
+1
*
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
-56
/
+56
*
AV_LOG_DEBUG vs. AV_LOG_ERROR
Michael Niedermayer
2005-09-05
1
-5
/
+5
*
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-04-24
1
-1
/
+1
*
10l (deallocated memory again)
Loren Merritt
2005-02-28
1
-2
/
+9
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-0
/
+2
*
Fix a crash when multiple metadata packets are present.
Loren Merritt
2005-02-20
1
-5
/
+2
*
10l (use of deallocated memory)
Michael Niedermayer
2005-02-04
1
-2
/
+8
*
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
Michael Niedermayer
2004-12-29
1
-0
/
+1
*
skip_utf8, unused yet
Alex Beregszaszi
2004-06-26
1
-0
/
+21
*
warning vigilance
Mike Melanson
2004-06-13
1
-2
/
+2
*
attempt to create some separation in the FLAC system with respect to
Mike Melanson
2004-06-10
1
-2
/
+22
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
warning patrol
Falk Hüffner
2004-03-24
1
-1
/
+0
*
* const warn elimintation
Zdenek Kabelac
2004-03-05
1
-1
/
+1
*
flac_flush()
Michael Niedermayer
2004-02-18
1
-0
/
+9
*
simplify
Michael Niedermayer
2004-02-18
1
-52
/
+41
*
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix d...
Michael Niedermayer
2004-02-18
1
-38
/
+88
*
remove residual array, it isnt really needed
Michael Niedermayer
2004-02-18
1
-23
/
+13
*
flac fixes:
Michael Niedermayer
2004-02-18
1
-160
/
+244
*
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)
Michael Niedermayer
2004-02-18
1
-0
/
+651
[prev]