| February 7, 2011 | ||
|---|---|---|
View 7ffe76e
Merge libavcore into libavutilReinhard Tartler authored on 2011/02/07 22:37:08 |
||
| February 3, 2011 | ||
|---|---|---|
View fbdcdae
Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov authored on 2011/02/03 22:26:09 |
||
| January 26, 2011 | ||
|---|---|---|
View e7e2df2
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò authored on 2011/01/26 06:40:11 |
||
| November 12, 2010 | ||
|---|---|---|
View 5d6e4c1
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum SampleFormat with AVSampleFormat.Stefano Sabatini authored on 2010/11/12 20:04:40 |
||
| June 30, 2010 | ||
|---|---|---|
View df92772
apedec: add flush functionMåns Rullgård authored on 2010/06/30 18:33:59 |
||
| April 20, 2010 | ||
|---|---|---|
View ba87f08
Remove explicit filename from Doxygen @file commands.Diego Biurrun authored on 2010/04/20 23:45:34 |
||
| March 31, 2010 | ||
|---|---|---|
View 72415b2
Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.Stefano Sabatini authored on 2010/03/31 08:30:55 |
||
| February 20, 2010 | ||
|---|---|---|
View 4689ac4
16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov authored on 2010/02/20 07:23:55 |
||
| December 6, 2009 | ||
|---|---|---|
View b1159ad
refactor and optimize scalarproduct 29-105% faster apply_filter, 6-90% faster ape decoding on core2 (Any x86 other than core2 probably gets much less, since this is mostly due to ssse3 cachesplit avoidance and I haven't written the full gamut of other cachesplit modes.) 9-123% faster ape decoding on G4.Loren Merritt authored on 2009/12/06 00:09:10 |
||
| December 5, 2009 | ||
|---|---|---|
View d09f65c
1-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt authored on 2009/12/05 00:12:09 |
||
| December 4, 2009 | ||
|---|---|---|
View 1e68cef
100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov authored on 2009/12/04 17:18:13 |
||
View 2ae87a6
avoid an unpredictable branch 20% faster predictor_update_filter, .4-4% faster ape decoding on core2Loren Merritt authored on 2009/12/04 02:48:54 |
||
View 36373cd
inline to allow constant propagation 50% faster predictor_update_filter, 1-10% faster ape decoding on core2Loren Merritt authored on 2009/12/04 02:44:08 |
||
| November 20, 2009 | ||
|---|---|---|
View 76267e4
Implement missing case for decoding samples with large pivot value in APE decoder. This fixes issue 1555Kostya Shishkov authored on 2009/11/20 16:49:53 |
||
| September 17, 2009 | ||
|---|---|---|
View 6f24cc0
Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov authored on 2009/09/17 01:18:18 |
||