aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix asm compilation failure.Michael Niedermayer2010-01-201-21/+20
* Added myself as dxva2 maintainer.Laurent Aimar2010-01-201-0/+1
* H264 DXVA2 implementationLaurent Aimar2010-01-208-1/+637
* Use the configure check from r21351 and use it to properly define structMartin Storsjö2010-01-201-1/+9
* Add a check for struct sockaddr->sa_len, which is an indication of whetherRonald S. Bultje2010-01-201-0/+3
* Use $(CC_O) in %-test.o rulesMåns Rullgård2010-01-201-2/+2
* configure: display --list-* output in three columnsMåns Rullgård2010-01-201-1/+1
* configure: use nm -P on SolarisMåns Rullgård2010-01-201-1/+4
* Add -timelimit optionMåns Rullgård2010-01-203-0/+26
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-203-19/+21
* H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts.Alexander Strange2010-01-201-3/+3
* Document some more of SwsContext.Ramiro Polla2010-01-201-26/+54
* Simplify/Optimize another of the mbaff loop filter cases.Michael Niedermayer2010-01-201-9/+6
* Update documentation for make test.Ramiro Polla2010-01-201-2/+7
* Only calculate the second chroma qp if it differs from the firstin the mainMichael Niedermayer2010-01-201-8/+10
* Set bS with 64bits at a time.Michael Niedermayer2010-01-201-4/+5
* Merge multiple IS_* macro uses where possible.Michael Niedermayer2010-01-202-7/+4
* Simplify and optimize intra code in h264_loopfilter.cMichael Niedermayer2010-01-201-12/+5
* Floating point discrete cosine transformVitor Sessak2010-01-205-1/+227
* Use constant offsets for memory operands since gcc is unable toDavid Conrad2010-01-201-12/+8
* Avoid more pointless tests, the input and output formats need to beStefano Sabatini2010-01-201-2/+2
* Sightly simplify initialization of int start.Michael Niedermayer2010-01-201-7/+3
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-194-38/+109
* configure: do not use character classes with awkMåns Rullgård2010-01-191-1/+1
* Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer2010-01-191-4/+4
* skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer2010-01-191-0/+2
* Split overly long line.Stefano Sabatini2010-01-191-1/+2
* Adds -aq documentation to the ffmpeg docs.John Van Sickle2010-01-191-0/+2
* Improve section 3.2 of the faq by providing more useful examples and aJohn Van Sickle2010-01-191-0/+19
* Make selfTest() perform tests where both the input and output formatsStefano Sabatini2010-01-191-0/+6
* fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier2010-01-191-1/+1
* Reenable ff_h264_filter_mb_fast() for all slices it supported before.Michael Niedermayer2010-01-191-3/+0
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-191-0/+34
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-192-4/+4
* configure: inlcude sys/types.h when checking sys/socket.hMåns Rullgård2010-01-191-1/+1
* configure: drop -A flag to odMåns Rullgård2010-01-191-1/+1
* configure: be more liberal with nm outputMåns Rullgård2010-01-191-1/+1
* swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla2010-01-191-0/+4
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-191-4/+0
* Remove useless forward declaration.Ramiro Polla2010-01-191-2/+0
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-191-1/+1
* Use avconfig.h in pixfmt.hMåns Rullgård2010-01-191-4/+3
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-192-1/+19
* Add rules to install generated headersMåns Rullgård2010-01-192-1/+4
* configure: create dirs before generating config.*Måns Rullgård2010-01-191-39/+38
* configure: add cp_if_changed function and use for config.hMåns Rullgård2010-01-191-3/+7
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-192-6/+6
* swscale-example: use av_malloc()Måns Rullgård2010-01-191-10/+11
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-191-4/+0
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-191-0/+2