summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Adds -aq documentation to the ffmpeg docs.John Van Sickle2010-01-19
* Improve section 3.2 of the faq by providing more useful examples and aJohn Van Sickle2010-01-19
* Make selfTest() perform tests where both the input and output formatsStefano Sabatini2010-01-19
* fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier2010-01-19
* Reenable ff_h264_filter_mb_fast() for all slices it supported before.Michael Niedermayer2010-01-19
* Fix h264_loop_filter_strength_mmx2() so it works with b frames.Michael Niedermayer2010-01-19
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-19
* configure: inlcude sys/types.h when checking sys/socket.hMåns Rullgård2010-01-19
* configure: drop -A flag to odMåns Rullgård2010-01-19
* configure: be more liberal with nm outputMåns Rullgård2010-01-19
* swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla2010-01-19
* Remove -2 -> -1 remapping, its not needed anymore as we must remap allMichael Niedermayer2010-01-19
* Remove useless forward declaration.Ramiro Polla2010-01-19
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-19
* Use avconfig.h in pixfmt.hMåns Rullgård2010-01-19
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-19
* Add rules to install generated headersMåns Rullgård2010-01-19
* configure: create dirs before generating config.*Måns Rullgård2010-01-19
* configure: add cp_if_changed function and use for config.hMåns Rullgård2010-01-19
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-19
* swscale-example: use av_malloc()Måns Rullgård2010-01-19
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-19
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-19
* Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.Michael Niedermayer2010-01-19
* Move a few things into a deeper if() in fetch_diagonal_mv().Michael Niedermayer2010-01-19
* Remove code that handles the case of a MB pair to our right being available.Michael Niedermayer2010-01-19
* reindentBaptiste Coudurier2010-01-18
* set average frame rate in mov demuxerBaptiste Coudurier2010-01-18
* Cosmetic, get rid of &x[0]Michael Niedermayer2010-01-18
* Fix compilation with -O0.Michael Niedermayer2010-01-18
* Fix accumulated indention errors.Michael Niedermayer2010-01-18
* Split long line.Stefano Sabatini2010-01-18
* Convert int -> enum PixelFormat in doTest().Stefano Sabatini2010-01-18
* Optimize top non_zero_count_cache init.Michael Niedermayer2010-01-18
* Dont init chroma elements of non_zero_count_cache for deblock.Michael Niedermayer2010-01-18
* Remove unneeded for_deblock check, this code was alraedy under for_deblock.Michael Niedermayer2010-01-18
* configure: add --disable-asm optionMåns Rullgård2010-01-18
* configure: rename a variable in check_asmMåns Rullgård2010-01-18
* move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier2010-01-18