| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3: set default matrix encoding modes in parse_frame_header. | Tim Walker | 2014-01-19 | 2 | -9/+2 |
* | h264: check that an IDR NAL only contains I slices | Anton Khirnov | 2014-01-18 | 1 | -0/+6 |
* | h264: reset num_reorder_frames if it is invalid | Anton Khirnov | 2014-01-18 | 1 | -1/+3 |
* | h264: reset ref count if decoding the slice header fails | Anton Khirnov | 2014-01-18 | 1 | -2/+3 |
* | h264: prevent two matching fields from being both a short/long ref combination | Anton Khirnov | 2014-01-18 | 1 | -0/+2 |
* | h264: do not call field_end if we do not have a current picture | Anton Khirnov | 2014-01-18 | 1 | -1/+1 |
* | h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 | Anton Khirnov | 2014-01-18 | 1 | -3/+3 |
* | h264: reset first_field if frame_start() fails for missing refs | Anton Khirnov | 2014-01-18 | 1 | -1/+4 |
* | x86: dsputil: Simplify xvmc deprecation conditional | Diego Biurrun | 2014-01-15 | 1 | -8/+8 |
* | build: Add separate hidden config option for the intrax8 code | Diego Biurrun | 2014-01-15 | 1 | -4/+3 |
* | aarch64: port neon clobber test from arm | Janne Grunau | 2014-01-15 | 2 | -0/+80 |
* | aarch64: h264 (bi)weight NEON optimizations | Janne Grunau | 2014-01-15 | 2 | -0/+264 |
* | aarch64: h264 loop filter NEON optimizations | Janne Grunau | 2014-01-15 | 4 | -1/+299 |
* | aarch64: hpeldsp NEON optimizations | Janne Grunau | 2014-01-15 | 6 | -5/+531 |
* | aarch64: h264 qpel NEON optimizations | Janne Grunau | 2014-01-15 | 6 | -0/+1175 |
* | aarch64: h264 idct NEON assembler optimizations | Janne Grunau | 2014-01-15 | 6 | -0/+536 |
* | aarch64: h264 chroma motion compensation NEON optimizations | Janne Grunau | 2014-01-15 | 11 | -0/+570 |
* | dct-test: test ff_simple_idct_neon only on ARM for now | Janne Grunau | 2014-01-15 | 1 | -1/+1 |
* | cabac: remove leftovers from the cabac encoder | Janne Grunau | 2014-01-14 | 2 | -16/+0 |
* | x86: Consistently use cpu flag detection macros in places that still miss it | Diego Biurrun | 2014-01-14 | 1 | -1/+1 |
* | arm: Use full filenames as multiple inclusion guards | Diego Biurrun | 2014-01-14 | 3 | -9/+9 |
* | vc1: Enable the interlaced B-frame codepath. | Tim Walker | 2014-01-13 | 1 | -1/+0 |
* | vc1: Add avg_no_rnd_vc1_chroma_mc4_c() | Michael Niedermayer | 2014-01-13 | 1 | -0/+23 |
* | vc1: Factorize out chroma MC | Luca Barbato | 2014-01-13 | 1 | -48/+23 |
* | vc1dsp: K&R formatting cosmetics | Luca Barbato | 2014-01-12 | 1 | -321/+403 |
* | arm: Add an option for making sure NEON registers aren't clobbered | Martin Storsjö | 2014-01-11 | 2 | -0/+80 |
* | ATRAC3+ decoder | Maxim Polijakowski | 2014-01-09 | 8 | -1/+5003 |
* | x86: hpeldsp: Add missing av_cold attribute to init function | Diego Biurrun | 2014-01-09 | 1 | -1/+2 |
* | x86: avcodec: Add a bunch of missing #includes for av_cold | Diego Biurrun | 2014-01-09 | 6 | -0/+6 |
* | ac3tab.h: #include the correct headers | Diego Biurrun | 2014-01-09 | 1 | -1/+3 |
* | mjpegdec: apply flipping after decoding, not before | Anton Khirnov | 2014-01-09 | 2 | -15/+20 |
* | hevc: fix decoding of one PU wide files | Guillaume Martres | 2014-01-09 | 2 | -17/+22 |
* | vp9: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -2/+2 |
* | vp8: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -67/+29 |
* | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 10 | -114/+50 |
* | arm: Add a missing # as prefix for an immediate constant | Martin Storsjö | 2014-01-07 | 1 | -1/+1 |
* | arm: Allow overriding the alignment set in the function macro | Martin Storsjö | 2014-01-07 | 2 | -18/+9 |
* | arm: Remove a leftover define for the pld instruction | Martin Storsjö | 2014-01-07 | 1 | -4/+0 |
* | arm: cosmetics: Reindent the h264dsp neon init function | Martin Storsjö | 2014-01-07 | 1 | -19/+19 |
* | Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT | Diego Biurrun | 2014-01-06 | 13 | -24/+24 |
* | libopusenc: Change default frame duration to 20 ms | Paul B Mahol | 2014-01-06 | 1 | -1/+1 |
* | pthread_frame: unref decoded frames on failure | Anton Khirnov | 2014-01-06 | 1 | -0/+7 |
* | h264: do not use 422 functions for monochrome | Anton Khirnov | 2014-01-06 | 6 | -30/+30 |
* | h264: check that execute_decode_slices() is not called too many times | Anton Khirnov | 2014-01-06 | 1 | -0/+6 |
* | h264: reject mismatching luma/chroma bit depths during sps parsing | Anton Khirnov | 2014-01-06 | 2 | -6/+5 |
* | h264: rebuild the default ref list if the reference count changes | Anton Khirnov | 2014-01-06 | 1 | -11/+23 |
* | cavsdec: check ff_get_buffer() return value | Anton Khirnov | 2014-01-06 | 1 | -2/+5 |
* | lavc: do not leak the internal frame if opening the codec fails | Anton Khirnov | 2014-01-06 | 1 | -1/+3 |
* | lavc: add 422/444 YUV with alpha to align_dimensions() | Anton Khirnov | 2014-01-06 | 1 | -0/+4 |
* | lagarith: do not call simd functions on unaligned lines | Kostya Shishkov | 2014-01-06 | 1 | -6/+19 |