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