| Commit message (Expand) | Author | Age | Files | Lines |
* | h264_parser: Use ff_h264_reset_sei() | Yusuke Nakamura | 2013-10-22 | 1 | -5/+2 |
* | h264_parser: Fix order of operations | Michael Niedermayer | 2013-10-22 | 1 | -1/+1 |
* | pthread: Avoid spurious wakeups | Ben Jackson | 2013-10-21 | 1 | -2/+7 |
* | mpegvideo: Move 8x8 in a separate function | Luca Barbato | 2013-10-15 | 1 | -65/+79 |
* | mpegvideo: Move obmc in a separate function | Luca Barbato | 2013-10-15 | 1 | -76/+88 |
* | ffv1: Assume bitdepth 0 means 8bit | Luca Barbato | 2013-10-15 | 1 | -0/+1 |
* | mpegvideo: K&R formatting cosmetics | Luca Barbato | 2013-10-15 | 1 | -449/+516 |
* | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 10 | -21/+25 |
* | h264_parser: Fix POC parsing for the case where MMCO_RESET is present. | Yusuke Nakamura | 2013-10-15 | 3 | -47/+154 |
* | h264_parser: Fix POC parsing for the case where MMCO_RESET is absent. | Yusuke Nakamura | 2013-10-15 | 1 | -2/+12 |
* | bitstream: Check the result of av_malloc() | Diego Biurrun | 2013-10-15 | 1 | -0/+2 |
* | cavs: more K&R formatting cosmetics | Diego Biurrun | 2013-10-15 | 1 | -45/+44 |
* | mpegaudio_tablegen: Don't use llrint | Derek Buitenhuis | 2013-10-15 | 1 | -1/+2 |
* | cos_tablegen: Don't use lrint | Derek Buitenhuis | 2013-10-15 | 1 | -4/+9 |
* | tablegen: Don't use cbrtf in host tools | Derek Buitenhuis | 2013-10-15 | 2 | -3/+6 |
* | tableprint: Fix use of a size_t print with MSVC | Derek Buitenhuis | 2013-10-15 | 1 | -2/+12 |
* | cavs: Check for negative cbp | Luca Barbato | 2013-10-13 | 1 | -3/+3 |
* | cavs: Return meaningful error values | Luca Barbato | 2013-10-13 | 1 | -10/+10 |
* | cavs: K&R formatting cosmetics | Luca Barbato | 2013-10-13 | 1 | -191/+225 |
* | pthread: Fix deadlock during thread initialization | Derek Buitenhuis | 2013-10-13 | 1 | -1/+2 |
* | indeo4: Check the inherited quant_mat | Luca Barbato | 2013-10-13 | 1 | -6/+12 |
* | indeo4: Check the block size if reusing the band configuration | Luca Barbato | 2013-10-13 | 1 | -0/+8 |
* | lavc doxy: extend/clarify avcodec_decode_audio4() doxy | Anton Khirnov | 2013-10-12 | 1 | -6/+18 |
* | lavc doxy: remove false statements about alignment requirements. | Anton Khirnov | 2013-10-12 | 1 | -10/+0 |
* | prores: Reject negative run and level values | Luca Barbato | 2013-10-10 | 1 | -0/+4 |
* | shorten: Fix out-of-array read | Tim Walker | 2013-10-10 | 1 | -1/+1 |
* | atrac3: Better name for IMDCT window initialization | Maxim Poliakovski | 2013-10-10 | 1 | -2/+2 |
* | atrac3: Remove unused gain compensation tables | Maxim Poliakovski | 2013-10-10 | 1 | -10/+0 |
* | prores: Error out only on surely incomplete ac_coeffs | Luca Barbato | 2013-10-10 | 1 | -1/+1 |
* | prores: Add a codepath for decoding errors | Luca Barbato | 2013-10-10 | 1 | -29/+42 |
* | vp6: Support cropping to AVCodecContext.width/height | Martin Storsjö | 2013-10-10 | 1 | -4/+14 |
* | jpeg2000: Check block length | Luca Barbato | 2013-10-09 | 1 | -0/+7 |
* | vmnc: Use meaningful return values | Luca Barbato | 2013-10-09 | 1 | -9/+9 |
* | vmnc: Check the cursor dimensions | Luca Barbato | 2013-10-09 | 1 | -3/+20 |
* | vmnc: Port to bytestream2 | Luca Barbato | 2013-10-09 | 1 | -75/+57 |
* | vmnc: K&R formatting cosmetics | Luca Barbato | 2013-10-09 | 1 | -157/+195 |
* | shorten: Extend fixed_coeffs to properly support pred_order 0 | Luca Barbato | 2013-10-09 | 1 | -2/+8 |
* | x86: h264_idct: Update comments to match 8/10-bit depth optimization split | Diego Biurrun | 2013-10-07 | 1 | -32/+42 |
* | x86inc: Utilize the shadow space on 64-bit Windows | Henrik Gramner | 2013-10-07 | 2 | -14/+9 |
* | x86: fdct: Employ more specific ifdefs | Diego Biurrun | 2013-10-06 | 1 | -2/+10 |
* | x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx | Diego Biurrun | 2013-10-05 | 3 | -39/+67 |
* | x86: fdct: Initialize optimized fdct implementations in the standard way | Diego Biurrun | 2013-10-05 | 1 | -11/+11 |
* | x86: xviddct: Employ more specific ifdefs | Diego Biurrun | 2013-10-05 | 3 | -16/+28 |
* | x86: fdct: Only build fdct code if encoders have been enabled | Diego Biurrun | 2013-10-04 | 1 | -1/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 267 | -338/+338 |
* | atrac: Add missing av_cold | Maxim Poliakovski | 2013-10-03 | 1 | -1/+1 |
* | atrac3: Generalize gain compensation code | Maxim Poliakovski | 2013-10-03 | 3 | -75/+118 |
* | Use correct Doxygen syntax | Diego Biurrun | 2013-10-03 | 2 | -11/+11 |
* | atrac: Move doxygen comments to the header | Maxim Poliakovski | 2013-10-03 | 2 | -21/+20 |
* | atrac3: Replace a silly counter variable name with plain 'j' | Diego Biurrun | 2013-10-03 | 1 | -5/+5 |