4380 Commits (dc8918ad9336ebfe0433cdf015e7448e80a21b58)

Author SHA1 Message Date
Guillaume Poirier ec4e0056ef GCC 3.3 compile fix 18 years ago
Diego Biurrun 895bf49961 Improve option description. 18 years ago
Måns Rullgård c1173617ce improved stack misalignment warning 18 years ago
Panagiotis Issaris e39e60a37e Adding function which enables writing H.264 NAL units. 18 years ago
Reimar Döffinger 46f9dcc3ee Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original 18 years ago
Reimar Döffinger 2c04fc1f8c Typo in error message 18 years ago
Martin Storsjö 4027ed1d06 fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st 18 years ago
Kostya Shishkov a4b940198a Deobfuscate expression 18 years ago
Kostya Shishkov 3dd52c5afe Now ZMBV encoder compiles 18 years ago
Kostya Shishkov 766937298e 1e6l forgot to add zmbvenc.c 18 years ago
Måns Rullgård c97dc988ba lavc is at major version 51, delete old stuff 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Michael Niedermayer 6c81ca9906 better warning 18 years ago
Michael Niedermayer 6dc7d5da70 ff_check_alignment to warn the user about a missaligned stack 18 years ago
Michael Niedermayer f95778f80d fix compilation 18 years ago
Panagiotis Issaris f1862127f5 Added entry for H.264 DCT to the DSP context. 18 years ago
Panagiotis Issaris 3edeab8209 Add codec ID for a native H.264 encoder. 18 years ago
Panagiotis Issaris acd8d10ffb Making rem6 and div6 globally visible and thus adding prefixes. 18 years ago
Panagiotis Issaris 14e95e2c92 Removing unused code 18 years ago
Kostya Shishkov f48d6e1b44 ZMBV encoder 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Panagiotis Issaris d3075ed502 Add "mixed_refs" description suggested by Loren Merritt and update accompanying 18 years ago
Panagiotis Issaris 119aae1dd5 Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments. 18 years ago
Panagiotis Issaris a074f143dd Export symbols of several H.264 intra prediction functions 18 years ago
Alexander Chemeris a083f53c45 fix crash when decoding a truncated H264 slice 18 years ago
Panagiotis Issaris 3ee5c5b739 Removing unused code 18 years ago
Panagiotis Issaris ea9f5d6f76 Add comment denoting group of H.264 functions 18 years ago
Panagiotis Issaris 550e66cb59 Change NAL unit type defines to an enum and move to a header file for usage 18 years ago
Michael Niedermayer 2421a01b25 10l umh search needs hex size 2 now after the last change 18 years ago
Michael Niedermayer f852ff3257 make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2 18 years ago
Diego Biurrun 4a1bb6196b Fix some obvious mistakes in the option descriptions. 18 years ago
Reimar Döffinger cf1e119bb2 Move BE_*/LE_*/ST*/LD* macros to a common place. Some further 18 years ago
Mike Melanson 10f865c9b7 Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak 18 years ago
Víctor Paesa 970419236d Fill in some missing AVOption descriptions. 18 years ago
Guillaume Poirier 3813dcc9bf Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato 18 years ago
Diego Biurrun c6c367254f spelling cosmetics: cliped --> clipped 18 years ago
Kostya Shishkov 08baa3e0d7 10e6l FastUVMC was done right but in the wrong place 18 years ago
Michael Niedermayer 516ea8d222 fix indention 18 years ago
Michael Niedermayer 1994e7c6b6 dia_size=-1 -> funny_diamond_search() 18 years ago
Michael Niedermayer 376edfcc0f hexagon search 18 years ago
Luca Barbato 4b47d258f6 Unused variable removed 18 years ago
Michael Niedermayer ed1dfc4970 remove pretty much useless skiping of some predictors 18 years ago
Baptiste Coudurier 1a1c53856f mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime 18 years ago
Baptiste Coudurier e68e5ab0cf add bytestream big endian 16/32 writing functions 18 years ago
Michael Niedermayer c9cac6e3d7 typo in umh 18 years ago
Michael Niedermayer c7675718e4 UMH support (dia_size=-1 activates it) 18 years ago
Michael Niedermayer ac003d2461 cosmetic (prevent name clashes of variables in a macro with surrounding code) 18 years ago
Kostya Shishkov 98ba1cfaf7 100l FastUVMC rounding was incorrect. 18 years ago
Michael Niedermayer f7f8af46f7 1 step diamond search around the median MV predictor 18 years ago
Kostya Shishkov 7667896a36 VQA v1 support 18 years ago