index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
flac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: make avpriv_flac_is_extradata_valid() private on the next bump
Anton Khirnov
2014-11-06
1
-1
/
+8
*
lavc: make avpriv_flac_parse_streaminfo() private on the next bump
Anton Khirnov
2014-11-06
1
-1
/
+9
*
lavc: remove obsolete and disabled avpriv functions
Anton Khirnov
2014-08-09
1
-8
/
+0
*
flac: make avpriv_flac_parse_block_header() inline
Anton Khirnov
2014-05-28
1
-7
/
+3
*
flacdec: do not overwrite a channel layout set by the caller
Anton Khirnov
2014-05-28
1
-1
/
+4
*
flac: use meaningful return values
Luca Barbato
2013-07-28
1
-8
/
+8
*
flac: add channel layout masks for streams with 7 or 8 channels.
Tim Walker
2013-02-06
1
-2
/
+4
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
flacdec: allow mid-stream channel layout change
Justin Ruggles
2012-11-01
1
-0
/
+19
*
flac: Move flac functions shared between libraries to flac common code
Diego Biurrun
2012-07-12
1
-0
/
+74
*
flac: make FLAC_CHMODE_* constants consecutive
Mans Rullgard
2012-07-04
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
cosmetics: line wrap after last commit
Justin Ruggles
2010-12-07
1
-7
/
+14
*
Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used
Michael Chinen
2010-12-07
1
-9
/
+9
*
Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in
Michael Chinen
2010-12-07
1
-3
/
+4
*
Check validity of the frame sync code in ff_flac_decode_frame_header().
Michael Chinen
2010-12-07
1
-1
/
+7
*
Move decode_frame_header() from flacdec.c to flac.c/h to share with the
Michael Chinen
2010-12-07
1
-0
/
+94
*
add a function to calculate a more accurate estimate for maximum FLAC
Justin Ruggles
2009-03-21
1
-0
/
+43
*
rename flac.c to flacdec.c
Justin Ruggles
2009-01-23
1
-795
/
+0
*
flacdec: add support for 3 additional sample rate codes
Justin Ruggles
2009-01-22
1
-2
/
+3
*
fix issue 616 on roundup : decoding of short flac files
Jai Menon
2008-09-03
1
-1
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
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
[next]