| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '2f7065190ad48744014a02288799d03adfa613e0' | Michael Niedermayer | 2014-06-06 | 2 | -44/+20 |
|\ |
|
| * | libfdk-aac: Relicense the library wrappers to the ISC license | Martin Storsjö | 2014-06-06 | 2 | -44/+20 |
* | | x86/dsputil: move some mmx init code inside dsputil_init_mmx() | James Almer | 2014-06-06 | 1 | -20/+18 |
* | | avcodec/mjpegdec: Improve intel jpeg flip heuristic | Michael Niedermayer | 2014-06-06 | 1 | -1/+1 |
* | | avcodec/aic: fix quantization table permutation | Michael Niedermayer | 2014-06-05 | 1 | -4/+7 |
* | | avcodec/mpegaudiodec: Reset dither and mdct state | Michael Niedermayer | 2014-06-05 | 1 | -0/+2 |
* | | apedsp: move to llauddsp | Christophe Gisquet | 2014-06-05 | 12 | -43/+73 |
* | | huffyuvdec: remove superfluous check in BGR code | Christophe Gisquet | 2014-06-05 | 1 | -2/+2 |
* | | huffyuvdec: remove superfluous check | Christophe Gisquet | 2014-06-05 | 1 | -8/+6 |
* | | huffyuvdec: trick for plane decoding, 8bits | Christophe Gisquet | 2014-06-05 | 1 | -10/+8 |
* | | huffyuvdec: clean up macro | Christophe Gisquet | 2014-06-04 | 1 | -42/+16 |
* | | avcodec/dcadec: Check dca_dmixtable index | Michael Niedermayer | 2014-06-04 | 1 | -0/+10 |
* | | avcodec/dcadec: remove fishy FFMAX() | Michael Niedermayer | 2014-06-04 | 1 | -2/+2 |
* | | Fix rc_max_rate documentation. | Carl Eugen Hoyos | 2014-06-04 | 1 | -1/+1 |
* | | avcodec/dvbsubdec: add some basic av_log debuging support | Michael Niedermayer | 2014-06-04 | 1 | -1/+7 |
* | | huffyuvdec: implement trick for BGR | Christophe Gisquet | 2014-06-04 | 1 | -12/+73 |
* | | huffyuvdec: implement trick | Christophe Gisquet | 2014-06-04 | 1 | -14/+57 |
* | | avcodec/x86/dsputilenc_mmx: fix build without yasm | Michael Niedermayer | 2014-06-04 | 1 | -0/+2 |
* | | avcodec/h264: in the absence of recovery points, be more tolerant on acceptin... | Michael Niedermayer | 2014-06-04 | 4 | -1/+6 |
* | | avcodec/lagarithrac: lag_get_rac: use normal division | Michael Niedermayer | 2014-06-04 | 2 | -15/+3 |
* | | avcodec/lagarithrac: increase LUT from 256 to 1024 bytes | Michael Niedermayer | 2014-06-04 | 2 | -3/+3 |
* | | avcodec/lagarithrac.h/lag_get_rac: drop apparently unneeded operations | Michael Niedermayer | 2014-06-04 | 1 | -3/+2 |
* | | x86/motion_est: sad_{x, y}2_mmxext functions are bitexact | James Almer | 2014-06-04 | 1 | -4/+4 |
* | | motion-test: force C functions for the reference C context | James Almer | 2014-06-04 | 1 | -0/+1 |
* | | x86: dsputilenc: convert hf_noise*_mmx to yasm | Timothy Gu | 2014-06-03 | 2 | -255/+87 |
* | | avcodec/libopenjpegenc: Add frame-threading capability | Dave Rice | 2014-06-03 | 1 | -1/+1 |
* | | fix various typos | Lou Logan | 2014-06-03 | 7 | -9/+9 |
* | | Merge commit '896a5bff64264f4d01ed98eacc97a67260c1e17e' | Michael Niedermayer | 2014-06-03 | 2 | -0/+8 |
|\| |
|
| * | arm: check if AS supports .dn | Janne Grunau | 2014-06-03 | 2 | -0/+8 |
* | | avcodec/vp3: free tables before allocating new ones | Michael Niedermayer | 2014-06-03 | 1 | -0/+2 |
* | | avcodec/vp3: factorize out free_tables() | Michael Niedermayer | 2014-06-03 | 1 | -8/+15 |
* | | Loose mplayer in MPlayer/incoming/ | Michael Niedermayer | 2014-06-03 | 1 | -1/+1 |
* | | Add direct link to ML in missing_feature_sample() | Michael Niedermayer | 2014-06-03 | 1 | -1/+1 |
* | | avcodec/utils/ff_init_buffer_info: Favor color information from AVFrame if av... | Michael Niedermayer | 2014-06-03 | 1 | -3/+6 |
* | | bfin: add README | Michael Niedermayer | 2014-06-02 | 1 | -0/+6 |
* | | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73' | Michael Niedermayer | 2014-06-02 | 19 | -2092/+0 |
|\| |
|
| * | Remove all Blackfin architecture optimizations | Diego Biurrun | 2014-06-02 | 19 | -2088/+0 |
* | | Merge commit 'b88cc5cca111132b42c2ee99662bfefe7652e3da' | Michael Niedermayer | 2014-06-02 | 1 | -10/+10 |
|\| |
|
| * | bink: Rename BinkDSPContext member so as not to clash with BlockDSPContext | Diego Biurrun | 2014-06-02 | 1 | -10/+10 |
| * | Decode both parts of Indeo4 IP frames | Dirk Ausserhaus | 2014-06-01 | 3 | -13/+42 |
| * | Move Indeo4 frametypes into common header. | Dirk Ausserhaus | 2014-06-01 | 3 | -32/+32 |
* | | x86: hevc_mc: remove unneeded shift | Christophe Gisquet | 2014-06-01 | 1 | -0/+10 |
* | | x86: hevcdsp_init: fix macro usage | Christophe Gisquet | 2014-06-01 | 1 | -18/+18 |
* | | avcodec/options: use av_opt_copy() in avcodec_copy_context() to copy priv_data | Michael Niedermayer | 2014-06-01 | 1 | -0/+4 |
* | | avcodec/dpx_parser: fix off by 1 error | Michael Niedermayer | 2014-06-01 | 1 | -1/+1 |
* | | avcodec/mjpegenc: allow encoding amv with height % 16 != 0 when strict -1 is set | Michael Niedermayer | 2014-06-01 | 1 | -4/+6 |
* | | Fix nonsense non-mod16 AMV flipping code. | Reimar Döffinger | 2014-06-01 | 2 | -5/+1 |
* | | Merge commit 'ed39cda02923316b6710c1bcc34d3445370be5b4' | Michael Niedermayer | 2014-06-01 | 1 | -0/+20 |
|\| |
|
| * | flacenc: send final extradata in packet side data | Anton Khirnov | 2014-06-01 | 1 | -0/+20 |
* | | Merge commit '0957b274e312e985d69cb490bee2a7ff820acaa6' | Michael Niedermayer | 2014-06-01 | 3 | -1/+17 |
|\| |
|