Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cavs: Move inline functions only used in one file out of the header | Diego Biurrun | 2012-08-26 | 3 | -48/+48 |
| | |||||
* | cavs: Move data tables used in only one place to that file | Diego Biurrun | 2012-08-26 | 4 | -479/+467 |
| | |||||
* | fate: Add a single symbol Ut Video decoder test | Jan Ekström | 2012-08-26 | 2 | -0/+5 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 4 | -4/+131 |
| | | | | | 13% faster on penryn, 16% on sandybridge, 15% on bulldozer Not simd; a compiler should have generated this, but gcc didn't. | ||||
* | vf_hqdn3d: support 16bit colordepth | Loren Merritt | 2012-08-26 | 1 | -24/+46 |
| | |||||
* | avconv: prefer user-forced input framerate when choosing output framerate | Anton Khirnov | 2012-08-26 | 1 | -1/+5 |
| | |||||
* | x86: fft: remove unused fft_dispatch* functions | Mans Rullgard | 2012-08-25 | 1 | -8/+0 |
| | | | | | | These functions are not used since the yasm conversion. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | avconv: remove unused variable opt_shortest | Mans Rullgard | 2012-08-25 | 1 | -1/+0 |
| | | | | | | This was replaced with a per-file value in 3c0df90. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | FATE: Add Canopus Lossless tests | Derek Buitenhuis | 2012-08-25 | 3 | -0/+29 |
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | cllc: Pad swapped buffer | Derek Buitenhuis | 2012-08-24 | 1 | -1/+6 |
| | | | | | | | | | | The bitstream buffer must be padded, or the bitstream reader might read over the end. Fixes the following valgrind warning: Use of uninitialised value of size 8 at 0x591BAE: cllc_decode_frame (cllc.c:166) Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | utvideodec: Fix single symbol mode decoding | Jan Ekström | 2012-08-24 | 1 | -7/+4 |
| | | | | | | | | Put the zero length check in place of code that was never used during decoding, as zero-length slices were generally refused in decode_frame(). Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com> | ||||
* | truespeech: drop useless casts | Mans Rullgard | 2012-08-24 | 1 | -3/+3 |
| | | | | | | These values already have the correct types. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | libavcodec: drop bogus dependencies from mpc[78] and qdm2 | Mans Rullgard | 2012-08-24 | 1 | -9/+3 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | mpegaudio: move ff_mpa_enwindow to a separate file | Mans Rullgard | 2012-08-24 | 7 | -41/+61 |
| | | | | | | | This table is used only by mpegaudiodsp and mpegaudioenc. Separating it allows dropping some dependencies from mpc[78] and qdm2. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 4 | -11/+12 |
| | | | | | Double does not have enough precision to represent all int64 numbers exactly. | ||||
* | cmdutils: fix a memleak when specifying an option twice. | Anton Khirnov | 2012-08-24 | 1 | -0/+1 |
| | |||||
* | x86: mpegvideo: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 4 | -5/+5 |
| | |||||
* | x86: mpegvideoenc: Split optimizations off into a separate file | Diego Biurrun | 2012-08-24 | 6 | -63/+101 |
| | |||||
* | dnxhdenc: x86: more sensible names for optimization file and init function | Diego Biurrun | 2012-08-24 | 4 | -6/+5 |
| | |||||
* | svq1/svq3: Move common code out of SVQ1 decoder-specific file | Diego Biurrun | 2012-08-24 | 3 | -49/+71 |
| | |||||
* | dirac: add Comments and references to the standard | Jordi Ortiz | 2012-08-24 | 1 | -19/+61 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | lavr: x86: optimized 6-channel flt to fltp conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+72 |
| | |||||
* | lavr: x86: optimized 2-channel flt to fltp conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+41 |
| | |||||
* | lavr: x86: optimized 6-channel flt to s16p conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+87 |
| | |||||
* | lavr: x86: optimized 2-channel flt to s16p conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+55 |
| | |||||
* | lavr: x86: optimized 6-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 3 | -0/+110 |
| | |||||
* | lavr: x86: optimized 2-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+48 |
| | |||||
* | lavr: x86: optimized 6-channel s16 to s16p conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+74 |
| | |||||
* | lavr: x86: optimized 2-channel s16 to s16p conversion | Justin Ruggles | 2012-08-23 | 3 | -0/+71 |
| | |||||
* | lavr: x86: optimized 2-channel fltp to flt conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+44 |
| | |||||
* | lavr: x86: optimized 6-channel fltp to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+129 |
| | |||||
* | lavr: x86: optimized 2-channel fltp to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+52 |
| | |||||
* | lavr: x86: optimized 6-channel s16p to flt conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+121 |
| | |||||
* | lavr: x86: optimized 2-channel s16p to flt conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+58 |
| | |||||
* | lavr: x86: optimized 6-channel s16p to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+137 |
| | |||||
* | lavr: x86: optimized 2-channel s16p to s16 conversion | Justin Ruggles | 2012-08-23 | 2 | -0/+50 |
| | |||||
* | doc/APIchanges: add an entry for codec descriptors. | Anton Khirnov | 2012-08-23 | 1 | -6/+16 |
| | | | | Also fill in missing dates and hashes. | ||||
* | vorbisenc: set AVCodecContext.bit_rate to 0 | Justin Ruggles | 2012-08-22 | 1 | -0/+1 |
| | | | | The Vorbis encoder is always VBR. | ||||
* | vorbisenc: fix quality parameter | Justin Ruggles | 2012-08-22 | 1 | -2/+2 |
| | | | | | This generates output with bitrates similar to libvorbis for a given quality value. | ||||
* | FATE: add ALAC encoding tests | Justin Ruggles | 2012-08-22 | 2 | -0/+16 |
| | |||||
* | lpc: fix alignment of windowed samples for odd maximum LPC order | Justin Ruggles | 2012-08-22 | 2 | -8/+8 |
| | | | | | Fixes crash on x86 due to alignment requirements for w_data in lpc_apply_welch_window_sse2(). | ||||
* | alacenc: use s16p sample format as input | Justin Ruggles | 2012-08-22 | 1 | -13/+12 |
| | |||||
* | alacenc: remove unneeded sample_fmt check | Justin Ruggles | 2012-08-22 | 1 | -5/+0 |
| | |||||
* | alacenc: fix max_frame_size calculation for the final frame | Justin Ruggles | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | adpcm_swf: Use correct sample offsets when using trellis. | Justin Ruggles | 2012-08-22 | 1 | -3/+4 |
| | | | | Fixes invalid reads when encoding mono streams when trellis is used. | ||||
* | rtmp: support strict rtmp servers | Samuel Pitoiset | 2012-08-22 | 1 | -4/+7 |
| | | | | | | | | In order to send or receive a stream FCPublish, FCSubscribe and _checkbw are completely optional and often not implemented. releaseStream over a non-existen stream might report an error instead of being silent. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | mjpegdec: support AVRn interlaced | Michael Niedermayer | 2012-08-22 | 1 | -3/+20 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | x86: remove FASTDIV inline asm | Mans Rullgard | 2012-08-22 | 2 | -39/+0 |
| | | | | | | | | | | | | | | | | | | | GCC 4.3 and later do the right thing with the plain C code. Earlier versions in 32-bit mode generate one extra instruction, needlessly zeroing what would be the high half of the shifted value. At least two gcc configurations miscompile the inline asm in some situations. In 64-bit mode, all gcc versions generate imul r64, r64 followed by shr. On Intel i7 and later, this imul is faster 32-bit mul. On older Intel and all AMD, it is slightly slower. On Atom it is much slower. Considering where the FASTDIV macro is used, any overall negative performance impact of this change should be negligible. If anyone cares, they should file a bug against gcc and get the instruction selection fixed. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | build: x86: Only compile mpegvideo optimizations when necessary | Diego Biurrun | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | configure: Drop fastdiv option | Diego Biurrun | 2012-08-22 | 2 | -8/+1 |
| | | | | | | There is no point in having the user disable any fastdiv macros. Besides the condition implementation was broken and only disabled the C implementation, but no platform specific assembly versions. |