index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
flacdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
flacdec: remove unneeded local variable
Justin Ruggles
2009-03-22
1
-5
/
+4
*
flacdec: cosmetics: rename 3 variables
Justin Ruggles
2009-03-22
1
-19
/
+19
*
flacdec: use a local variable for GetBitContext in decode_frame()
Justin Ruggles
2009-03-22
1
-15
/
+16
*
add a function to calculate a more accurate estimate for maximum FLAC
Justin Ruggles
2009-03-21
1
-1
/
+2
*
flacdec: account for frame and subframe header overhead when calculating
Justin Ruggles
2009-03-21
1
-2
/
+1
*
share sample rate and blocksize tables between the FLAC encoder and FLAC
Justin Ruggles
2009-03-21
1
-13
/
+3
*
flacdec: remove unneeded variable, 'assignment'
Justin Ruggles
2009-03-21
1
-7
/
+5
*
flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
Justin Ruggles
2009-03-21
1
-8
/
+8
*
share channel mode constants between the FLAC decoder and FLAC encoder
Justin Ruggles
2009-03-21
1
-16
/
+9
*
share some constants between the FLAC encoder and FLAC decoder
Justin Ruggles
2009-03-19
1
-7
/
+4
*
flacdec: Add a shared function for parsing a FLAC metadata block header.
Justin Ruggles
2009-03-06
1
-6
/
+16
*
flacdec: cosmetics: Add a comment with the data of the smallest FLAC
Justin Ruggles
2009-03-05
1
-1
/
+2
*
flacdec: There is an even smaller FLAC frame size possibility.
Justin Ruggles
2009-03-05
1
-1
/
+1
*
flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16
Justin Ruggles
2009-03-05
1
-1
/
+1
*
flacdec: cosmetics: move 2 statements to immediately after frame
Justin Ruggles
2009-03-05
1
-3
/
+2
*
flacdec: Simplify frame sync by not using the bitstream reader.
Justin Ruggles
2009-03-05
1
-9
/
+11
*
flacdec: Split the metadata_parse() function into 2 separate functions,
Justin Ruggles
2009-03-05
1
-36
/
+50
*
flacdec: Add a check for small buffer size. This ensures reading as
Justin Ruggles
2009-03-04
1
-0
/
+5
*
flacdec: cosmetics: Use a more descriptive variable name for the number
Justin Ruggles
2009-03-04
1
-7
/
+7
*
flacdec: Handle 32 bps data when checking allocated size.
Justin Ruggles
2009-03-04
1
-1
/
+1
*
flacdec: Check curr_bps after wasted bits are subtracted.
Justin Ruggles
2009-03-04
1
-4
/
+4
*
flacdec: When there is not enough data to read the next header block,
Justin Ruggles
2009-03-04
1
-2
/
+2
*
cosmetics: indentation after last commit
Justin Ruggles
2009-03-04
1
-22
/
+22
*
flacdec: Check for an inline header before calling metadata_parse().
Justin Ruggles
2009-03-04
1
-5
/
+8
*
flacdec: Allocate buffers right after STREAMINFO is parsed.
Justin Ruggles
2009-03-04
1
-2
/
+1
*
cosmetics: indentation after last commit
Justin Ruggles
2009-03-03
1
-2
/
+2
*
flacdec: Avoid parsing the STREAMINFO multiple times.
Justin Ruggles
2009-03-03
1
-4
/
+7
*
flacdec: Warn about invalid max blocksize and limit the minimum value.
Justin Ruggles
2009-03-03
1
-0
/
+5
*
cosmetics: remove a pointless comment
Justin Ruggles
2009-03-03
1
-1
/
+0
*
flacdec: Remove unused variable, min_blocksize.
Justin Ruggles
2009-03-03
1
-3
/
+2
*
flacdec: Return error when blocksize code of 0 is found. It is a
Justin Ruggles
2009-03-03
1
-3
/
+4
*
flacdec: Avoid trying to read 33 bits. This occurs when the source
Justin Ruggles
2009-03-03
1
-0
/
+5
*
flacdec: ALT_BITSTREAM_READER is no longer required.
Justin Ruggles
2009-03-03
1
-1
/
+0
*
flacdec: use get_sbits_long() where needed.
Justin Ruggles
2009-03-03
1
-5
/
+5
*
flacdec: Use get/skip_bits_long() for more than 17-bits and
Justin Ruggles
2009-03-02
1
-4
/
+4
*
cosmetics: line wrap and indentation after last commit.
Justin Ruggles
2009-02-26
1
-4
/
+3
*
Use a shared function to validate FLAC extradata.
Justin Ruggles
2009-02-26
1
-9
/
+38
*
flacdec: Silence false positive warning about uninitialized variables in
Patrik Kullman
2009-02-16
1
-1
/
+1
*
flacdec: set default sample_fmt before parsing extradata
Justin Ruggles
2009-02-02
1
-1
/
+2
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: change comment type and vertical alignment
Justin Ruggles
2009-01-31
1
-2
/
+2
*
cosmetics: add some documentation to FLACContext
Justin Ruggles
2009-01-31
1
-6
/
+6
*
flacdec: add support for SAMPLE_FMT_32
Justin Ruggles
2009-01-31
1
-6
/
+33
*
flacdec: get total number of samples from STREAMINFO
Justin Ruggles
2009-01-25
1
-1
/
+2
*
move FLAC_STREAMINFO_SIZE to flac.h
Justin Ruggles
2009-01-25
1
-1
/
+0
*
define FLAC metadata types in flac.h
Justin Ruggles
2009-01-25
1
-3
/
+1
*
flacdec: cosmetics: some line wrapping at 80 chars
Justin Ruggles
2009-01-24
1
-15
/
+31
*
flacdec: cosmetics: indentation
Justin Ruggles
2009-01-24
1
-18
/
+18
*
flacdec: cosmetics: use consistent coding style (K&R)
Justin Ruggles
2009-01-24
1
-137
/
+106
*
cosmetics: indentation
Justin Ruggles
2009-01-24
1
-14
/
+14
[prev]
[next]