| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: whitespace cosmetics | Måns Rullgård | 2009-10-07 | 1 | -3/+3 |
* | ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 | Måns Rullgård | 2009-10-07 | 2 | -1/+24 |
* | ARM: make function names all-lowercase | Måns Rullgård | 2009-10-06 | 4 | -25/+25 |
* | ARM: enable ARMv4 add_pixels_clamped | Måns Rullgård | 2009-10-06 | 1 | -2/+4 |
* | ARM: ARMv6 optimised add_pixels_clamped() | Måns Rullgård | 2009-10-06 | 3 | -0/+57 |
* | ARM: whitespace cosmetics | Måns Rullgård | 2009-10-06 | 1 | -22/+8 |
* | Move HuffYUV left prediction to dsputil. | Nathan Caldwell | 2009-10-06 | 3 | -59/+75 |
* | Since some junk may be or may be not present before actual VC-1 extradata, | Andrew Dennison | 2009-10-06 | 1 | -1/+1 |
* | Remove casts that are useless since the argument is void *. | Reimar Döffinger | 2009-10-06 | 4 | -10/+10 |
* | Allow building api-example from outside of libavcodec and also | Jai Menon | 2009-10-06 | 1 | -1/+1 |
* | cosmetics: reindent and line wrap after last commit | Justin Ruggles | 2009-10-05 | 1 | -6/+10 |
* | alacenc: add a fixed LPC coefficient mode as compression level 1. old | Justin Ruggles | 2009-10-05 | 1 | -2/+13 |
* | Revert: | Michael Niedermayer | 2009-10-05 | 1 | -3/+1 |
* | ARM: add ff_ prefix to lots of functions | Måns Rullgård | 2009-10-04 | 8 | -60/+60 |
* | ARM: cosmetics | Måns Rullgård | 2009-10-04 | 4 | -42/+42 |
* | ARM: replace some #if with if() | Måns Rullgård | 2009-10-04 | 1 | -10/+3 |
* | ARM: clean up file/function naming conventions | Måns Rullgård | 2009-10-04 | 7 | -8/+8 |
* | ARM: clean up dsputil initialisation | Måns Rullgård | 2009-10-04 | 7 | -70/+145 |
* | Sun Raster RGB support | Peter Ross | 2009-10-04 | 1 | -2/+2 |
* | ARM: shorten some long macro names | Måns Rullgård | 2009-10-03 | 1 | -45/+45 |
* | ARM: update ldm/stm instructions to modern syntax | Måns Rullgård | 2009-10-03 | 1 | -111/+111 |
* | ARM: whitespace cosmetics | Måns Rullgård | 2009-10-03 | 1 | -454/+454 |
* | Reindent after channel layout commit from yesterday | Robert Swain | 2009-10-03 | 1 | -2/+2 |
* | increase maximum compressed frame size | Sascha Sommer | 2009-10-03 | 1 | -1/+1 |
* | return AVERROR_INVALIDDATA when the bitstream could not be decoded | Sascha Sommer | 2009-10-03 | 1 | -1/+1 |
* | Support decoding of uncompressed PCX scanlines | Peter Ross | 2009-10-03 | 1 | -14/+20 |
* | ARM: use plain labels for pc-relative addressing | Måns Rullgård | 2009-10-02 | 3 | -9/+9 |
* | ARM: remove unnecessary .fpu neon directives | Måns Rullgård | 2009-10-02 | 5 | -8/+0 |
* | ARM: use undocumented .syntax directive to enable UAL syntax | Måns Rullgård | 2009-10-02 | 1 | -1/+1 |
* | Add vorbis channel layout support according to those defined in the Vorbis I | Robert Swain | 2009-10-02 | 3 | -0/+34 |
* | ARM: apply extern symbol prefix where needed | Måns Rullgård | 2009-10-02 | 3 | -3/+10 |
* | Make avcodec_open set codec_id and codec_type if they haven't been set. | Reimar Döffinger | 2009-10-01 | 1 | -0/+5 |
* | put_bits can only reliably write up to 31 bit bits, above it relies on | Reimar Döffinger | 2009-10-01 | 3 | -10/+30 |
* | Use MANGLE in cavsdsp, the current version using "m" constraints will not | Reimar Döffinger | 2009-10-01 | 1 | -23/+23 |
* | Fix indentation after last commit. | Benoit Fouet | 2009-10-01 | 1 | -1/+1 |
* | Add support for TARGA images without RLE compression. | Anne-Laure de Smit | 2009-10-01 | 1 | -1/+2 |
* | Fix wrongly indented block. | Diego Biurrun | 2009-10-01 | 1 | -8/+8 |
* | Use "!exp" instead of "exp == NULL" in if condition. | Diego Biurrun | 2009-10-01 | 1 | -1/+1 |
* | cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-10-01 | 1 | -50/+51 |
* | Do not attempt to decode TIFF files containing fax data with uncompressed | Kostya Shishkov | 2009-10-01 | 1 | -0/+5 |
* | lavc MJPEG decoder is capable of decoding some extended sequential | Kostya Shishkov | 2009-10-01 | 1 | -1/+1 |
* | Make BMP decoder produce flipped picture with RLE compression. | Kostya Shishkov | 2009-10-01 | 1 | -0/+8 |
* | Make MS RLE decoder produce both bottom-up and top-down pictures | Kostya Shishkov | 2009-10-01 | 1 | -2/+4 |
* | Change an error to a warning to support broken AC-3 files known to exist. | Justin Ruggles | 2009-10-01 | 1 | -2/+2 |
* | Support constant-quant encoding for libtheora | David Conrad | 2009-09-30 | 1 | -2/+13 |
* | 10l: wrong operation in stereo rematrixing | Justin Ruggles | 2009-09-30 | 1 | -1/+1 |
* | Add support for SGI images without RLE compression. | Anne-Laure de Smit | 2009-09-30 | 1 | -1/+15 |
* | Do not needlessly add 7 to put_buts_count before dividing by 8, | Reimar Döffinger | 2009-09-30 | 1 | -4/+4 |
* | Use floating point mathematics when encoding mpeg audio. | Lasse Reinhold | 2009-09-30 | 1 | -1/+1 |
* | Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 | Reimar Döffinger | 2009-09-30 | 1 | -4/+1 |