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
*
avcodec/flac: remove avpriv parsing API cruft
Hendrik Leppkes
2015-09-06
1
-15
/
+0
*
Merge commit 'acc897e6b15776ed438b88ffe330ec48f6b50e48'
Michael Niedermayer
2014-11-06
1
-1
/
+8
|
\
|
*
lavc: make avpriv_flac_is_extradata_valid() private on the next bump
Anton Khirnov
2014-11-06
1
-1
/
+8
*
|
Merge commit 'c070a8751597e3aa1b443e88464da785d8966b14'
Michael Niedermayer
2014-11-06
1
-1
/
+9
|
\
\
|
|
/
|
*
lavc: make avpriv_flac_parse_streaminfo() private on the next bump
Anton Khirnov
2014-11-06
1
-1
/
+9
*
|
Merge commit '9325d88eba8038b3e2a4485e473a018410379e2d'
Michael Niedermayer
2014-08-10
1
-8
/
+0
|
\
\
|
|
/
|
*
lavc: remove obsolete and disabled avpriv functions
Anton Khirnov
2014-08-09
1
-8
/
+0
*
|
Merge commit '5fdaf312c5541b77b6364db8b49d6abb416a25c0'
Michael Niedermayer
2014-05-28
1
-7
/
+3
|
\
\
|
|
/
|
*
flac: make avpriv_flac_parse_block_header() inline
Anton Khirnov
2014-05-28
1
-7
/
+3
*
|
Merge commit 'f13ffb6636fdecb5e3e0ddcff48f096e7b3db362'
Michael Niedermayer
2014-05-28
1
-1
/
+4
|
\
\
|
|
/
|
*
flacdec: do not overwrite a channel layout set by the caller
Anton Khirnov
2014-05-28
1
-1
/
+4
*
|
Merge commit '45ee556d51ef04d79d52bf6b0b7f28a4d231cb0c'
Michael Niedermayer
2013-07-29
1
-8
/
+8
|
\
\
|
|
/
|
*
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
*
|
flac: add channel layout masks for streams with 7 or 8 channels
Tim Walker
2013-02-06
1
-2
/
+4
*
|
get_bits: rename get_bits_longlong to get_bits64
Michael Niedermayer
2012-12-08
1
-1
/
+1
*
|
Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'
Michael Niedermayer
2012-11-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
|
Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'
Michael Niedermayer
2012-11-02
1
-0
/
+19
|
\
\
|
|
/
|
*
flacdec: allow mid-stream channel layout change
Justin Ruggles
2012-11-01
1
-0
/
+19
*
|
flac: use get_bits_longlong()
Paul B Mahol
2012-09-30
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-12
1
-0
/
+74
|
\
\
|
|
/
|
*
flac: Move flac functions shared between libraries to flac common code
Diego Biurrun
2012-07-12
1
-0
/
+74
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-04
1
-1
/
+2
|
\
\
|
|
/
|
*
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
*
|
Revert "Set channel layout in flac decoder."
Michael Niedermayer
2012-02-24
1
-3
/
+0
*
|
Revert "Fix channel layout for some stereo flac files."
Michael Niedermayer
2012-02-24
1
-1
/
+0
*
|
Fix channel layout for some stereo flac files.
Carl Eugen Hoyos
2011-04-29
1
-0
/
+1
*
|
Set channel layout in flac decoder.
Carl Eugen Hoyos
2011-04-23
1
-0
/
+3
|
/
*
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
[next]