summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "Remove detection of mmsh protocol in ffplay."Michael Niedermayer2011-10-31
* dirac: alignment for dirac_hpel_filter_v has been fixedMichael Niedermayer2011-10-31
* dirac: alignment for add_dirac_obmc has been fixedMichael Niedermayer2011-10-31
* dirac: alignment for add_rect_clamped has been fixedMichael Niedermayer2011-10-31
* dirac: alignment for put_signed_rect_clamped has been fixedMichael Niedermayer2011-10-31
* dirac: alignment for dirac_hpel_filter_v() has been fixedMichael Niedermayer2011-10-31
* dirac: fix stride alignmentMichael Niedermayer2011-10-31
* dirac: fix segfault in horizontal_compose_haarMichael Niedermayer2011-10-31
* lavfi: bump micro after recent changes in the overlay filterStefano Sabatini2011-10-31
* vf_overlay: add support to alpha pre-multiplication in the RGBA pathStefano Sabatini2011-10-31
* vf_overlay: enable RGB pathStefano Sabatini2011-10-31
* dirac: ff_diracdsp_init_mmx() is only compiled when yasm is availableMichael Niedermayer2011-10-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-31
|\
| * libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-10-30
| * cmdutils: check fread() return valueJanne Grunau2011-10-30
* | sws: fallback to mmx2 when yuv2yuvX_sse3() cannot be used.Michael Niedermayer2011-10-31
* | sws: print a warning on unaligned input on SSE2+Michael Niedermayer2011-10-31
* | sws: increase stride alignment requirement for the warning print code.Michael Niedermayer2011-10-31
* | Dirac decoding is supported natively.Carl Eugen Hoyos2011-10-31
* | Add missing 'tab'.Carl Eugen Hoyos2011-10-31
* | Bump libavcodec minor version for the Dirac decoder.Carl Eugen Hoyos2011-10-31
* | dirac: enable ff_spatial_idwt_init_mmx()Michael Niedermayer2011-10-30
* | dirac: enable diracdsp_mmxMichael Niedermayer2011-10-30
* | dirac: ff_horizontal_compose_dd97i_ssse3 does not work yet, thus disable itMichael Niedermayer2011-10-30
* | dirac: put_dirac_pixels8_mmx() does not work yet, thus disable it.Michael Niedermayer2011-10-30
* | dirac: add_rect_clamped does currently not receive aligned data, thus use una...Michael Niedermayer2011-10-30
* | dirac: put_signed_rect_clamped does currently not receive aligned data, thus ...Michael Niedermayer2011-10-30
* | dirac; dirac_hpel_filter_h does currently not receive aligned data thus use u...Michael Niedermayer2011-10-30
* | dirac: dirac_hpel_filter_v does currently not receive aligned data, thus use ...Michael Niedermayer2011-10-30
* | Dirac: More formatingJordi Ortiz2011-10-30
* | Dirac: Doxygen comments and some formatting enhancementsJordi Ortiz2011-10-30
* | Dirac: allcodecs in alphabetical orderJordi Ortiz2011-10-30
* | Dirac now returns AVFrames instead of DiracFramesJordi Ortiz2011-10-30
* | DIRAC Decoder stable version, MMX support removed.multiple authors2011-10-30
* | vf_overlay: use opt.h API for setting optionsStefano Sabatini2011-10-30
* | libmp3lame: log error message in case of invalid number of channelsStefano Sabatini2011-10-30
* | Remove pointless per-frame malloc/free.Reimar Döffinger2011-10-30
* | MMX put_no_rnd_pixels_l2David Conrad2011-10-30
* | postproc: remove stray +Michael Niedermayer2011-10-30
* | Fix deprecated warnings in .bit (de)muxerVladimir Voroshilov2011-10-30
* | spdifenc: use special alignment for DTS-HD length_codeAnssi Hannula2011-10-30
* | propresenc: fix missed LE pixfmt occuranceMichael Niedermayer2011-10-30
* | proresenc: the encoder expects native endian input.Michael Niedermayer2011-10-30
* | ffmpeg: allow pass 3Michael Niedermayer2011-10-30
* | doc: add v4l2 example with ALSA instead of OSS.Clément Bœsch2011-10-30
* | lavd: add v4l and v4l2 aliases.Clément Bœsch2011-10-30
* | ffmpeg: silence two compiler warnings.Clément Bœsch2011-10-30
* | doc: fix and clarify libx264 encoding.Clément Bœsch2011-10-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-30
|\|
| * cin audio: use sign_extend() instead of casting to int16_tJustin Ruggles2011-10-29