git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
avidec: avoid infinite loop due to negative ast->sample_size
[ffmpeg.git]
/
libavcodec
/
flac_parser.c
2015-04-20
Michael Niedermayer
Merge commit 'b18346817d57c96cc47811cf78b26653e96bd304'
blob
|
commitdiff
2015-04-20
Thomas Guillem
flac: fix realloc loop with invalid flac files
blob
|
commitdiff
|
diff to current
2015-01-17
Michael Niedermayer
avcodec/flac_parser: fix handling EOF if no headers...
blob
|
commitdiff
|
diff to current
2015-01-17
Michael Niedermayer
avcodec/flac_parser: print error messages in case of...
blob
|
commitdiff
|
diff to current
2015-01-15
Michael Niedermayer
avcodec/flac_parser: Check for av_malloc() failure
blob
|
commitdiff
|
diff to current
2015-01-15
Michael Niedermayer
avcodec/flac_parser: Use sizeof(variable) instead of...
blob
|
commitdiff
|
diff to current
2014-10-14
Michael Niedermayer
avcodec/flac_parser: use av_freep(), do not leave stale...
blob
|
commitdiff
|
diff to current
2014-07-31
Michael Niedermayer
avcodec/flac_parser: remove duplicate assignent
blob
|
commitdiff
|
diff to current
2014-05-19
Lukasz Marek
lavc/flac_parser: use av_fifo_alloc_array
blob
|
commitdiff
|
diff to current
2014-05-07
Lukasz Marek
lavc: use av_fifo_freep
blob
|
commitdiff
|
diff to current
2014-04-24
Carl Eugen Hoyos
Use correct msvc type specifiers for ptrdiff_t and...
blob
|
commitdiff
|
diff to current
2014-04-14
Rainer Hochecker
flac demuxer: improve seeking
blob
|
commitdiff
|
diff to current
2013-10-06
Michael Niedermayer
avcodec/flac_parser: export sample_rate also when PARSE...
blob
|
commitdiff
|
diff to current
2013-06-30
Paul B Mahol
flac_parser: check return value of av_fifo_alloc()
blob
|
commitdiff
|
diff to current
2013-06-28
Michael Chinen
flac_parser.c: fix case when final frame is a false...
blob
|
commitdiff
|
diff to current
2013-05-05
Michael Niedermayer
Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'
blob
|
commitdiff
|
diff to current
2013-05-04
Diego Biurrun
avcodec: Add av_cold attributes to init functions missi...
blob
|
commitdiff
|
diff to current
2013-05-04
Michael Niedermayer
Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'
blob
|
commitdiff
|
diff to current
2013-05-03
Diego Biurrun
silly typo fixes
blob
|
commitdiff
|
diff to current
2013-02-07
Tim Walker
flac: don't check the number of channels before setting...
blob
|
commitdiff
|
diff to current
2013-02-06
Tim Walker
flac: don't check the number of channels before setting...
blob
|
commitdiff
|
diff to current
2012-12-22
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-12-22
Justin Ruggles
flac: only set channel layout if not previously set...
blob
|
commitdiff
|
diff to current
2012-11-02
Michael Niedermayer
Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'
blob
|
commitdiff
|
diff to current
2012-11-01
Justin Ruggles
flacdec: allow mid-stream channel layout change
blob
|
commitdiff
|
diff to current
2012-10-14
Michael Chinen
flac_parser.c: fix issue with looping output for small...
blob
|
commitdiff
|
diff to current
2012-09-22
Michael Niedermayer
flac_parser: fix fifo ptr wrap check
blob
|
commitdiff
|
diff to current
2012-08-07
Michael Niedermayer
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-05-13
Michael Niedermayer
flac_parser: speedup fifo realloc
blob
|
commitdiff
|
diff to current
2012-03-29
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-03-28
Diego Biurrun
Replace memset(0) by zero initializations.
blob
|
commitdiff
|
diff to current
2012-02-21
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-02-20
Justin Ruggles
flac parser: set duration instead of frame_size
blob
|
commitdiff
|
diff to current
2011-11-03
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-11-02
Anton Khirnov
lavc: use designated initialisers for parsers.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-01-28
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2010-12-30
Justin Ruggles
Use %td instead of %PRIdPTR. The argument has type...
blob
|
commitdiff
|
diff to current
2010-12-30
Justin Ruggles
Use %"PRIdPTR" instead of %d to silence gcc warning...
blob
|
commitdiff
|
diff to current
2010-12-30
Michael Chinen
flac_parser: loop append buffer when the default size...
blob
|
commitdiff
|
diff to current
2010-12-12
Justin Ruggles
cosmetics: vertical alignment after last commit
blob
|
commitdiff
|
diff to current
2010-12-12
Michael Chinen
flac_parser: only buffer the estimated amount of input...
blob
|
commitdiff
|
diff to current
2010-12-12
Michael Chinen
Make FLAC parser return frames when it has the required...
blob
|
commitdiff
|
diff to current
2010-12-07
Michael Chinen
Add a FLAC parser.
blob
|
commitdiff
|
diff to current