| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: mark h264_idct_add8_10 with number of XMM registers. | Michael Kostylev | 2012-02-07 | 1 | -1/+1 |
* | vp8: always update next_framep[] before returning from decode_frame(). | Ronald S. Bultje | 2012-02-07 | 1 | -14/+19 |
* | apedec: allow the user to set the maximum number of output samples per call | Justin Ruggles | 2012-02-07 | 1 | -2/+20 |
* | apedec: do not unnecessarily zero output samples for mono frames | Justin Ruggles | 2012-02-07 | 1 | -11/+4 |
* | apedec: allocate a single flat buffer for decoded samples | Justin Ruggles | 2012-02-07 | 1 | -24/+29 |
* | apedec: use sizeof(field) instead of sizeof(type) | Justin Ruggles | 2012-02-07 | 1 | -8/+10 |
* | bytestream: Add bytestream2 writing API. | Aneesh Dogra | 2012-02-06 | 1 | -0/+112 |
* | Revert "v210enc: use FFALIGN()" | Paul B Mahol | 2012-02-06 | 1 | -1/+1 |
* | doxygen: Do not include license boilerplates in Doxygen comment blocks. | Diego Biurrun | 2012-02-06 | 12 | -12/+12 |
* | avcodec: Clarify AVFrame member documentation. | Kieran Kunhya | 2012-02-06 | 1 | -2/+2 |
* | v210dec: check for coded_frame allocation failure | Paul B Mahol | 2012-02-06 | 1 | -0/+2 |
* | v210enc: use stride as it is already calculated | Paul B Mahol | 2012-02-06 | 1 | -1/+1 |
* | v210enc: use FFALIGN() | Paul B Mahol | 2012-02-06 | 1 | -1/+1 |
* | v210enc: return proper AVERROR codes instead of -1 | Paul B Mahol | 2012-02-06 | 1 | -2/+2 |
* | v210enc: do not set coded_frame->key_frame | Paul B Mahol | 2012-02-06 | 1 | -1/+0 |
* | v210enc: check for coded_frame allocation failure | Paul B Mahol | 2012-02-06 | 1 | -0/+2 |
* | apedec: 8bit and 24bit support | Paul B Mahol | 2012-02-04 | 1 | -11/+45 |
* | dsputil: remove debug message in dsputil_init(). | Justin Ruggles | 2012-02-03 | 1 | -2/+0 |
* | apedec: remove unneeded #include of get_bits.h and associated macro | Justin Ruggles | 2012-02-02 | 1 | -2/+0 |
* | apedec: av_fast_malloc() instead of av_realloc() | Justin Ruggles | 2012-02-02 | 1 | -4/+5 |
* | apedec: fix handling of packet sizes that are not a multiple of 4 bytes | Justin Ruggles | 2012-02-02 | 1 | -6/+11 |
* | libx264: fix indentation. | Anton Khirnov | 2012-02-02 | 1 | -5/+5 |
* | vorbis: fix overflows in floor1[] vector and inverse db table index. | Ronald S. Bultje | 2012-02-02 | 2 | -15/+14 |
* | win64: add a XMM clobber test configure option. | Ronald S. Bultje | 2012-02-02 | 2 | -0/+81 |
* | ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 | Mans Rullgard | 2012-02-02 | 1 | -8/+7 |
* | frwu: lowercase the FRWU codec name | Piotr Bandurski | 2012-02-02 | 1 | -2/+2 |
* | ra144enc: drop pointless "encoder" from .long_name | Paul B Mahol | 2012-02-01 | 1 | -1/+1 |
* | bethsoftvideo: fix palette reading. | Justin Ruggles | 2012-02-01 | 1 | -2/+8 |
* | mpc7: use av_fast_padded_malloc() | Justin Ruggles | 2012-02-01 | 1 | -7/+13 |
* | mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes | Justin Ruggles | 2012-02-01 | 1 | -14/+26 |
* | Fix a typo in the x86 asm version of ff_vector_clip_int32() | Justin Ruggles | 2012-02-01 | 1 | -1/+1 |
* | pcmenc: Do not set avpkt->size. | Justin Ruggles | 2012-02-01 | 1 | -1/+0 |
* | ff_alloc_packet: modify the size of the packet to match the requested size | Justin Ruggles | 2012-02-01 | 2 | -3/+2 |
* | frwu: Employ more meaningful return values. | Paul B Mahol | 2012-02-01 | 1 | -9/+11 |
* | fraps: Use av_fast_padded_malloc() instead of av_realloc() | Reimar Döffinger | 2012-02-01 | 1 | -2/+9 |
* | mjpegdec: use av_fast_padded_malloc() | Reimar Döffinger | 2012-02-01 | 1 | -7/+3 |
* | eatqi: use av_fast_padded_malloc() | Reimar Döffinger | 2012-02-01 | 1 | -1/+2 |
* | asv1: use av_fast_padded_malloc() | Reimar Döffinger | 2012-02-01 | 1 | -1/+2 |
* | avcodec: Add av_fast_padded_malloc(). | Janne Grunau | 2012-02-01 | 2 | -0/+22 |
* | avcodec.h: Remove some disabled cruft. | Diego Biurrun | 2012-02-01 | 1 | -26/+0 |
* | zmbv: Employ more meaningful return values. | Paul B Mahol | 2012-02-01 | 1 | -18/+18 |
* | zmbvenc: Employ more meaningful return values. | Paul B Mahol | 2012-02-01 | 1 | -4/+4 |
* | vc1: prevent null pointer dereference on broken files | Janne Grunau | 2012-02-01 | 1 | -1/+1 |
* | zmbv: check av_realloc() return values and avoid memleaks on ENOMEM | Janne Grunau | 2012-02-01 | 1 | -2/+9 |
* | truespeech: align buffer | Paul B Mahol | 2012-01-31 | 1 | -1/+1 |
* | ac3: Do not read past the end of ff_ac3_band_start_tab. | Mans Rullgard | 2012-01-31 | 1 | -3/+5 |
* | fate-golomb: extend golomb-test to get_ue_golomb_long() | Janne Grunau | 2012-02-01 | 1 | -16/+44 |
* | golomb-test: K&R formatting cosmetics | Diego Biurrun | 2012-01-31 | 1 | -19/+16 |
* | h264: Split h264-test off into a separate file - golomb-test.c. | Diego Biurrun | 2012-01-31 | 3 | -50/+74 |
* | h264-test: cleanup: drop timer invocations, commented out code and other cruft | Diego Biurrun | 2012-01-31 | 1 | -15/+0 |