| Commit message (Expand) | Author | Age | Files | Lines |
* | alsdec: Check k used for rice decoder. | Michael Niedermayer | 2012-09-17 | 1 | -0/+5 |
* | xsubenc: reindent | Anton Khirnov | 2012-09-17 | 1 | -6/+6 |
* | lavc: replace AVCodecContext.encode with subtitle-specific callback | Anton Khirnov | 2012-09-17 | 6 | -16/+18 |
* | lavc: add const to private codec class initialization. | Anton Khirnov | 2012-09-17 | 1 | -1/+1 |
* | mpegvideo: drop unnecessary arguments to hpel_motion() | Mans Rullgard | 2012-09-16 | 1 | -24/+15 |
* | mpegvideo: drop 'inline' from some functions | Mans Rullgard | 2012-09-16 | 1 | -11/+12 |
* | nellymoserdec: drop support for s16 output. | Anton Khirnov | 2012-09-16 | 1 | -27/+4 |
* | bmpdec: only initialize palette for pal8. | Anton Khirnov | 2012-09-16 | 1 | -3/+3 |
* | flacdsp: arm optimised lpc filter | Mans Rullgard | 2012-09-15 | 5 | -0/+186 |
* | libavcodec: remove av_destruct_packet_nofree() | Mans Rullgard | 2012-09-15 | 2 | -15/+1 |
* | vorbisdec: ensure FASTDIV denominator is never 1 | Luca Barbato | 2012-09-14 | 1 | -3/+2 |
* | x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place | Diego Biurrun | 2012-09-14 | 3 | -27/+33 |
* | x86: Remove some leftover declarations for non-existent functions | Diego Biurrun | 2012-09-13 | 2 | -8/+0 |
* | x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared | Martin Storsjö | 2012-09-13 | 1 | -0/+2 |
* | ac3: move ac3_downmix() from dsputil to ac3dsp | Mans Rullgard | 2012-09-12 | 8 | -153/+154 |
* | mlp_parser: avoid mapping multiple disctinct TrueHD channels to the same Liba... | Tim Walker | 2012-09-12 | 1 | -2/+2 |
* | utvideoenc: Add missing AV_ prefix to codec ID | Diego Biurrun | 2012-09-11 | 1 | -1/+1 |
* | x86: dsputil: Move specific optimization settings out of global init function | Diego Biurrun | 2012-09-11 | 1 | -30/+29 |
* | x86: dsputil: Only compile motion_est code when encoders are enabled | Diego Biurrun | 2012-09-10 | 1 | -2/+2 |
* | rtp: Depacketization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-09 | 1 | -0/+1 |
* | Rename ff_put_string to avpriv_put_string | Martin Storsjö | 2012-09-09 | 4 | -7/+7 |
* | mjpeg: Rename some symbols to avpriv_* instead of ff_* | Samuel Pitoiset | 2012-09-09 | 5 | -49/+49 |
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 15 | -112/+92 |
* | x86: mlpdsp: mlp_filter_channel_x86 requires inline asm | Hendrik Leppkes | 2012-09-08 | 1 | -3/+3 |
* | x86: more specific checks for availability of required assembly capabilities | Diego Biurrun | 2012-09-07 | 3 | -12/+13 |
* | x86: avcodec: Drop silly "_mmx" suffix from dsputil template names | Diego Biurrun | 2012-09-07 | 5 | -7/+7 |
* | cavsdsp: set idct permutation independently of dsputil | Mans Rullgard | 2012-09-07 | 5 | -3/+6 |
* | x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov | Mans Rullgard | 2012-09-07 | 1 | -6/+8 |
* | mss2: simplify loop in decode_rle() | Alberto Delmás | 2012-09-06 | 1 | -2/+1 |
* | mss12: avoid unnecessary division in arith*_get_bit() | Alberto Delmás | 2012-09-06 | 1 | -1/+1 |
* | mss2: do not try to read too many palette entries | Alberto Delmás | 2012-09-06 | 1 | -1/+1 |
* | mpegvideo: set AVFrame fields to NULL after freeing the base memory | Janne Grunau | 2012-09-06 | 1 | -0/+3 |
* | x86: dsputil: Do not redundantly check for CPU caps before calling init funcs | Diego Biurrun | 2012-09-06 | 1 | -4/+4 |
* | x86: vp56: cmov version of vp56_rac_get_prob requires inline asm | Hendrik Leppkes | 2012-09-05 | 1 | -1/+1 |
* | dsputil: workaround __VA_ARGS__ missing tokenization for MSVC | Luca Barbato | 2012-09-05 | 1 | -3/+7 |
* | parser: Don't use pc as context for av_dlog | Martin Storsjö | 2012-09-05 | 1 | -4/+4 |
* | h264: Remove an assert on current_picture_ptr being null | Michael Niedermayer | 2012-09-05 | 1 | -1/+0 |
* | avopt: Explicitly store float/double option defaults in .dbl | Martin Storsjö | 2012-09-04 | 2 | -5/+5 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 27 | -225/+225 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 4 | -10/+10 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 13 | -279/+279 |
* | svq1enc: Set picture_structure correctly | Michael Niedermayer | 2012-09-04 | 1 | -0/+1 |
* | mpegvideo: remove last_picture_ptr / h264 assert. | Michael Niedermayer | 2012-09-04 | 1 | -3/+0 |
* | mpegvideo_enc: remove assert that has become obsolete with the new API | Michael Niedermayer | 2012-09-04 | 1 | -1/+0 |
* | elbg: Fix an assert | Michael Niedermayer | 2012-09-04 | 1 | -1/+1 |
* | proresenc: Don't free a buffer not owned by the codec | Martin Storsjö | 2012-09-04 | 1 | -3/+0 |
* | proresenc: Write the full value in one put_bits call | Martin Storsjö | 2012-09-04 | 1 | -2/+1 |
* | adpcmenc: Calculate the IMA_QT predictor without overflow | Michael Niedermayer | 2012-09-04 | 1 | -1/+1 |
* | x86: h264dsp: drop some unnecessary ifdefs around prototype declarations | Diego Biurrun | 2012-09-04 | 1 | -6/+0 |
* | mss12: merge decode_pixel() and decode_top_left_pixel() | Alberto Delmás | 2012-09-03 | 1 | -42/+21 |