16518 Commits (0a23c0bbdb64cc211df15e37e5df9d44ed04b5db)
 

Author SHA1 Message Date
Ramiro Polla 3ddb448d0a Support absolute DOS paths for preset parameters 16 years ago
Benoit Fouet c49d0e0fe2 Bump minor version after addition of FF_ARRAY_ELEMS macro. 16 years ago
Bartłomiej Wołowiec 757d91a6e6 Use of new bitstream in vorbis_enc.c. 16 years ago
Benoit Fouet a6080be7a2 Cosmetics: fix indentation after previous commit. 16 years ago
Nicolas George 9c8f0768e3 Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. 16 years ago
Benoit Fouet ac809e814e Add a macro to get the number of elements in a table. 16 years ago
Michael Niedermayer e46a98271e Include zlib.h as it is needed for watermark support, 16 years ago
Michael Niedermayer 795bb9dcb0 Export svq1_packet_checksum() that is needed for svq3 watermarks, 16 years ago
Michael Niedermayer 1fdcdf8d87 Add variable to hold the svq3 watermarking key, 16 years ago
Carl Eugen Hoyos 2e00584efc Enable AC-3 decoding regression tests. 16 years ago
Benoit Fouet b47cdbd0e8 Add Jason Garrett-Glaser as libx264 maintainer. 16 years ago
Benoit Fouet c27c66c3f0 Add a space between frequencies and their units. 16 years ago
Ralf Terdic 5c4e97282f Fix mem leak. 16 years ago
Carl Eugen Hoyos 95240bf3e3 Fix some icc warnings by using enum PixelFormat instead of int where appropriate. 16 years ago
Aurelien Jacobs 40056c32df vp6dec: ensure we don't try to use a buffer with negative size 16 years ago
Måns Rullgård f2e49553de Enable FAST_UNALIGNED on ARM variants that support it 16 years ago
Måns Rullgård aa8bc0f10f Enable FAST_UNALIGNED on PPC 16 years ago
Måns Rullgård 53bd9d923a Revert "Replace sed trickery in the gcc dependency generation command" 16 years ago
Måns Rullgård 5eb39de901 configure: simplify PPC dcbzl check 16 years ago
Stefano Sabatini a57bf69758 Add preset options documentation strings. 16 years ago
Carl Eugen Hoyos 3bd9f70835 Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. 16 years ago
Carl Eugen Hoyos 89493e10ef Don't include byteswap.h anymore. 16 years ago
David Conrad c5f67c1559 Remove unused variables 16 years ago
Diego Biurrun 3a2bcaed7c Replace sed trickery in the gcc dependency generation command by use of 16 years ago
Stefano Sabatini ca9acf9767 Fix inconsistent indent. 16 years ago
Diego Biurrun 79ab96bafd Revert the merger of LC_ALL declaration and export. 16 years ago
Stefano Sabatini 15fe16f4a4 Check requirement for libx264 version in configure using 16 years ago
Stefano Sabatini a5344cf7ec Implement CPP condition check support in configure. 16 years ago
Ramiro Polla f2e5786771 nellymoserenc: flush PutBitContext after use. 16 years ago
Måns Rullgård 57bb0da679 aac_parser: fix strict aliasing violation 16 years ago
Ramiro Polla bc574408dc Only special-case absolute DOS paths on systems that support them. 16 years ago
Stefano Sabatini 60e8bc13a9 Make configure --help return 0. 16 years ago
Stefano Sabatini 1865259fea Document libavfilter filters options in configure -h. 16 years ago
Baptiste Coudurier f76543c9b9 get_pixels_sse2, ~+12% performance compared to mmx 16 years ago
Michael Niedermayer 965530e156 Limit discontinuity handling to containers that allow discontinuities. 16 years ago
Diego Pettenò b5c44b1ab6 Mark some symbols in swscale.c as constant. 16 years ago
Diego Pettenò d0b69b2855 Mark dither_2x2_{8,4} static to swscale.c 16 years ago
Diego Pettenò faf6112e26 Mark variation-specific interleaveBytes static. 16 years ago
Diego Pettenò 6683a37f89 Invert logic for the single-pass in swScale() functions. 16 years ago
Carl Eugen Hoyos f5a2c9816e Change variable types from int to enum PixelFormat. 16 years ago
Michael Niedermayer 51f4155fef Make gcc 2.95 happy. 16 years ago
Vitor Sessak e150ef8d34 Do not set src[1] to the palette, it is now in the context 16 years ago
Vitor Sessak 4900461742 Add a new unscaled PAL8 -> RGB converter. 16 years ago
Aurelien Jacobs fd2b356a62 cosmetics: indentation 16 years ago
Aurelien Jacobs 6488cf9b09 lookup AVCodec by name 16 years ago
Aurelien Jacobs fc228c9014 allows calling avcodec_find_(en|de)coder_by_name with NULL parameter 16 years ago
Aurelien Jacobs 13394e8cbb Change one more variable type from int to enum PixelFormat. 16 years ago
Diego Biurrun 098b4169f1 Add a bunch of const qualifiers to function arguments. 16 years ago
Carl Eugen Hoyos 58e4b706c5 Change variable types from int to enum PixelFormat. 16 years ago
Roman Shaposhnik 4e92dabf60 replacing frame_rate and frame_rate_base with an AVRational time_base 16 years ago