summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* configure: fix cpu=generic caseMåns Rullgård2010-01-18
* Rather call filter_mb_mbaff_edge*v() more often than do extra calculationsMichael Niedermayer2010-01-18
* configure: simplify $cpu handling for some architecturesMåns Rullgård2010-01-18
* configure: indentMåns Rullgård2010-01-18
* configure: split $cpu handling by archMåns Rullgård2010-01-18
* configure: simplify $arch handlingMåns Rullgård2010-01-18
* configure: group arch extention deps by archMåns Rullgård2010-01-18
* Fix 10l segfault with threads.Michael Niedermayer2010-01-18
* Use h->slice_num where possible.Michael Niedermayer2010-01-18
* Enable filter_mb_fast for CAVLC P slices.Michael Niedermayer2010-01-18
* filter_mb_fast needs cbp_table to be set.Michael Niedermayer2010-01-18
* PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_m...Michael Niedermayer2010-01-18
* Reenable filter_mb_fast for I slices and progressive CABAC P slices.Michael Niedermayer2010-01-18
* Set h->cbp for ff_h264_filter_mb_fast().Michael Niedermayer2010-01-18
* 10l for someone, Store chroma_qp_diff in the correct struct.Michael Niedermayer2010-01-18
* Install <libavcodec/vaapi.h> header.Gwenole Beauchesne2010-01-18
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-18
* Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer2010-01-18
* Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such functionLuca Abeni2010-01-18
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-18
* Define out currently unused static functions.Zuxy Meng2010-01-18