16933 Commits (50e3477f0f2aabcc4a192af39c4a4f87da66bb85)
 

Author SHA1 Message Date
Baptiste Coudurier e1b24cfddb Move get_pixels_8x4 before init func to avoid useless forward declaration. 16 years ago
Baptiste Coudurier 8c9c0ea427 rename 4x8 to 8x4 to match widthxheight consistently 16 years ago
Aurelien Jacobs 76025d91da cosmetics: vertical alignment 16 years ago
Aurelien Jacobs 3d52bca6bf avoid POSIX reserved _t suffix 16 years ago
Aurelien Jacobs e998ba4fbc avoid POSIX reserved _t suffix 16 years ago
Baptiste Coudurier 6da5407401 parse pasp atom and set sample aspect ratio, 16 years ago
Michael Niedermayer aaf0e267ff s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved 16 years ago
Diego Biurrun 8615e5a6b3 Add backwards-compatibility typedef for removed _t names under appropriate 16 years ago
Baptiste Coudurier c3e92a6cb4 remove _t in typedef for POSIX compatibility 16 years ago
Diego Biurrun 7dfea3420f Drop _t from typedef names for POSIX compatibility. 16 years ago
Michael Niedermayer 089e1bcf10 Remove comment suggesting using variables ending in _t as this would break POSIX. 16 years ago
Vitor Sessak c9bea488fe Avoid POSIX reserved _t suffix. 16 years ago
Vitor Sessak 259037d099 Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. 16 years ago
Reimar Döffinger b4be93212f Avoid _t in typedef type 16 years ago
Michael Niedermayer 52afa376b8 remove _t for POSIX compatibility. 16 years ago
Ronald S. Bultje 76f940b21e Fix indenting. 16 years ago
Diego Biurrun fe9e9d6020 Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection. 16 years ago
Reimar Döffinger 4e5b854e4c Use "struct gxf_stream_info" instead of "st_info_t", 16 years ago
Reimar Döffinger c370a7040b Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. 16 years ago
Mike Melanson 65fec2d98f add 'ACDV' FourCC (which is just complete JPEG files in individual AVI 16 years ago
Baptiste Coudurier 09f6fc6b74 move structure definitions in their own header 16 years ago
Baptiste Coudurier 00d9d0f5e2 cosmetics 16 years ago
Baptiste Coudurier 049a6c8b32 use dsp clear_block 16 years ago
Baptiste Coudurier af5e7fc9b9 use dsp clear_block 16 years ago
David Conrad a1546009ac Fix compilation with only Theora decoder enabled 16 years ago
Kenan Gillet 5a3e9f2c80 Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
Loren Merritt 5fac277602 fix progressive jpeg: 16 years ago
Måns Rullgård 8153f14444 AAC: move scratch array to context to ensure 16-byte alignment 16 years ago
Alexis Ballier 7b5e49fe2e Remove useless inline qualifier, fixes linking with gcc 4.3. 16 years ago
Alex Converse 4a904903dc AAC: Use a sign LUT rather than 1-2*get_bits1() 16 years ago
Alex Converse c0893c3abb AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. 16 years ago
Alex Converse 8821210575 AAC: Remove unnecessary fabsf() 16 years ago
Stefano Sabatini dbbec0c2f2 Make av_log_missing_feature an internal function, and change its name 16 years ago
Ben Littler 6cffaea8db add mpeg2 fourcc and aac format tag from asf 16 years ago
Justin Ruggles 20e047262f cosmetics: alignment after last commit 16 years ago
Justin Ruggles 72a6244b5d ac3: detect dba errors and prevent writing past end of array 16 years ago
Stefano Sabatini b9f382c8ef Remove unnecessary ret variable. 16 years ago
Jindřich Makovička 36b532815c bind to the multicast address if possible 16 years ago
Kostya Shishkov 0dfcc36818 Do not attempt to decode RV30/40 B-frames without anchors. 16 years ago
Ramiro Polla 2014b51cae documentation: update documentation for minimal w32api version. 16 years ago
Ramiro Polla bc4b722143 mingw: update w32api to 3.13 16 years ago
Reynaldo H. Verdejo Pinochet 7100376f75 COSMETICS 16 years ago
Ramiro Polla c687643c68 mlp: cosmetics: remove {}s over one-lined if. 16 years ago
Ramiro Polla ee1a8f6290 mlp: support bit-depths greater than 16 by default. 16 years ago
Ronald S. Bultje dc50773dc5 Remove static variable and a printf using it. See "[PATCH] asf.c: move 16 years ago
Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 16 years ago
Ronald S. Bultje 022f0b7c01 Do not access s->gb directly in functions that have a local copy of that 16 years ago
Justin Ruggles 2ceccf045c ac3dec: simplify exponent bounds checking 16 years ago
Mathieu Velten 97679e6e38 mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. 16 years ago