summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher2011-10-22
* VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-22
* twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
* twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
* lavf: export some forgotten symbols with non-av prefixes.Anton Khirnov2011-10-22
* swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje2011-10-22
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22
* yuv2planeX10 SIMDKieran Kunhya2011-10-22
* swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-22
* swscale: reintroduce full precision in 16-bit output.Ronald S. Bultje2011-10-22
* Split up yuv2yuvX functionsKieran Kunhya2011-10-22
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-22
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* lavc: translate non-flag-based er options into flag-based ef options at codec...Dustin Brody2011-10-22
* add -err_filter AVOptions to access flag-based error recognitionDustin Brody2011-10-22
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-22
* presets: spelling error in libvpx 1080p50_60Lou Logan2011-10-22
* avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS XMarton Balint2011-10-22
* flvdec: Do not call parse_keyframes_index with a NULL streamReimar Döffinger2011-10-22
* libspeexdec: include system headers before local headersJustin Ruggles2011-10-21
* libspeexdec: return meaningful error codesJustin Ruggles2011-10-21
* libspeexdec: cosmetics: reindentJustin Ruggles2011-10-21
* libspeexdec: decode one frame at a time.Justin Ruggles2011-10-21
* swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard2011-10-21
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-21
* mov: add support for hdvd and pgapmetadata atomsRaivo Hool2011-10-21
* mov: rename function _stik, some indentation cosmeticsRaivo Hool2011-10-21
* mov: rename function _int8 to remove ambiguity, some indentation cosmeticsRaivo Hool2011-10-21
* mov: parse the gnre atomRaivo Hool2011-10-21
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-21
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-21
* mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-21
* mp3on4: set channel layoutJustin Ruggles2011-10-21
* mp3on4: fix the output channel orderJustin Ruggles2011-10-21
* mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-21
* mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-21
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles2011-10-21
* fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: fix and extend documentation for float_interleave()Justin Ruggles2011-10-21
* flvenc: store delay and last_ts per-stream.Justin Ruggles2011-10-21
* h264: fix ppc/altivec buildMans Rullgard2011-10-21
* Enable multithreding when decoding with libopenjpegJean First2011-10-21
* h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje2011-10-21
* H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje2011-10-21
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21