5919 Commits (5492209aa9b26773e7a5fdad0995196ffb2dff53)

Author SHA1 Message Date
Diego Biurrun f0a838e525 Add missing #includes to fix 'make checkheaders'. 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Christophe Gisquet 82821c913b add VC-1 MMX DSP functions, under MIT license. 17 years ago
Michael Niedermayer e59d932826 cosmetic (x==NULL -> !x) 17 years ago
Michael Niedermayer 5b2052b38f cosmetic (place { consistently) 17 years ago
Michael Niedermayer 0dd954b1f0 cosmetic (remove != 0 / != NULL) 17 years ago
Michael Niedermayer e1c48b7aae use sizeof in snprintf (note the changed code is all under #if 0) 17 years ago
Michael Niedermayer 2867ed9b1c check region depth for validity 17 years ago
Benjamin Larsson 289987e454 Use memcpy instead of for loop 17 years ago
Jeff Downs e240f898ff Call mpegvideo flush routine on h264 flush. Needed in particular 17 years ago
Diego Biurrun eb72cacb21 Remove unused functions, fixes the warnings: 17 years ago
Aurelien Jacobs 87246a01cf avoid some halfpel related #ifdef 17 years ago
Diego Biurrun a0c013de34 Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: 17 years ago
Panagiotis Issaris 9bd51b9aab Attribute for specifying direction should come right after @param. 17 years ago
Christophe Gisquet 1a625dce18 Use put_signed_pixels_clamped where appropriate 17 years ago
Alex Beregszaszi 0b77d7d642 Remove editor junk from the end. 17 years ago
Benjamin Larsson 2b992d0e88 Small simplification 17 years ago
Alex Beregszaszi 8e1b957cd4 Support 44.1kHz audio. Acked by Benjamin 17 years ago
Alex Beregszaszi 8ef4de4e11 Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. 17 years ago
Alex Beregszaszi b64fa5b426 Make sine_window static. Acked by Benjamin Larsson 17 years ago
Stefano Sabatini 5b0b5ecf60 Fix nellymoser decode_tag return value, patch by Stefano Sabatini 17 years ago
Diego Biurrun 095c22ac45 Remove unused variable, fixes the warning: 17 years ago
Diego Biurrun 1b04f3e065 cosmetics: Keep all OBJS entries on a line of their own. 17 years ago
Michael Niedermayer 02d361919a tring to workaround gcc 2.95 bug which causes random failures 17 years ago
Baptiste Coudurier 5118cae694 ogg muxer 17 years ago
Diego Biurrun 96e2fbf27b Add comments to some #endif directives. 17 years ago
Diego Biurrun f073a3934a cosmetics: Fix vissual --> visual typo. 17 years ago
Stefano Sabatini 2e39d0cd5b Improve unsupported (pixel) format error message. 17 years ago
Diego Biurrun 8a43317e66 cosmetics: Fix spacial --> spatial typo in function names. 17 years ago
Diego Biurrun c238beb5d7 misc spelling/grammar/wording fixes in comments 17 years ago
Kostya Shishkov 63d2bad846 X8 is supported now, so warning is incorrect 17 years ago
Reinhard Nissl ce5d17f590 Provide top_field_first logic for h264 17 years ago
Aurelien Jacobs ce038da040 make some tables static 17 years ago
Aurelien Jacobs 49e9a4bf7c add multiple inclusion guards 17 years ago
Michael Niedermayer cb0d8a5f8f grammar 17 years ago
Michael Niedermayer 3358e879d2 indention 17 years ago
Michael Niedermayer 177c9583b6 remove useless #ifdef 17 years ago
Michael Niedermayer dc6e492bb2 remove inline from non speed critical functions 17 years ago
Michael Niedermayer b7f435b058 vertical align 17 years ago
Michael Niedermayer 149ad67792 indention 17 years ago
Michael Niedermayer d25300b79f remove unneeded {} 17 years ago
Michael Niedermayer 732cb5fd5a add {} to make the else look a little more normal 17 years ago
Michael Niedermayer dd2111bdb7 indention 17 years ago
Michael Niedermayer 8590bcc3cd indention 17 years ago
Michael Niedermayer dfb32930df remove debug variable 17 years ago
Michael Niedermayer cdcf24f87c remove #if 0 code 17 years ago
Michael Niedermayer de12b9be6c cosmetic 17 years ago
Michael Niedermayer 2916025765 factorize 17 years ago
Michael Niedermayer 9abc7e0fdc intrax8 decoder patch by "someone" 17 years ago
Martin Lindhe 3240941b25 Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation 17 years ago