summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö2012-09-121-18/+10
* rtpdec_jpeg: Merge two if statementsMartin Storsjö2012-09-121-31/+30
* rtpdec_jpeg: Write the DHT section properlyMartin Storsjö2012-09-121-13/+20
* utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun2012-09-111-1/+1
* avserver: Add missing #include for av_gettime()Diego Biurrun2012-09-111-0/+2
* configure: Only disable aligned stack on MSVC on 32 bitMartin Storsjö2012-09-111-1/+2
* configure: indentation cosmeticsDiego Biurrun2012-09-111-28/+24
* rtpdec_jpeg: Add support for default quantizersSamuel Pitoiset2012-09-111-3/+47
* x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun2012-09-111-30/+29
* avplay: get rid of ugly casts in the options tableAnton Khirnov2012-09-111-28/+28
* avplay: fix prototypes for option callbacks.Anton Khirnov2012-09-111-20/+20
* flvdec: always set AVFMTCTX_NOHEADER.Anton Khirnov2012-09-111-4/+1
* file: Use a normal private context for storing the file descriptorMartin Storsjö2012-09-101-12/+21
* configure: Adjust the xgetbv instrinsic checkMartin Storsjö2012-09-101-1/+1
* configure: Add --disable-inline-asm command line optionDiego Biurrun2012-09-101-1/+3
* configure: Don't try to enable the log2 function on msvcrtMartin Storsjö2012-09-101-0/+2
* x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun2012-09-101-2/+2
* mem: fix typo in check for __ICCMans Rullgard2012-09-101-1/+1
* fate: mp3: drop redundant CMP settingMans Rullgard2012-09-101-8/+0
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-097-1/+337
* Rename ff_put_string to avpriv_put_stringMartin Storsjö2012-09-094-7/+7
* mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset2012-09-095-49/+49
* yadif: cosmeticsLuca Barbato2012-09-091-31/+45
* swscale: Provide the right alignment for external mmx asmMartin Storsjö2012-09-091-2/+4
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-0821-156/+133
* configure: msvc: fix/simplify setting of flags for hostccMans Rullgard2012-09-081-1/+1
* x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes2012-09-081-3/+3
* mov_chan: Only set the channel_layout if setting it to a nonzero valueMartin Storsjö2012-09-081-3/+4
* mov_chan: Reindent an incorrectly indented lineMartin Storsjö2012-09-081-1/+1
* mp2 muxer: mark as AVFMT_NOTIMESTAMPS.Carl Eugen Hoyos2012-09-071-0/+1
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-071-3/+3
* x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-074-13/+14
* x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun2012-09-075-7/+7
* 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