summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-05
* dsputil: workaround __VA_ARGS__ missing tokenization for MSVCLuca Barbato2012-09-05
* configure: add section for libc-specific hacksMans Rullgard2012-09-05
* build: disable ranlib on mingwMans Rullgard2012-09-05
* parser: Don't use pc as context for av_dlogMartin Storsjö2012-09-05
* h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer2012-09-05
* build: eamad: Add missing dependency on mpegvideo codeDiego Biurrun2012-09-05
* build: utvideoenc: Add missing dependency on Huffman codeDiego Biurrun2012-09-05
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-04
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-04
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* svq1enc: Set picture_structure correctlyMichael Niedermayer2012-09-04
* mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-04
* mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer2012-09-04
* elbg: Fix an assertMichael Niedermayer2012-09-04
* configure: add support for bdver1 and bdver2 CPU types.Diego Elio Pettenò2012-09-04
* avio: make avio_close NULL the freed bufferLuca Barbato2012-09-04
* pixdesc: cosmeticsLuca Barbato2012-09-04
* proresenc: Don't free a buffer not owned by the codecMartin Storsjö2012-09-04
* proresenc: Write the full value in one put_bits callMartin Storsjö2012-09-04
* adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-04
* x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-04
* x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-04
* mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás2012-09-03
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-03
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-03
* build: avcodec: order cosmeticsDiego Biurrun2012-09-03
* intrax8dsp: Add missing #include to make header standaloneDiego Biurrun2012-09-03
* Delete motion-test tool; it is of doubtful utility.Diego Biurrun2012-09-03
* intrax8: move functions from dsputil to own contextMans Rullgard2012-09-02
* crypto: Remove a stray double spaceMartin Storsjö2012-08-31
* Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-31
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-31
* MSS2 decoderAlberto Delmás2012-08-31
* configure: handle --disable-asm before check_depsMans Rullgard2012-08-31
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* configure: x86: Separate inline from standalone assembler capabilitiesDiego Biurrun2012-08-31
* pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö2012-08-31
* pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö2012-08-31
* pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö2012-08-31
* x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-30
* configure: Add more fine-grained SSE CPU capabilities flagsDiego Biurrun2012-08-30
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-30
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* g723_1: add comfort noise generationKostya Shishkov2012-08-30
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-30
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-30