summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04129-1147/+2098
|\
| * H.264: template left MB handlingJason Garrett-Glaser2011-07-034-113/+121
| * H.264: faster fill_decode_cachesJason Garrett-Glaser2011-07-031-123/+124
| * H.264: faster write_back_*Jason Garrett-Glaser2011-07-035-76/+81
| * H.264: faster fill_filter_cachesJason Garrett-Glaser2011-07-031-118/+110
| * H.264: make filter_mb_fast support the case of unavailable top mbJason Garrett-Glaser2011-07-031-14/+28
| * Do not include log.h in avutil.hMans Rullgard2011-07-0312-1/+11
| * Do not include pixfmt.h in avutil.hMans Rullgard2011-07-035-1/+4
| * Do not include rational.h in avutil.hMans Rullgard2011-07-033-1/+2
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-0354-1/+56
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-0318-1/+18
| * Remove return statements following infinite loops without breakMans Rullgard2011-07-0311-15/+0
| * RTSP: Doxygen comment cleanupDiego Biurrun2011-07-032-15/+9
| * doxygen: Escape '\' in Doxygen documentation.Diego Biurrun2011-07-031-2/+2
| * md5: cosmeticsMans Rullgard2011-07-031-48/+61
| * md5: use AV_WL32 to write resultMans Rullgard2011-07-031-1/+2
| * md5: add fate testMans Rullgard2011-07-032-0/+9
| * md5: include correct headersMans Rullgard2011-07-031-1/+1
| * md5: fix test programMans Rullgard2011-07-031-8/+16
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-034-4/+4
| * doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-036-7/+7
| * doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-032-2/+0
| * doxygen: Fix execute_code() @return documentation.Diego Biurrun2011-07-031-1/+1
| * snow: Remove unused code.Diego Biurrun2011-07-031-342/+0
| * Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-032-3/+3
| * crc: add fate testMans Rullgard2011-07-032-0/+8
| * fate: move libavutil test rules to a separate fileMans Rullgard2011-07-033-23/+23
| * configure: do not blank $LIBNAME if static libs disabledMans Rullgard2011-07-031-2/+0
| * Fix segmentation fault in ffprobeGavin Kinsey2011-07-031-0/+1
| * H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-034-50/+1076
| * Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen -u').Reinhard Tartler2011-07-031-63/+283
| * aes: fix for big endian systemsMans Rullgard2011-07-031-1/+5
| * des: reduce number of iterations in test programMans Rullgard2011-07-031-1/+1
| * fate: add DES testMans Rullgard2011-07-031-0/+5
| * avidec: simplify convoluted flow in avi_load_index()Mans Rullgard2011-07-031-11/+7
| * ffv1: remove unused tablesMans Rullgard2011-07-031-73/+1
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-0310-12/+0
| * mjpeg: remove pointless braces around block of codeMans Rullgard2011-07-031-21/+19
| * aes: fix invalid array indexing in init codeMans Rullgard2011-07-031-14/+22
| * h264: remove assert() immediately following return statementMans Rullgard2011-07-031-1/+0
| * aes: use direct assignments instead of memcpy() or loopsMans Rullgard2011-07-031-6/+5
* | Add mode to yadif to enable/disable deinterlacing based on src frame "interla...Joakim Plate2011-07-032-3/+39
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0332-320/+301
|\ \ | |/
| * ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6Mans Rullgard2011-07-021-6/+1
| * ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-022-0/+19
| * swscale: disable full_chroma_int when converting to non-24/32bpp RGB.Ronald S. Bultje2011-07-021-0/+13
| * suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxyStefano Sabatini2011-07-021-1/+1
| * ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-021-1/+1
| * put_bits: remove ALT_BITSTREAM_WRITERMans Rullgard2011-07-023-107/+1
| * put_bits: always use intreadwrite.h macrosMans Rullgard2011-07-021-14/+3
OpenPOWER on IntegriCloud