| Commit message (Expand) | Author | Age | Files | Lines |
* | utvideo: Remove unused variable 'src_size' | Derek Buitenhuis | 2012-04-15 | 1 | -8/+4 |
* | libxvid: Reorder functions to avoid forward declarations; make functions static. | Diego Biurrun | 2012-04-14 | 1 | -272/+269 |
* | libxvid: drop some pointless dead code | Diego Biurrun | 2012-04-14 | 1 | -5/+0 |
* | wmal: vertical alignment cosmetics | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -2/+2 |
* | wmal: Warn about missing bitstream splicing feature and ask for sample. | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -0/+2 |
* | wmal: Skip seekable_frame_in_packet. | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -3/+2 |
* | wmal: Drop unused variable num_possible_block_size. | Mashiat Sarker Shakkhar | 2012-04-14 | 1 | -2/+1 |
* | qdm2: fix a dubious pointer cast | Mans Rullgard | 2012-04-13 | 1 | -5/+6 |
* | WMAL: Do not try to read rawpcm coefficients if bits is invalid | Michael Niedermayer | 2012-04-13 | 1 | -0/+5 |
* | tiffdec: K&R cosmetics | Alex Converse | 2012-04-13 | 1 | -108/+147 |
* | dsputil: fix optimized emu_edge function on Win64. | Ronald S. Bultje | 2012-04-13 | 1 | -1/+1 |
* | tiffdec: Add a malloc check and refactor another. | Alex Converse | 2012-04-13 | 1 | -5/+10 |
* | faxcompr: Check malloc results and unify return path | Alex Converse | 2012-04-13 | 1 | -5/+10 |
* | ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE | Justin Ruggles | 2012-04-12 | 1 | -2/+4 |
* | pthread: Fix crash due to fctx->delaying not being cleared. | Dale Curtis | 2012-04-12 | 1 | -2/+3 |
* | vp3: Assert on invalid filter_limit values. | Dale Curtis | 2012-04-12 | 1 | -0/+1 |
* | h264: fix 10bit biweight functions after recent x86inc.asm fixes. | Ronald S. Bultje | 2012-04-12 | 1 | -4/+4 |
* | ffv1: Fix size mismatch in encode_line. | Alex Converse | 2012-04-12 | 1 | -1/+1 |
* | libxvid: remove disabled code | Diego Biurrun | 2012-04-12 | 1 | -4/+0 |
* | qdm2: make a table static const | Mans Rullgard | 2012-04-12 | 1 | -1/+1 |
* | qdm2: simplify bitstream reader setup for some subpacket types | Mans Rullgard | 2012-04-12 | 1 | -20/+26 |
* | qdm2: use get_bits_left() | Mans Rullgard | 2012-04-12 | 1 | -25/+21 |
* | build: Consistently handle conditional compilation for all optimization OBJS. | Diego Biurrun | 2012-04-12 | 5 | -18/+13 |
* | avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics | Diego Biurrun | 2012-04-12 | 3 | -443/+436 |
* | msrle: convert MS RLE decoding function to bytestream2. | Ronald Bultje | 2012-04-11 | 6 | -80/+85 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 10 | -221/+198 |
* | interplayvideo: fix av_dlog parameter type mismatch | Diego Biurrun | 2012-04-11 | 1 | -2/+3 |
* | Drop some pointless #ifdefs. | Diego Biurrun | 2012-04-10 | 2 | -6/+0 |
* | rv40dsp x86: use only one register, for both increment and loop counter | Christophe GISQUET | 2012-04-10 | 1 | -23/+20 |
* | rv40dsp: implement prescaled versions for biweight. | Christophe GISQUET | 2012-04-10 | 7 | -79/+112 |
* | vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext... | Sebastien Zwickert | 2012-04-10 | 1 | -1/+20 |
* | lavc doxy: add all installed headers to doxy groups. | Anton Khirnov | 2012-04-09 | 6 | -5/+74 |
* | lavc doxy: add avfft to the main lavc group. | Anton Khirnov | 2012-04-09 | 1 | -0/+17 |
* | lavc doxy: add remaining avcodec.h functions to a misc doxygen group. | Anton Khirnov | 2012-04-09 | 1 | -16/+36 |
* | lavc doxy: add AVPicture functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -23/+44 |
* | lavc doxy: add resampling functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -2/+10 |
* | lavc doxy: replace \ with / | Anton Khirnov | 2012-04-09 | 1 | -1/+1 |
* | lavc doxy: add encoding functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -151/+166 |
* | lavc doxy: add decoding functions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -405/+426 |
* | lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO} | Anton Khirnov | 2012-04-09 | 1 | -0/+4 |
* | lavc doxy: add AVPacket-related stuff to a separate doxy group. | Anton Khirnov | 2012-04-09 | 1 | -33/+49 |
* | lavc doxy: add core functions/definitions to a doxy group. | Anton Khirnov | 2012-04-09 | 1 | -165/+177 |
* | ppc: Add/remove a number of const qualifiers to fix related warnings. | Diego Biurrun | 2012-04-09 | 2 | -2/+3 |
* | avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame() | Justin Ruggles | 2012-04-09 | 3 | -4/+4 |
* | avcodec: validate the channel layout vs. channel count for decoders | Justin Ruggles | 2012-04-08 | 1 | -0/+9 |
* | vaapi: mpeg2: fix slice_vertical_position calculation. | Gwenole Beauchesne | 2012-04-08 | 1 | -1/+1 |
* | hwaccel: mpeg2: decode first field, if requested. | Gwenole Beauchesne | 2012-04-08 | 1 | -0/+6 |
* | cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot... | Martin Storsjö | 2012-04-07 | 1 | -6/+6 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 200 | -638/+731 |
* | cosmetics: Convert mimic.c to utf-8 | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |