summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun2012-09-11
* avserver: Add missing #include for av_gettime()Diego Biurrun2012-09-11
* configure: Only disable aligned stack on MSVC on 32 bitMartin Storsjö2012-09-11
* configure: indentation cosmeticsDiego Biurrun2012-09-11
* rtpdec_jpeg: Add support for default quantizersSamuel Pitoiset2012-09-11
* x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun2012-09-11
* avplay: get rid of ugly casts in the options tableAnton Khirnov2012-09-11
* avplay: fix prototypes for option callbacks.Anton Khirnov2012-09-11
* flvdec: always set AVFMTCTX_NOHEADER.Anton Khirnov2012-09-11
* file: Use a normal private context for storing the file descriptorMartin Storsjö2012-09-10
* configure: Adjust the xgetbv instrinsic checkMartin Storsjö2012-09-10
* configure: Add --disable-inline-asm command line optionDiego Biurrun2012-09-10
* configure: Don't try to enable the log2 function on msvcrtMartin Storsjö2012-09-10
* x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun2012-09-10
* mem: fix typo in check for __ICCMans Rullgard2012-09-10
* fate: mp3: drop redundant CMP settingMans Rullgard2012-09-10
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-09
* Rename ff_put_string to avpriv_put_stringMartin Storsjö2012-09-09
* mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset2012-09-09
* yadif: cosmeticsLuca Barbato2012-09-09
* swscale: Provide the right alignment for external mmx asmMartin Storsjö2012-09-09
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* configure: msvc: fix/simplify setting of flags for hostccMans Rullgard2012-09-08
* x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes2012-09-08
* mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö2012-09-08
* mov_chan: Reindent an incorrectly indented lineMartin Storsjö2012-09-08
* mp2 muxer: mark as AVFMT_NOTIMESTAMPS.Carl Eugen Hoyos2012-09-07
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-07
* x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-07
* x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun2012-09-07
* fate: Drop redundant setting of FUZZ to 1Diego Biurrun2012-09-07
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-07
* x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard2012-09-07
* mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-07
* af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-07
* mss2: simplify loop in decode_rle()Alberto Delmás2012-09-06
* mss12: avoid unnecessary division in arith*_get_bit()Alberto Delmás2012-09-06
* mss2: do not try to read too many palette entriesAlberto Delmás2012-09-06
* mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau2012-09-06
* configure: Set the right cc_e flags for msvcMartin Storsjö2012-09-06
* fate: Allow setting the ld parameter from the config fileMartin Storsjö2012-09-06
* x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun2012-09-06
* configure: Disable some warnings in MSVCMartin Storsjö2012-09-05
* x86: vp56: cmov version of vp56_rac_get_prob requires inline asmHendrik Leppkes2012-09-05
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-05
* configure: Add support for MSVC cl.exe/link.exeRonald S. Bultje2012-09-05
* 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