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
/
flacenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/flacdsp: add SSE2 and AVX decorrelate functions
James Almer
2014-11-13
1
-1
/
+1
*
lavc/flacenc: partially unroll loop in flac_enc_lpc_16
James Darnley
2014-08-13
1
-1
/
+1
*
lavc/flacenc: add sse4 version of the 16-bit lpc encoder
James Darnley
2014-08-13
1
-1
/
+1
*
Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'
Michael Niedermayer
2014-06-23
1
-5
/
+5
|
\
|
*
dsputil: Split bswap*_buf() off into a separate context
Diego Biurrun
2014-06-22
1
-5
/
+5
*
|
Merge commit 'ed39cda02923316b6710c1bcc34d3445370be5b4'
Michael Niedermayer
2014-06-01
1
-0
/
+20
|
\
\
|
|
/
|
*
flacenc: send final extradata in packet side data
Anton Khirnov
2014-06-01
1
-0
/
+20
*
|
avcodec/flacenc: Use av_malloc_array()
Michael Niedermayer
2014-04-30
1
-1
/
+1
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
|
Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'
Michael Niedermayer
2013-05-04
1
-1
/
+1
|
\
\
|
|
/
|
*
silly typo fixes
Diego Biurrun
2013-05-03
1
-1
/
+1
*
|
Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'
Michael Niedermayer
2013-03-12
1
-9
/
+0
|
\
\
|
|
/
|
*
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
Anton Khirnov
2013-03-09
1
-9
/
+0
*
|
normalize calls to ff_alloc_packet2
James Zern
2013-03-06
1
-1
/
+1
*
|
flacenc: include correct header
Paul B Mahol
2013-01-23
1
-1
/
+1
*
|
lavc/flacenc: improve error return.
Nicolas George
2012-12-31
1
-10
/
+14
*
|
Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'
Michael Niedermayer
2012-12-07
1
-1
/
+1
|
\
\
|
|
/
|
*
flac: change minimum and default of lpc_passes option to 1
Janne Grunau
2012-12-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-11-09
1
-3
/
+5
|
\
\
|
|
/
|
*
flacenc: ensure the order is within the min/max range in LPC order search
Justin Ruggles
2012-11-08
1
-3
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-11-05
1
-147
/
+108
|
\
\
|
|
/
|
*
flacenc: use RICE2 entropy coding mode for 24-bit
Justin Ruggles
2012-11-05
1
-16
/
+39
|
*
flacenc: add 24-bit encoding
Justin Ruggles
2012-11-05
1
-25
/
+63
|
*
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
Justin Ruggles
2012-11-05
1
-108
/
+8
*
|
Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'
Michael Niedermayer
2012-11-05
1
-36
/
+98
|
\
\
|
|
/
|
*
flacenc: use uint64_t for bit counts
Justin Ruggles
2012-11-05
1
-25
/
+33
|
*
flacenc: remove wasted trailing 0 bits
Justin Ruggles
2012-11-05
1
-2
/
+37
|
*
flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian
Justin Ruggles
2012-11-05
1
-9
/
+28
*
|
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-11
1
-1
/
+1
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-7
/
+7
|
\
\
|
|
/
|
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-7
/
+7
*
|
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
Michael Niedermayer
2012-09-05
1
-15
/
+15
|
\
\
|
|
/
|
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-15
/
+15
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
flacenc: switch to av_assert
Michael Niedermayer
2012-08-02
1
-4
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-04
1
-11
/
+14
|
\
\
|
|
/
|
*
flac: make FLAC_CHMODE_* constants consecutive
Mans Rullgard
2012-07-04
1
-10
/
+3
|
*
flacenc: add option for forcing stereo decorrelation mode
Mans Rullgard
2012-07-04
1
-1
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-07
1
-4
/
+5
|
\
\
|
|
/
|
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-4
/
+5
*
|
cosmetics: remove superfluous curly brackets
Paul B Mahol
2012-03-23
1
-2
/
+1
*
|
flacenc: switch to ff_alloc_packet2()
Michael Niedermayer
2012-03-22
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-22
1
-21
/
+31
|
\
\
|
|
/
|
*
flacenc: use AVCodec.encode2()
Justin Ruggles
2012-03-20
1
-21
/
+31
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-07
1
-1
/
+1
|
\
\
|
|
/
|
*
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-02-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-28
1
-68
/
+0
|
\
\
|
|
/
[next]