summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer2012-10-3117-17/+17
|\
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-3134-34/+34
* | x86: Fix assembly with NASMDave Yeo2012-10-311-1/+1
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-3144-51/+31
|\ \ | |/
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-3137-36/+5
| * cng: Reindent some incorrectly indented linesMartin Storsjö2012-10-302-2/+2
| * cngdec: Allow flushing the decoderMartin Storsjö2012-10-301-3/+17
| * cngdec: Make the dbov variable have the right unitMartin Storsjö2012-10-301-2/+2
| * cngdec: Fix the memset size to cover the full arrayMartin Storsjö2012-10-301-1/+1
| * cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö2012-10-301-1/+1
| * configure: fix print_config() with broke awksMans Rullgard2012-10-301-1/+1
* | probetest: fix possible use of uninitialized dataMichael Niedermayer2012-10-311-0/+2
* | lavfi/drawbox: remove some unnecessary parenthesesStefano Sabatini2012-10-311-3/+3
* | lavfi/drawbox: reindent after previous commitStefano Sabatini2012-10-311-9/+9
* | lavfi/drawbox: implement color=invert modeStefano Sabatini2012-10-313-3/+15
* | lavfi/mp: drop wrapped field filterStefano Sabatini2012-10-315-94/+1
* | lavfi: add field filterStefano Sabatini2012-10-319-2/+278
* | av_get_audio_frame_duration: add IACPaul B Mahol2012-10-311-0/+1
* | pix_fmt_info: add 9/10 bit YUVA formatsMichael Niedermayer2012-10-311-0/+36
* | tree-test: fix printf() typesMichael Niedermayer2012-10-311-2/+2
* | sws: fix handling of big endian alphaMichael Niedermayer2012-10-312-4/+8
* | doc/filters: fix typo in drawbox sectionStefano Sabatini2012-10-301-1/+1
* | doc/filters: itemize examples for drawbox, add an example, fix grammarStefano Sabatini2012-10-301-4/+15
* | lavfi/drawbox: extend syntax, accept named optionsStefano Sabatini2012-10-303-14/+46
* | lavfi/tinterlace: remove poll_frame() callbackStefano Sabatini2012-10-301-19/+0
* | av_get_audio_frame_duration: add G723_1Paul B Mahol2012-10-301-0/+2
* | lavfi: remove yuvcsp and yvu9 libmpcodecs wrappersPaul B Mahol2012-10-306-234/+1
* | wavenc: fix curruption of metadataMichael Niedermayer2012-10-301-4/+5
* | fate: remove typo, reenable AC3 testsMichael Niedermayer2012-10-301-1/+1
* | av_get_audio_frame_duration: fix IMCMichael Niedermayer2012-10-301-1/+2
* | lavc: const correctness for avpicture_fill()Paul B Mahol2012-10-302-2/+2
* | lavfi/smartblur: add missing draw slice call.Clément Bœsch2012-10-301-2/+6
* | af_ashowinfo: integrate config_input() in filter_samples.Michael Niedermayer2012-10-301-12/+5
* | configure: fix print_config() with broke awksMans Rullgard2012-10-301-1/+1
* | swscale.c:remove fill_plane9or10() use fillPlane16()Michael Niedermayer2012-10-301-29/+4
* | sws: move fillPlane16() to header so it can be used from more than 1 placeMichael Niedermayer2012-10-302-20/+21
* | sws_unscaled: drop fill_plane9or10()Michael Niedermayer2012-10-301-35/+0
* | Change my GPG fingerprintTomas Härdin2012-10-301-1/+1
* | sws: fix BE/LE handling for fillPlane16()Michael Niedermayer2012-10-306-12/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-3020-357/+1034
|\ \ | |/
| * pixfmt: support more yuva formatsLuca Barbato2012-10-3010-0/+417
| * swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-302-4/+66
| * configure: rewrite print_config() function using awkMans Rullgard2012-10-301-21/+19
| * FATE: fix (AD)PCM test dependencies broken in e519990Anton Khirnov2012-10-301-2/+2
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-295-117/+264
| * x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-292-186/+190
* | lavfi: remove palette libmpcodecs wrapperPaul B Mahol2012-10-305-241/+1
* | ff: fix case where image does not have alpha channelPaul B Mahol2012-10-301-2/+10
* | Merge commit '08b028c18dc31b6de741861b9555669dcca4d12a'Michael Niedermayer2012-10-303-200/+208
|\ \ | |/
| * Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-291-8/+0