aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-05-312-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-311-8/+5
|\
| * ARM: simplify inline asm with 64-bit operandsMans Rullgard2011-05-301-8/+5
* | examples: move API examples to a dedicated dir in docStefano Sabatini2011-05-302-469/+0
* | rawdec: fail in case of unknow pixel formatStefano Sabatini2011-05-301-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-306-12/+9
|\|
| * ARM: enable UAL syntax in asm.SMans Rullgard2011-05-295-6/+3
| * vp8: use av_clip_uintp2() where possibleMans Rullgard2011-05-291-6/+6
* | Fix various unused variable warningsClément Bœsch2011-05-3012-21/+11
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-2916-404/+780
|\|
| * 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
| * 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
| * ac3enc: use LOCAL_ALIGNED macroMans Rullgard2011-05-281-2/+5
| * lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-283-4/+14
| * vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern2011-05-281-0/+1
| * cosmetics: indentation and alignment after previous commitJustin Ruggles2011-05-271-87/+87
| * ac3enc: add support for E-AC-3 encoding.Justin Ruggles2011-05-276-24/+305
| * ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles2011-05-272-52/+84
* | lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-283-5/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-273-3/+4
|\|
| * ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard2011-05-271-1/+2
| * x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun2011-05-272-0/+11
* | Fix memleakEtienne Buira2011-05-271-0/+1
* | Fix typoEtienne Buira2011-05-271-1/+1
* | Remove specific note when not specificEtienne Buira2011-05-271-2/+2
* | Minor cleanup in libx264.cEtienne Buira2011-05-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-272-7/+7
|\|
| * Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-261-1/+1
| * ac3enc: initialize all coefficients to zero.Justin Ruggles2011-05-251-6/+6
* | Fix 32bit rawvideo in avi on big-endian.Carl Eugen Hoyos2011-05-261-1/+1
* | webm: Additional options/presets for VP8 encodes under FFmpegJames Zern2011-05-261-4/+49
* | libx264: support aspect Ratio SwitchJULIAN GARDNER2011-05-261-0/+6
* | Fix compilation with YASM/NASM versions not supporting AVX.Reimar Döffinger2011-05-262-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-264-16/+4
|\|
| * Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-254-16/+4
* | ffv1: fix 16bits multithreadingMichael Niedermayer2011-05-261-8/+10
* | mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messagesami_stuff2011-05-251-2/+2
* | Fail when lowres value is lower than 0ami_stuff2011-05-251-1/+1
* | indeo3: add out-of-buffer write checkStefano Sabatini2011-05-251-0/+3
* | Do not reset channel_layout to 0.Carl Eugen Hoyos2011-05-251-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2516-252/+769
|\|