| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Support executable only ldflags | Luca Barbato | 2014-07-21 | 4 | -3/+15 |
* | configure: Do not add extralibs to avresample .pc file | Luca Barbato | 2014-07-21 | 1 | -1/+1 |
* | mpegts: do not export empty language tags | Jan Gerber | 2014-07-21 | 1 | -1/+1 |
* | fate: Split audio- and video-related RealMedia targets | Katerina Barone-Adesi | 2014-07-21 | 1 | -6/+12 |
* | build: Conditionally compile all avcodec test programs | Diego Biurrun | 2014-07-21 | 1 | -5/+3 |
* | build: Conditionally build and run DCT test program | Diego Biurrun | 2014-07-21 | 3 | -4/+7 |
* | build: Conditionally build and test iirfilter | Diego Biurrun | 2014-07-21 | 3 | -5/+7 |
* | mjpeg: return proper error code | Nidhi Makhijani | 2014-07-21 | 1 | -1/+1 |
* | dct-test: Move arch-specific bits into arch-specific subdirectories | Diego Biurrun | 2014-07-21 | 4 | -74/+185 |
* | Revert "tiff: support reading gray+alpha at 8 bits" | Janne Grunau | 2014-07-21 | 1 | -3/+0 |
* | fate: add h264-direct-bff test | Vittorio Giovara | 2014-07-20 | 2 | -0/+14 |
* | h264: Fix direct temporal mvs for bottom-field-first poc order | Ronald S. Bultje | 2014-07-20 | 1 | -1/+2 |
* | tiff: support reading gray+alpha at 8 bits | Carl Eugen Hoyos | 2014-07-20 | 1 | -0/+3 |
* | idct: Move arm-specific declarations to a header in the arm directory | Diego Biurrun | 2014-07-20 | 6 | -22/+45 |
* | mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong | Nidhi Makhijani | 2014-07-20 | 2 | -7/+7 |
* | fdct: Move ppc-specific declarations to a header in the ppc directory | Diego Biurrun | 2014-07-19 | 3 | -7/+5 |
* | simple_idct: Move x86-specific declarations to a header in the x86 directory | Diego Biurrun | 2014-07-19 | 5 | -6/+32 |
* | fdct: Move x86-specific declarations to a header in the x86 directory | Diego Biurrun | 2014-07-19 | 6 | -6/+32 |
* | oss_audio: Split muxer and demuxer | Nidhi Makhijani | 2014-07-18 | 5 | -202/+312 |
* | dct-test: Reuse enum idct_permutation_type instead of duplicating it | Diego Biurrun | 2014-07-18 | 1 | -32/+39 |
* | dct-test: Skip indirection for MMX IDCT permutation | Diego Biurrun | 2014-07-18 | 1 | -14/+1 |
* | x86: dnxhdenc: Eliminate some unnecessary ifdefs | Diego Biurrun | 2014-07-18 | 1 | -2/+0 |
* | libgsm: Split decoder and encoder | Nidhi Makhijani | 2014-07-18 | 3 | -116/+158 |
* | idctdsp: prettyprinting cosmetics | Diego Biurrun | 2014-07-18 | 7 | -50/+50 |
* | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 19 | -46/+49 |
* | avdevice: Give names to anonymously typedeffed structs | Diego Biurrun | 2014-07-18 | 4 | -4/+4 |
* | fft: Convert FFT/MDCT permutation type #defines to enums | Diego Biurrun | 2014-07-18 | 1 | -7/+13 |
* | dct-test: Improve CPU flags struct member name | Diego Biurrun | 2014-07-18 | 1 | -2/+2 |
* | dct-test: Move cpu_flags variable out of global scope | Diego Biurrun | 2014-07-18 | 1 | -4/+1 |
* | arm: cosmetics: Consistently use lowercase for shift operators | Martin Storsjö | 2014-07-18 | 2 | -3/+3 |
* | arm: cosmetics: Fix a misaligned asm operand | Martin Storsjö | 2014-07-18 | 1 | -1/+1 |
* | armv6: Accelerate butterflies_float | Ben Avison | 2014-07-18 | 2 | -0/+120 |
* | armv6: Accelerate vector_fmul_window | Ben Avison | 2014-07-18 | 2 | -1/+210 |
* | armv6: Accelerate ff_fft_calc for general case (nbits != 4) | Ben Avison | 2014-07-18 | 2 | -17/+255 |
* | armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) | Ben Avison | 2014-07-18 | 1 | -2/+144 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 31 | -215/+184 |
* | configure: Assume runtime cpu detection on arm on --target-os=android as well | Martin Storsjö | 2014-07-17 | 1 | -1/+1 |
* | x86: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-17 | 4 | -526/+447 |
* | avpacket: Check for and return errors in ff_interleave_add_packet() | Nidhi Makhijani | 2014-07-17 | 3 | -10/+22 |
* | h264: K&R formatting cosmetics | Luca Barbato | 2014-07-17 | 3 | -364/+437 |
* | h264: Remove some commented-out, broken cruft | Diego Biurrun | 2014-07-16 | 1 | -1/+1 |
* | arm: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-16 | 4 | -91/+28 |
* | g2meet: allow size changes within original sizes | Vittorio Giovara | 2014-07-15 | 1 | -2/+7 |
* | fate: Use the correct, local path to samples for opus reference files | Martin Storsjö | 2014-07-14 | 1 | -1/+1 |
* | x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection | Diego Biurrun | 2014-07-13 | 4 | -888/+855 |
* | ppc: dsputil: Coalesce all init files | Diego Biurrun | 2014-07-13 | 4 | -74/+11 |
* | examples/output: Remove unused variable | Diego Biurrun | 2014-07-11 | 1 | -1/+0 |
* | dsputil: Drop unused bit_depth parameter from all init functions | Diego Biurrun | 2014-07-11 | 11 | -32/+18 |
* | mov: Clarify tkhd flag settings | Luca Barbato | 2014-07-11 | 1 | -3/+6 |
* | mov: Do not group tracks if more than one is enabled per type | Luca Barbato | 2014-07-11 | 2 | -5/+18 |