17514 Commits (d972e56cf21e9fa12922704da276d26111b5dbc1)
 

Author SHA1 Message Date
Sascha Sommer 30f32a1879 added my gnupg fingerprint 16 years ago
Ben Littler 54f8abde93 cosmetics: CJPG is from Creative Webcam 16 years ago
Ben Littler 949462b32e fourcc CJPG is sequential jpeg 16 years ago
Baptiste Coudurier 15cdff8525 100l, add missing enum type, fix compilation 16 years ago
Baptiste Coudurier 8a47ad5e7c use lower case x and alternate format for hex in printf 16 years ago
Baptiste Coudurier 861b4f012a print more debug information if enabled, including index 16 years ago
Carl Eugen Hoyos 090846f3b9 Rename ff_VDPAU as ff_vdpau. 16 years ago
Carl Eugen Hoyos 6cc01c245f Rename bitstreamBuffers* as bitstream_buffers* 16 years ago
Ramiro Polla 1bb04d5a44 configure: allow to disable sse code. 16 years ago
Dominique Leuenberger 6fde7afa8d Fix a compiler warning: 16 years ago
Ramiro Polla 1f91cdce0b Use posix_memalign() if available. 16 years ago
Diego Biurrun 218a6022e7 Only #include svq3.c if the SVQ3 decoder is enabled. 16 years ago
Diego Biurrun ed09249c71 The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. 16 years ago
Robert Swain 158b39126d Support ADTS AAC files in the ffaac decoder (limited to streams containing one 16 years ago
Michael Niedermayer 600a331c27 Inject NULL packets into the video packet que at EOF to force all delayed 16 years ago
Michael Niedermayer 9f06bd9e96 Do not try to duplicate packets that have data==NULL. 16 years ago
Michael Niedermayer 1b9bbf8674 Document the need of buf=NULL buf_size=0 at the end to obtain all frames. 16 years ago
Diego Biurrun 0d9efa287a Add missing headers to allow 'make checkheaders' to pass. 16 years ago
Diego Biurrun 25bd48bdb4 Use <> instead of "" for system headers. 16 years ago
Alex Converse 11d6f38cc9 Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that 16 years ago
Robert Swain 4b82e3cedc Add some lossless h.264 encoding presets as suggested by Jason 16 years ago
Robert Swain 986a5e91f5 Add a slow first pass preset 16 years ago
Robert Swain ef4140690b Be consistent and use b-frames throughout the presets to avoid confusion about 16 years ago
Ronald S. Bultje 6e5f27ca80 Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by 16 years ago
Robert Swain 199a8aa9f4 Change direct prediction for fast first pass to automatic as all other presets 16 years ago
Ronald S. Bultje 70d4b8ce50 Fix doxy comments missing one '*'. 16 years ago
Ronald S. Bultje 7a86bafa20 Use the "server" RTSP field to detect whether the server that we're talking 16 years ago
Ronald S. Bultje 74272b1c0c Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future 16 years ago
Ronald S. Bultje b0d75d6036 Don't use s->pb if a local ByteIOContext was already provided by the calling 16 years ago
Ronald S. Bultje 572c6a3814 Allow subscription to any of the streams, not just the first, available in 16 years ago
Ronald S. Bultje 7c68a17754 Parse the OpaqueData field for every AVStream represented by this "set of 16 years ago
Ronald S. Bultje 530bca9439 Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in 16 years ago
Ronald S. Bultje 3ca45429fe Parse the ASMRuleBook SDP line to dynamically create one new AVStream for 16 years ago
David Conrad b06688ffed Add AltiVec versions of h264_idct_add(8|16|16intra), 16 years ago
Luca Abeni e7b987dc2f Remove the frame rate from struct video_data, and allow using a variable 16 years ago
Michael Kostylev b6e736a131 Don't prefix yasm with cross prefix. 16 years ago
Diego Biurrun 8b6871ed4d Disable SVQ3 checks if SVQ3 support is not compiled in. 16 years ago
Diego Biurrun 11e6d03a9d alphabetical ordering cosmetics 16 years ago
Diego Biurrun 3a8e375acf Remove inappropriate const qualifier from function argument, fixes the warning: 16 years ago
David Conrad 4929c63679 Add Altivec version of vector_fmul_window. 16 years ago
David Conrad 8b2bc85f29 add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) 16 years ago
Aurelien Jacobs 094d9df72e free all allocated metadata structures 16 years ago
Aurelien Jacobs 16cda1535e ensure that no GPL code is linked to LGPL only libavcodec 16 years ago
Carl Eugen Hoyos 448ecb68e3 Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). 16 years ago
Diego Biurrun ec0052760e cosmetics: alphabetical order 16 years ago
Carl Eugen Hoyos 93c69a94ea Factorise setting of avctx->pix_fmt. 16 years ago
Aurelien Jacobs 7cfe7d77a4 ignore year=0 and track=0 16 years ago
David Conrad aa9a9b7af7 Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h 16 years ago
David Conrad 628653449c fix compilation with GCC-4.3+ 16 years ago
David Conrad 54b9095833 offset and weights are signed, fixes some non-bitexact issues. 16 years ago