19464 Commits (f83c57735e44aaec8245dc1f7412f60ff5faaa0e)
 

Author SHA1 Message Date
Jai Menon 35e2e681b8 Add my public key fingerprint to MAINTAINERS. 16 years ago
Reimar Döffinger c3481d18b4 Remove unused audio_pts field from ea demuxer struct 16 years ago
Reimar Döffinger 3f19810d9e Remove unused code from Westwood VQA/AUD demuxer. 16 years ago
Diego Biurrun 8bb3d6a612 Do not add -fno-common to CFLAGS on DOS, it is unneeded. 16 years ago
David Conrad d8f3f340ad Add guaranteed alignment for loading dest pixels in avg_pixels16_neon 16 years ago
David Conrad 2d08f9ea54 VC1 loop filter uses the frame quantizer not the mb quantizer 16 years ago
Michael Niedermayer 74b14aacfa Support broken avc nal encapsulation. 16 years ago
Justin Ruggles 0bc08ed941 flacenc: write initial blocksize to STREAMINFO header instead of current 16 years ago
Ronald S. Bultje 799a0722fc Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist 16 years ago
Michael Niedermayer 7e030c4739 Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly 16 years ago
Reynaldo H. Verdejo Pinochet e223a3bd38 [COSMETIC] Correct a minor nit. Should be clearer now. 16 years ago
Kenan Gillet 807c4c7875 Fix possibly harmful outbound addressing. Patch by Kenan Gillet. 16 years ago
David Conrad c21c835b8d avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing 16 years ago
Martin Storsjö 29382bc1eb Check for Decoder_Interface_init() instead of Speech_Decode_Frame_init() when 16 years ago
Ronald S. Bultje 30e79845b4 Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 16 years ago
Diego Biurrun 888505df22 Explain the sort order for changelog entries. 16 years ago
David Conrad ddd94932fb Ensure that there's pages to read for duration calculation in the ogg demuxer 16 years ago
David Conrad 99cc7f8a02 Altivec version of avg_no_rnd_vc1_chroma_mc8 16 years ago
David Conrad 3992526b3c Split VC1 loop filter into separate functions for h/v and size 16 years ago
David Conrad 0e58865d6e Move VC1 loop filter to DSPContext 16 years ago
David Conrad 9bf0fdf378 VC1: extend MMX qpel MC to include MMX2 avg qpel 16 years ago
David Conrad 8013da7364 VC1: add and use avg_no_rnd chroma MC functions 16 years ago
David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 years ago
Carl Eugen Hoyos 08982bb466 Cosmetics: Split long line. 16 years ago
Carl Eugen Hoyos 899f38df62 Fix two icc warnings #188: enumerated type mixed with another type. 16 years ago
Carl Eugen Hoyos 34bcada424 Fix icc warning #188: enumerated type mixed with another type. 16 years ago
Carl Eugen Hoyos 5c463aacb2 Fix icc warning #188: enumerated type mixed with another type. 16 years ago
Vitor Sessak de5922f179 For every line, copy 3*width bytes instead of linesize[0] to avoid 16 years ago
David Conrad 6cecd63005 VC1: Do qpel when needed for both MVs in a B frame 16 years ago
Ramiro Polla 44be8d4278 mingw32: FFmpeg now passes -fno-common automatically. 16 years ago
Ronald S. Bultje e6327fba98 Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
Diego Biurrun d648c720af whitespace cosmetics: Break some overly long lines. 16 years ago
Cédric Schieli 39e5f87b1a Do not use abgrToA for both luma and alpha channel in hyscale. 16 years ago
Ronald S. Bultje 373afbaf76 Increase the SDP buffer size (again!) and also increase the temporary 16 years ago
Cédric Schieli fe479c9d63 Also copy pixel_aspect when copying the picref in avfilter_start_frame. 16 years ago
Alex Converse 184fcc60b7 Mark src constant in copy_block*(). 16 years ago
Justin Ruggles 22c4c3e059 Support audio sample formats than S16 when encoding a small last frame. 16 years ago
Baptiste Coudurier 7c8689ef54 set pkt duration for last smaller frame, should fix alac in m4a muxing 16 years ago
Baptiste Coudurier bee3140a88 fix indentation 16 years ago
Baptiste Coudurier de481d7fed avoid strcmp NULL, fix segv on mingw 16 years ago
Ramiro Polla 1894e741f5 win32, dos: Work around a bug in the GNU toolchain. 16 years ago
Baptiste Coudurier c573eb85f0 fix indentation 16 years ago
Stefano Sabatini ad25b95470 Fix skip_put_bits() buf_ptr increment. 16 years ago
Bobby Bingham 0aed5e9fb8 Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. 16 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Stefano Sabatini 084c7cc54a Do not use full include path for get_bits.h, since the header is in 16 years ago
Jai Menon 437f884da6 flacenc : do not #include libavutil/lls.h since lpc code is now 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Jai Menon 309a8bb8a1 alacenc : cosmetics : remove misleading comment 16 years ago
Baptiste Coudurier b3eab9fb64 seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext 16 years ago