summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard2011-05-281-1/+1
* ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles2011-05-281-2/+2
* ac3dsp: fix loop condition in ac3_update_bap_counts_c()Justin Ruggles2011-05-281-1/+1
* ARM: unbreak buildMans Rullgard2011-05-281-1/+0
* ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-287-114/+150
* ac3enc: split mantissa bit counting into a separate function.Justin Ruggles2011-05-281-18/+31
* ac3enc: store per-block/channel bap pointers by reference block in a 2D arrayJustin Ruggles2011-05-281-27/+25
* get_bits: add av_unused tag to cache variableMans Rullgard2011-05-281-1/+1
* sws: replace all long with int.Anton Khirnov2011-05-2815-410/+410
* ARM: aacdec: fix constraints on inline asmMans Rullgard2011-05-281-75/+78
* ARM: remove unnecessary volatile from inline asmMans Rullgard2011-05-282-34/+34
* ARM: add "cc" clobbers to inline asm where neededMans Rullgard2011-05-283-4/+7
* ARM: improve FASTDIV asmMans Rullgard2011-05-281-6/+6
* ac3enc: use LOCAL_ALIGNED macroMans Rullgard2011-05-281-2/+5
* APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).Ronald S. Bultje2011-05-281-1/+1
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-287-5/+34
* cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-286-129/+144
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-283-78/+66
* vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-281-0/+1
* webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-283-1/+101
* lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov2011-05-271-3/+1
* rawdec: add a pixel_format private option.Anton Khirnov2011-05-272-10/+20
* v4l2: add a pixel_format private option.Anton Khirnov2011-05-271-3/+15
* libdc1394: add a pixel_format private option.Anton Khirnov2011-05-271-1/+13
* cosmetics: indentation and alignment after previous commitJustin Ruggles2011-05-271-87/+87
* ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-279-25/+309
* ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles2011-05-272-52/+84
* ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard2011-05-271-1/+2
* ARM: check for VFPv3Mans Rullgard2011-05-271-0/+3
* swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-271-4/+0
* doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.Diego Biurrun2011-05-271-6/+0
* x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun2011-05-272-0/+11
* cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje2011-05-271-1/+2
* swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-271-1/+1
* swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje2011-05-271-4/+4
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-275-3/+24
* movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-05-272-0/+19
* swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje2011-05-271-4/+6
* configure: report yasm/nasm presence properlyLuca Barbato2011-05-271-1/+1
* tcp: make connect() timeout properlyLuca Barbato2011-05-271-8/+17
* rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-2710-105/+22
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-273-3/+30
* lavf: deprecate AVFormatParameters.width/height.Anton Khirnov2011-05-271-2/+2
* tty: add video_size private option.Anton Khirnov2011-05-271-2/+23
* rawdec: add video_size private option.Anton Khirnov2011-05-273-4/+45
* x11grab: add video_size private option.Anton Khirnov2011-05-271-9/+39
* x11grab: factorize returning error codes.Anton Khirnov2011-05-271-9/+19
* vfwcap: add video_size private option.Anton Khirnov2011-05-271-8/+38
* v4l2: add video_size private option.Anton Khirnov2011-05-271-2/+16
* v4l2: factorize returning error codes.Anton Khirnov2011-05-271-11/+17
OpenPOWER on IntegriCloud