Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-22configure: fix --cpu=hostMåns Rullgård
2010-01-22Gcc idiocy fixes related to filter_mb_edge*.Michael Niedermayer
2010-01-22Update regression tests after r21372David Conrad
2010-01-22Move dquant check into qscale overflow check.Michael Niedermayer
2010-01-21mkvenc: Write TrackTimecodeScaleRafaël Carré
2010-01-21Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje
2010-01-21Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje
2010-01-21Reindent after r21368.Ronald S. Bultje
2010-01-21Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje
2010-01-21Make output-example.c handle AAC audio.Martin Storsjö
2010-01-21Make calculation of mask_edge free of branches, faster of course but probablyMichael Niedermayer
2010-01-21Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö
2010-01-21Clarify CODEC_CAP_SUBFRAMES.Michael Niedermayer
2010-01-21Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård
2010-01-21Set CODEC_CAP_SUBFRAMES for adpcm decodersMåns Rullgård
2010-01-21More const-correctness for sws_scaleDavid Conrad
2010-01-21Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad
2010-01-21Use two separate memory arguments since 8+() is invalid gas syntaxDavid Conrad
2010-01-21IndentMåns Rullgård
2010-01-21Always call avcodec_thread_init()Måns Rullgård
2010-01-20Translate -mfpu=vfpv3 for TMS470Måns Rullgård
2010-01-20Ignore annoying armcc warningsMåns Rullgård
2010-01-20Attempt to fix asm compilation failure.Michael Niedermayer
2010-01-20Added myself as dxva2 maintainer.Laurent Aimar
2010-01-20H264 DXVA2 implementationLaurent Aimar
2010-01-20Use the configure check from r21351 and use it to properly define structMartin Storsjö
2010-01-20Add a check for struct sockaddr->sa_len, which is an indication of whetherRonald S. Bultje
2010-01-20Use $(CC_O) in %-test.o rulesMåns Rullgård
2010-01-20configure: display --list-* output in three columnsMåns Rullgård
2010-01-20configure: use nm -P on SolarisMåns Rullgård
2010-01-20Add -timelimit optionMåns Rullgård
2010-01-20Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård
2010-01-20H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts.Alexander Strange
2010-01-20Document some more of SwsContext.Ramiro Polla
2010-01-20Simplify/Optimize another of the mbaff loop filter cases.Michael Niedermayer
2010-01-20Update documentation for make test.Ramiro Polla
2010-01-20Only calculate the second chroma qp if it differs from the firstin the mainMichael Niedermayer
2010-01-20Set bS with 64bits at a time.Michael Niedermayer
2010-01-20Merge multiple IS_* macro uses where possible.Michael Niedermayer
2010-01-20Simplify and optimize intra code in h264_loopfilter.cMichael Niedermayer
2010-01-20Floating point discrete cosine transformVitor Sessak
2010-01-20Use constant offsets for memory operands since gcc is unable toDavid Conrad
2010-01-20Avoid more pointless tests, the input and output formats need to beStefano Sabatini
2010-01-20Sightly simplify initialization of int start.Michael Niedermayer
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-20configure: do not use character classes with awkMåns Rullgård
2010-01-20Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer
2010-01-20skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer
2010-01-20Split overly long line.Stefano Sabatini