8561 Commits (f7ad5aa2e810ac3b341d1681db3288a404b001ee)

Author SHA1 Message Date
Kostya Shishkov 820089cb06 421l: fix loop filter for P-frames in VC-1 16 years ago
Kostya Shishkov 34f3f6d129 Cinepak strip ID is a single byte 16 years ago
Kostya Shishkov d94b1f12c5 Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. 16 years ago
Aurelien Jacobs af5f434f8c add the necessary include for LIBAV*_VERSION_* 16 years ago
Måns Rullgård 9a0cf9f8f8 ARM: use push/pop pseudo-instructions in simple_idct_armv6.S 16 years ago
Måns Rullgård e9497946bb ARM: simple_idct_armv6.S whitespace cosmetics 16 years ago
Måns Rullgård 7f727ace2a ARM: clean up pc-relative references in simple_idct_armv6.S 16 years ago
Måns Rullgård 3b16c71984 ARM: use rX register names in simple_idct_armv6.S 16 years ago
Stefano Sabatini d9513de67c Add missing inclusion of libavutil/intreadwrite.h, fix compilation when 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Diego Biurrun 84f8d1f604 Add missing #include to fix 'make checkheaders'. 16 years ago
Michael Niedermayer c8af74a99b Increase BUFFER_SIZE. 16 years ago
Michael Niedermayer 203fa6b4d1 fix indention 16 years ago
Michael Niedermayer 2083648383 All negative values are errors not just -1. 16 years ago
Kostya Shishkov 42b7678d65 30l: when reading mb_offset in RV30 slice header its size 16 years ago
Benjamin Larsson 336c2ca585 Add size that is needed for the wmapro codec 16 years ago
Kostya Shishkov 6751a00a3f RV30 decoder passes possible frame sizes in extradata and selects 16 years ago
Carl Eugen Hoyos 1717031362 Remove H264Context from vdpau_internal.h. 16 years ago
Carl Eugen Hoyos 10652dd54f Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). 16 years ago
Carl Eugen Hoyos c639fc7213 Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. 16 years ago
Carl Eugen Hoyos 1968e438d0 Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. 16 years ago
Carl Eugen Hoyos 6f0b5d6fae Cosmetics: Break long line. 16 years ago
Carl Eugen Hoyos 63bfcb6997 Fill range_map* in VC1Context. 16 years ago
Stefano Sabatini 78acb9e74b Move the AVCodecContext options definition to a dedicated file, reduce 16 years ago
Carl Eugen Hoyos 7fd3c09e0f Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. 16 years ago
Carl Eugen Hoyos 7eb6ed78ea Move VDPAU check, make future VDPAU patches smaller. 16 years ago
Carl Eugen Hoyos 49186206eb Add refdist_flag to VC1Context. 16 years ago
Måns Rullgård 6dde9f8c20 SH4: fix typo in asm constraint 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
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 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
David Conrad b06688ffed Add AltiVec versions of h264_idct_add(8|16|16intra), 16 years ago
Diego Biurrun 8b6871ed4d Disable SVQ3 checks if SVQ3 support is not compiled in. 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 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
Carl Eugen Hoyos 93c69a94ea Factorise setting of avctx->pix_fmt. 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
Carl Eugen Hoyos 373745ae62 1l: Forgot to rename header guard. 16 years ago
Carl Eugen Hoyos 272081b0f8 Export VDPAU support by installing vdpau.h. 16 years ago