| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3dec: fix non-optimal dithering of zero bit mantissas | Mathias Rauen | 2013-01-20 | 1 | -1/+2 |
* | ppc: vorbisdsp: Drop some unnecessary #includes | Diego Biurrun | 2013-01-20 | 1 | -2/+0 |
* | ppc: Include string.h for memset | Martin Storsjö | 2013-01-20 | 1 | -0/+2 |
* | videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL | Janne Grunau | 2013-01-20 | 1 | -2/+0 |
* | dsputil: drop non-compliant "fast" qpel mc functions | Mans Rullgard | 2013-01-20 | 6 | -144/+3 |
* | get_bits: change the failure condition in init_get_bits | Luca Barbato | 2013-01-20 | 1 | -1/+1 |
* | Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. | Ronald S. Bultje | 2013-01-19 | 5 | -11/+6 |
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 17 | -167/+358 |
* | vp3: integrate clear_blocks with idct of previous block. | Ronald S. Bultje | 2013-01-19 | 7 | -20/+45 |
* | mpegvideo: fix loop condition in draw_line() | Xi Wang | 2013-01-19 | 1 | -1/+1 |
* | dvdsubdec: parse the size from the extradata | Clément Bœsch | 2013-01-19 | 1 | -0/+6 |
* | x86: dsputil: Drop some unused macro definitions | Diego Biurrun | 2013-01-18 | 1 | -4/+0 |
* | h264: avoid pointless copying of ref lists | Anton Khirnov | 2013-01-18 | 2 | -3/+2 |
* | rv30: fix masking in rv30_loop_filter() | Xi Wang | 2013-01-17 | 1 | -2/+2 |
* | lavc: support ZenoXVID custom tag | Luca Barbato | 2013-01-17 | 1 | -1/+1 |
* | theora: Skip zero-sized headers | Martin Storsjö | 2013-01-17 | 1 | -0/+2 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 14 | -225/+45 |
* | h264: add 3 pixels below for subpixel filter wait position | Ronald S. Bultje | 2013-01-15 | 1 | -3/+4 |
* | dvdsubdec: Support palette in mkv | Joakim Plate | 2013-01-15 | 1 | -5/+55 |
* | x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags | Diego Biurrun | 2013-01-15 | 1 | -5/+2 |
* | rv34_parser: Adjust #if for disabling individual parsers | Diego Biurrun | 2013-01-15 | 1 | -2/+2 |
* | libx264: use the library specific default rc_initial_buffer_occupancy | Luca Barbato | 2013-01-15 | 1 | -1/+2 |
* | lavc: set the default rc_initial_buffer_occupancy | Luca Barbato | 2013-01-15 | 1 | -0/+3 |
* | x86: ABS2: port to cpuflags | Diego Biurrun | 2013-01-14 | 2 | -5/+0 |
* | vdpau: Remove av_unused attribute from function declaration | Rémi Denis-Courmont | 2013-01-14 | 1 | -2/+1 |
* | h264: fix ff_generate_sliding_window_mmcos() prototype. | Anton Khirnov | 2013-01-14 | 3 | -6/+12 |
* | libtheoraenc: fix granularity of video quality | Maximilian Seesslen | 2013-01-14 | 1 | -1/+1 |
* | h264: don't clobber mmco opcode tables for non-first slice headers. | Ronald S. Bultje | 2013-01-14 | 3 | -46/+114 |
* | libvpx: make vp8 and vp9 selectable | Luca Barbato | 2013-01-14 | 4 | -26/+34 |
* | libvpx: support vp9 | Luca Barbato | 2013-01-14 | 4 | -4/+68 |
* | mkv: support vp9 tag | Tom Finegan | 2013-01-14 | 1 | -0/+1 |
* | build: Remove stray Makefile entry for non-existent VCR1 encoder | Diego Biurrun | 2013-01-14 | 1 | -1/+0 |
* | svq1enc: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | lavc: Fix assignments in if() when calling ff_af_queue_add | Michael Niedermayer | 2013-01-14 | 10 | -10/+10 |
* | h264: Fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | truemotion2: cosmetics, reformat | Anton Khirnov | 2013-01-14 | 1 | -122/+150 |
* | truemotion2: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -35/+32 |
* | tscc: remove some pointless comments and empty lines. | Anton Khirnov | 2013-01-14 | 1 | -23/+0 |
* | tscc: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -8/+8 |
* | loco: cosmetics, reformat | Anton Khirnov | 2013-01-14 | 1 | -31/+47 |
* | loco: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -5/+5 |
* | flicvideo: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -11/+11 |
* | vcr1: remove disabled encoder stub | Anton Khirnov | 2013-01-14 | 1 | -39/+0 |
* | vcr1: return a meaningful error code. | Anton Khirnov | 2013-01-14 | 1 | -3/+3 |
* | rpza: return a meaningful error code. | Anton Khirnov | 2013-01-14 | 1 | -2/+3 |
* | qdrw: cosmetics, reformat | Anton Khirnov | 2013-01-14 | 1 | -21/+21 |
* | qdrw: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -4/+4 |
* | qtrle: return a meaningful error code. | Anton Khirnov | 2013-01-14 | 1 | -2/+3 |
* | gifdec: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -14/+15 |
* | interplayvideo: remove a static variable. | Anton Khirnov | 2013-01-14 | 1 | -5/+1 |