7750 Commits (b6f9a4214797d14a95af4aa022af96f58172e7f4)
 

Author SHA1 Message Date
Michael Niedermayer 15f14fc7c2 move duration finding code into read_packet() so it can be skiped if duration has already been set 18 years ago
Michael Niedermayer 17fcb1709f use amf_get_string() 18 years ago
Michael Niedermayer 759dd138df cosmetics 18 years ago
Michael Niedermayer 896bcd2e85 amf_get_string() by Allan Hsu allan aat counterpop doot net 18 years ago
Michael Niedermayer 4eb0c66505 get rid of AVFMTCTX_NOHEADER, create streams in read_header() 18 years ago
Michael Niedermayer c45388b193 set flags correctly in write header instead of seeking back and fixing it in write_trailer() 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
Baptiste Coudurier 386c88de74 print a more correct message when container frame rate differs from codec frame rate 18 years ago
Måns Rullgård 8d0ba041b3 OpenBSD settings by Nikns Siankin <nikns at secure lv> 18 years ago
Måns Rullgård 5d32360264 simplify test for memalign emulation requirement 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
Måns Rullgård fb17fac8c7 BUILD_SHARED_AV is no longer used 18 years ago
Måns Rullgård 1845bf1fdf merge #ifdef HAVE_AV_CONFIG_H sections 18 years ago
Måns Rullgård a77caa4dc9 fix mingw shared build, and get rid of FF_IMPORT_ATTR 18 years ago
Måns Rullgård da34f7ac23 do not use non-standard test -nt 18 years ago
Måns Rullgård 0dbe81bb97 make shell test work with Solaris /bin/sh 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 035314b683 Register myself as maintainer of zmbvenc.c too 18 years ago
Kostya Shishkov f48d6e1b44 ZMBV encoder 18 years ago
Måns Rullgård f27a726809 use standard INT64_MAX instead of MAXINT64 (and MIN) 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Måns Rullgård cd10789691 move more macros to internal.h 18 years ago
Måns Rullgård 5403f8576b move some __attribute__ macros to internal.h 18 years ago
Måns Rullgård c48e633b9e remove 'restrict' definition, it is always #defined in config.h 18 years ago
Baptiste Coudurier 68a432cf14 cosmetics, remove braces, remove spaces just inside parens 18 years ago
Panagiotis Issaris d3075ed502 Add "mixed_refs" description suggested by Loren Merritt and update accompanying 18 years ago
Andy Parkins 8533284dae do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com 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
Allan Hsu 6cac3a3b08 Defines various common FLV format values between the FLV muxer and demuxer 18 years ago
Ramiro Polla e48dc873a4 Remove MinGW install path special-casing. 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
Baptiste Coudurier 3c13202396 fix memleak, free stream codec allocated by av_new_stream 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