summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fate: Drop redundant setting of FUZZ to 1Diego Biurrun2012-09-073-16/+0
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-075-3/+6
* x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard2012-09-071-6/+8
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-074-5/+7
* af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-071-2/+7
* mss2: simplify loop in decode_rle()Alberto Delmás2012-09-061-2/+1
* mss12: avoid unnecessary division in arith*_get_bit()Alberto Delmás2012-09-061-1/+1
* mss2: do not try to read too many palette entriesAlberto Delmás2012-09-061-1/+1
* mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau2012-09-061-0/+3
* configure: Set the right cc_e flags for msvcMartin Storsjö2012-09-061-0/+1
* fate: Allow setting the ld parameter from the config fileMartin Storsjö2012-09-061-0/+1
* x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun2012-09-061-4/+4
* configure: Disable some warnings in MSVCMartin Storsjö2012-09-051-1/+2
* x86: vp56: cmov version of vp56_rac_get_prob requires inline asmHendrik Leppkes2012-09-051-1/+1
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
* configure: Add support for MSVC cl.exe/link.exeRonald S. Bultje2012-09-051-0/+42
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-054-0/+167
* dsputil: workaround __VA_ARGS__ missing tokenization for MSVCLuca Barbato2012-09-051-3/+7
* configure: add section for libc-specific hacksMans Rullgard2012-09-051-3/+20
* build: disable ranlib on mingwMans Rullgard2012-09-051-0/+1
* parser: Don't use pc as context for av_dlogMartin Storsjö2012-09-051-4/+4
* h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-051-1/+0
* build: eamad: Add missing dependency on mpegvideo codeDiego Biurrun2012-09-051-1/+1
* build: utvideoenc: Add missing dependency on Huffman codeDiego Biurrun2012-09-051-0/+1
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-043-2/+6
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-043-3/+3
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-045-11/+11
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-0474-359/+355
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-0415-28/+29
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-0431-403/+404
* svq1enc: Set picture_structure correctlyMichael Niedermayer2012-09-041-0/+1
* mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-041-3/+0
* mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer2012-09-041-1/+0
* elbg: Fix an assertMichael Niedermayer2012-09-041-1/+1
* configure: add support for bdver1 and bdver2 CPU types.Diego Elio Pettenò2012-09-041-2/+2
* avio: make avio_close NULL the freed bufferLuca Barbato2012-09-041-1/+1
* pixdesc: cosmeticsLuca Barbato2012-09-041-12/+18
* proresenc: Don't free a buffer not owned by the codecMartin Storsjö2012-09-041-3/+0
* proresenc: Write the full value in one put_bits callMartin Storsjö2012-09-041-2/+1
* adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-042-4/+4
* x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-041-0/+57
* x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-041-6/+0
* mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás2012-09-031-42/+21
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-034-37/+30
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-034-46/+46
* build: avcodec: order cosmeticsDiego Biurrun2012-09-031-2/+2
* intrax8dsp: Add missing #include to make header standaloneDiego Biurrun2012-09-031-0/+2
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-032-150/+0
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-026-34/+62
* crypto: Remove a stray double spaceMartin Storsjö2012-08-311-1/+1
OpenPOWER on IntegriCloud