| Commit message (Expand) | Author | Age | Files | Lines |
* | Make FRAPS decoder use PC range instead of TV range | Jason Garrett-Glaser | 2010-10-02 | 1 | -2/+2 |
* | 10l fix h263 encoder resolution test, array size is 8 not 7 | Baptiste Coudurier | 2010-10-02 | 1 | -1/+1 |
* | Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF | Tomas Härdin | 2010-10-01 | 3 | -3/+29 |
* | add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag | Aurelien Jacobs | 2010-09-30 | 2 | -2/+5 |
* | add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API | Aurelien Jacobs | 2010-09-30 | 3 | -2/+5 |
* | add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field | Aurelien Jacobs | 2010-09-30 | 3 | -3/+6 |
* | add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API | Aurelien Jacobs | 2010-09-30 | 2 | -2/+5 |
* | add FF_API_VIDEO_OLD define to disable the deprecated decode_video API | Aurelien Jacobs | 2010-09-30 | 2 | -2/+5 |
* | add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API | Aurelien Jacobs | 2010-09-30 | 3 | -4/+7 |
* | Fix a yuv420p sample that was incorrectly detected as yuv411p | Niobos | 2010-09-30 | 1 | -1/+1 |
* | Move static inline function to a macro, so that constant propagation in | Ronald S. Bultje | 2010-09-29 | 1 | -117/+113 |
* | rawdec: Properly pass reordered_opaque through the decoder | Alexander Strange | 2010-09-29 | 1 | -0/+1 |
* | Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speed | Eli Friedman | 2010-09-29 | 1 | -0/+1 |
* | Allow setting the impulse block bias for libvorbis through a private codec pa... | Michael Niedermayer | 2010-09-29 | 1 | -0/+15 |
* | Move allocation and init to defaults of the private codec contexts to avcodec... | Michael Niedermayer | 2010-09-29 | 3 | -0/+44 |
* | Merge b_idx and edge variables, and optimize the ASM to directly load variables | Ronald S. Bultje | 2010-09-29 | 1 | -46/+54 |
* | Remove mv_mask variable. Replace the related pand -1/0 instructions by either | Ronald S. Bultje | 2010-09-29 | 1 | -6/+7 |
* | Remove d_idx as a variable, and instead load it as a constant in the asm. | Ronald S. Bultje | 2010-09-29 | 1 | -32/+38 |
* | Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid | Ronald S. Bultje | 2010-09-29 | 1 | -5/+19 |
* | Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allows | Ronald S. Bultje | 2010-09-29 | 1 | -25/+29 |
* | Add AVClass for the private context, this will be used for codec specific opt... | Michael Niedermayer | 2010-09-29 | 1 | -0/+1 |
* | Try to fix crashes introduced by r25218 | Jason Garrett-Glaser | 2010-09-28 | 1 | -5/+10 |
* | Fix index_entries pos: | Michael Chinen | 2010-09-27 | 2 | -0/+8 |
* | In dv decoder, set sample aspect aspect ratio, fix issue #1612 | Baptiste Coudurier | 2010-09-27 | 1 | -0/+10 |
* | In dv decoder, use the expected aspect ratio logic, like other decoders do, | Baptiste Coudurier | 2010-09-27 | 1 | -6/+6 |
* | Fix several security issues in flicvideo.c | Michael Niedermayer | 2010-09-27 | 1 | -8/+13 |
* | Improve error concealment of lost frames | Jason Garrett-Glaser | 2010-09-27 | 1 | -0/+12 |
* | Bump version and update APIchanges after r25210. | Stefano Sabatini | 2010-09-27 | 1 | -1/+1 |
* | Bump minor version for the addition of the G.722 encoder | Martin Storsjö | 2010-09-26 | 1 | -2/+2 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 6 | -596/+41 |
* | Make WMV3 decoder attempt to decode WMVP as well | Kostya Shishkov | 2010-09-26 | 3 | -4/+25 |
* | RES_SM in WMV3 is really two flags, so split it in decoder | Kostya Shishkov | 2010-09-26 | 2 | -4/+10 |
* | Add d suffix to movd target register to make it work with nasm. | Reimar Döffinger | 2010-09-26 | 1 | -2/+2 |
* | Split and then simplify address generation macro. | Reimar Döffinger | 2010-09-26 | 1 | -20/+22 |
* | Fix rv20 encoding so the binary decoder can decode it. | Michael Niedermayer | 2010-09-26 | 2 | -2/+2 |
* | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the | Stefano Sabatini | 2010-09-25 | 4 | -4/+4 |
* | Support deinterlacing of YUVJ422P in old deinterlacer. | Maksym Veremeyenko | 2010-09-25 | 1 | -0/+2 |
* | rawdec: ensure that there is always a valid palette for formats that | Reimar Döffinger | 2010-09-25 | 1 | -1/+6 |
* | vorbisenc: remove VLAs | Måns Rullgård | 2010-09-24 | 1 | -6/+17 |
* | Remove unused variable. | Ronald S. Bultje | 2010-09-24 | 1 | -1/+0 |
* | Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this | Ronald S. Bultje | 2010-09-24 | 1 | -28/+28 |
* | Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the | Ronald S. Bultje | 2010-09-24 | 1 | -29/+20 |
* | Deprecate av_opt_show() in favor of a new function av_opt_show2(), | Stefano Sabatini | 2010-09-24 | 3 | -7/+37 |
* | Add a G.722 encoder | Martin Storsjö | 2010-09-23 | 3 | -2/+84 |
* | rawdec: only allocate a full-frame size buffer if it actually will | Reimar Döffinger | 2010-09-23 | 1 | -9/+11 |
* | The debug text output of macroblocks can indicate MB_TYPE_INTERLACED, | Ivan Kalvachev | 2010-09-21 | 1 | -1/+1 |
* | x86: disable SSE functions using stack when stack is not aligned | Måns Rullgård | 2010-09-21 | 2 | -2/+4 |
* | ARM: disable movw/movt for relocated values on Apple platforms | Måns Rullgård | 2010-09-20 | 1 | -1/+1 |
* | Support deinterlacing of YUVJ420P. | Benjamin Larsson | 2010-09-20 | 1 | -0/+2 |
* | x86: remove hack disabling sse2 h264 loop filter with 32-bit icc | Måns Rullgård | 2010-09-18 | 1 | -2/+1 |