9733 Commits (26ef3220cf6ad4a3cb1580086c244394f5aa3094)
 

Author SHA1 Message Date
Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
Diego Biurrun 0a4f20c6c5 Add some explanatory comments to #endif directives. 18 years ago
Michael Donaghy 3cce801a0b fix 8- and 24-bit FLAC decoding 18 years ago
Diego Biurrun ea23327b9c Remove unused static function. 18 years ago
Michael Niedermayer 1aa80145c5 dont attach huge samplesto mails 18 years ago
Aurelien Jacobs 0c33dac236 move codecs declarations from avcodec.h to allcodecs.h 18 years ago
Diego Biurrun 819f3ab6f5 The video hooks do not depend on the libav* libraries. 18 years ago
Guillaume Poirier c01d444b3e one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go 18 years ago
Eric Lasota 7c68b47b78 Cygwin compatibility workaround 18 years ago
Diego Biurrun b8d4082552 We do not create .d files, thus no need to remove them. 18 years ago
Diego Biurrun fa62bdb868 Move libpostproc-specific uninstallation command to the libpostproc Makefile. 18 years ago
Diego Biurrun 06694949b4 Use consistent paths for adding values to LDFLAGS. 18 years ago
Ronald S. Bultje 19ecf88288 Add a bounds check on AVProbeData input. 18 years ago
Diego Biurrun 364a960704 Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg. 18 years ago
Diego Biurrun bb8fe69a09 whitespace cosmetics 18 years ago
Diego Biurrun 4566de5707 Simplify ffplay.o CFLAGS handling. 18 years ago
Diego Biurrun 18caf192e7 Compile all binaries with default CFLAGS. 18 years ago
Diego Biurrun 226cbe07c7 Make main() return 0 at the end and mark as int. 18 years ago
Diego Biurrun a65bafeff0 Add appropriate headers for exit and printf. 18 years ago
Diego Biurrun ed7bf3c3c8 Simplify command with automatic variable. 18 years ago
Ronald S. Bultje 097e1da470 Adapt to API changes, fix compilation. 18 years ago
Guillaume Poirier 5ce27e8c92 minor GCC3 compile fix 18 years ago
Graham Booker f057cc0399 Altivec version of h264_(h|v)_loop_filter_luma 18 years ago
Ronald S. Bultje 12807c8d87 Add some #includes to allow compilation without HAVE_AV_CONFIG_H. 18 years ago
Diego Biurrun 15bf461bb6 Remove unused variable. 18 years ago
Diego Biurrun 62dd740c7c Remove redundant #include, avformat.h indirectly includes common.h. 18 years ago
Graham Booker ee387b57fd work around issues with the old version of Gnu Assembler shipped on 18 years ago
Diego Biurrun b13cdd333f Remove stray commented out line, fix individual regression test dependencies. 18 years ago
Michael Niedermayer b3e104366a simplify 18 years ago
Michael Niedermayer 2bb486a5e6 remove now unused "global" pcr_pid 18 years ago
Michael Niedermayer dbf6b678fc proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) 18 years ago
Reimar Döffinger 1a18eaf760 Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 18 years ago
Diego Biurrun 4fbd52f0b8 Merge tests Makefile into the top-level Makefile. 18 years ago
Diego Biurrun 46076a95a0 The server configuration file is passed as a command line parameter. 18 years ago
Ronald S. Bultje bcbd6603dd emms --> emms_c, taken from a patch by Ronald Bultje 18 years ago
Diego Biurrun 2458c5c1c4 Use consistent names for all test programs. 18 years ago
Diego Biurrun 34933442ac Preprocessor #defines starting with __ are reserved for the system. 18 years ago
Ronald S. Bultje 3d4e3e560f Use FFmpeg-specific CPU feature definitions. 18 years ago
Ronald S. Bultje ac237a2f5d Add CPU feature definitions for SSE3 and SSSE3. 18 years ago
Diego Biurrun 7b900f2d0b '-acodec mp3' --> '-acodec libmp3lame' 18 years ago
avcoder 095247b1c1 Change names of codecs provided by external libraries in examples to account 18 years ago
Ronald S. Bultje d07026cd16 CPU feature definitions should always be available, not just when the 18 years ago
Diego Biurrun 94254fc00e Only run MMX2 tests when MMX2 is available. 18 years ago
Diego Biurrun b9702de506 Fix linking when GPL code has been disabled. 18 years ago
Ronald S. Bultje ee3035f31e Fix compilation when MMX is disabled. 18 years ago
Diego Biurrun b0b0d7e78c FAAN is not x86-specific. 18 years ago
Panagiotis Issaris 716f6b47f2 Remove the unnecessary masking when counting received packet types in the H.264 18 years ago
Panagiotis Issaris 7699645e7d Remove the unnecessary masking when reconstructing the NAL unit header in the 18 years ago
Panagiotis Issaris 6ab6525e11 Remove the unnecessary masking when extracting the start bit in the H.264 RTP 18 years ago
Diego Biurrun c64bab0805 Fix linking: emms_c is a macro, #include the correct header file. 18 years ago