summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles2011-10-231-6/+6
* vorbisdec: check output buffer size before writing outputJustin Ruggles2011-10-231-3/+9
* wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles2011-10-231-3/+1
* ac3enc: Set max value for mode options correctlyJohn Stebbins2011-10-231-3/+3
* lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2011-10-232-42/+40
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-234-5/+5
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-235-12/+15
* mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-232-13/+13
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-234-13/+6
* VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-221-0/+4
* twinvq: check output buffer size before decodingJustin Ruggles2011-10-221-2/+9
* twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-221-2/+1
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-2212-33/+33
* lavc: translate non-flag-based er options into flag-based ef options at codec...Dustin Brody2011-10-221-0/+10
* add -err_filter AVOptions to access flag-based error recognitionDustin Brody2011-10-221-2/+7
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-221-0/+1
* libspeexdec: include system headers before local headersJustin Ruggles2011-10-211-1/+1
* libspeexdec: return meaningful error codesJustin Ruggles2011-10-211-3/+3
* libspeexdec: cosmetics: reindentJustin Ruggles2011-10-211-7/+7
* libspeexdec: decode one frame at a time.Justin Ruggles2011-10-211-18/+36
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-211-0/+4
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-212-2/+15
* mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-211-3/+14
* mp3on4: set channel layoutJustin Ruggles2011-10-211-0/+12
* mp3on4: fix the output channel orderJustin Ruggles2011-10-211-4/+4
* mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-211-16/+29
* mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-211-0/+1
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-212-60/+61
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-213-60/+53
* fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles2011-10-211-4/+4
* fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-212-76/+55
* fmtconvert: fix and extend documentation for float_interleave()Justin Ruggles2011-10-211-1/+9
* h264: fix ppc/altivec buildMans Rullgard2011-10-211-2/+2
* Enable multithreding when decoding with libopenjpegJean First2011-10-211-9/+36
* h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje2011-10-211-27/+33
* H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje2011-10-211-52/+98
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-2110-592/+337
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-214-17/+103
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-2123-133/+672
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+2
* vp8: fix up handling of segmentation_maps in reference frames.Ronald S. Bultje2011-10-212-14/+65
* lavc: hide private symbols.Anton Khirnov2011-10-201-7/+6
* lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-203-0/+8
* lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-203-4/+4
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-2021-35/+35
* lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-203-4/+4
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-207-15/+15
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-206-9/+9
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-204-6/+6
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-202-3/+3
OpenPOWER on IntegriCloud