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
*
Support reading large metadata.
Michael Niedermayer
2008-07-18
1
-1
/
+14
*
Make bitstream_* fields unsigned.
Michael Niedermayer
2008-07-18
1
-2
/
+2
*
Only realloc() bitstream buffer when the needed size increased,
Michael Niedermayer
2008-07-18
1
-1
/
+2
*
If metadata has been parsed goto end instead of trying to
Michael Niedermayer
2008-07-18
1
-3
/
+3
*
Make our flac decoder decode all the data at EOF.
Michael Niedermayer
2008-07-13
1
-1
/
+2
*
mark read-only data as const
Stefan Gehrer
2008-06-24
1
-3
/
+3
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Indent.
Ramiro Polla
2008-05-04
1
-4
/
+4
*
Do not read out of array bounds.
Ramiro Polla
2008-05-04
1
-0
/
+4
*
move call to init_get_bits inside conditional
Justin Ruggles
2008-05-02
1
-1
/
+1
*
share streaminfo parsing function
Justin Ruggles
2008-05-02
1
-8
/
+7
*
split out some decoder context params to a shared macro
Justin Ruggles
2008-05-02
1
-4
/
+4
*
change function parameters for dump_headers()
Justin Ruggles
2008-05-02
1
-8
/
+8
*
change function parameters for metadata_streaminfo()
Justin Ruggles
2008-05-02
1
-17
/
+20
*
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
[next]