summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* BUILD_SHARED_AV is no longer usedMåns Rullgård2006-12-07
| | | | Originally committed as revision 7255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-07
| | | | Originally committed as revision 7254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use non-standard test -ntMåns Rullgård2006-12-07
| | | | Originally committed as revision 7252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make shell test work with Solaris /bin/shMåns Rullgård2006-12-07
| | | | Originally committed as revision 7251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better warningMichael Niedermayer2006-12-07
| | | | Originally committed as revision 7250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-07
| | | | Originally committed as revision 7249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilationMichael Niedermayer2006-12-07
| | | | Originally committed as revision 7248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-07
| | | | Originally committed as revision 7247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec ID for a native H.264 encoder.Panagiotis Issaris2006-12-07
| | | | Originally committed as revision 7246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-07
| | | | Originally committed as revision 7245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing unused codePanagiotis Issaris2006-12-07
| | | | Originally committed as revision 7244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register myself as maintainer of zmbvenc.c tooKostya Shishkov2006-12-07
| | | | Originally committed as revision 7243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV encoderKostya Shishkov2006-12-07
| | | | Originally committed as revision 7242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård2006-12-07
| | | | Originally committed as revision 7241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move more macros to internal.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-06
| | | | Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove braces, remove spaces just inside parensBaptiste Coudurier2006-12-06
| | | | Originally committed as revision 7236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-06
| | | | | | comment in the code. Originally committed as revision 7235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, ↵Andy Parkins2006-12-06
| | | | | | andrew parkins at 360visiontechnology com Originally committed as revision 7234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ↵Panagiotis Issaris2006-12-06
| | | | | | structure member comments. Originally committed as revision 7233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-06
| | | | Originally committed as revision 7232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu2006-12-06
| | | | | | | in a common flv.h. patch by Allan Hsu allan _at_ counterpop.net Originally committed as revision 7231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MinGW install path special-casing.Ramiro Polla2006-12-05
| | | | | | patch by Ramiro Polla, angustia arrozcru no-ip org Originally committed as revision 7230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crash when decoding a truncated H264 sliceAlexander Chemeris2006-12-05
| | | | | | | | | patch by Alexander Chemeris % ipse P ffmpeg A gmail.com % Original thread: date: Dec 5, 2006 7:26 PM subject: [Ffmpeg-devel] [PATCH] Fix crush when truncated slice passed to H.264 decoder Originally committed as revision 7229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing unused codePanagiotis Issaris2006-12-05
| | | | Originally committed as revision 7228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add comment denoting group of H.264 functionsPanagiotis Issaris2006-12-05
| | | | Originally committed as revision 7227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change NAL unit type defines to an enum and move to a header file for usagePanagiotis Issaris2006-12-05
| | | | | | in other code. Originally committed as revision 7226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memleak, free stream codec allocated by av_new_streamBaptiste Coudurier2006-12-05
| | | | Originally committed as revision 7225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l umh search needs hex size 2 now after the last changeMichael Niedermayer2006-12-05
| | | | Originally committed as revision 7224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make hex and large 2 small diamond search half their size instead or -1 if ↵Michael Niedermayer2006-12-05
| | | | | | | | the initial size was a power of 2 double the hex size so odd sized hexagons are possible Originally committed as revision 7223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.Diego Biurrun2006-12-04
| | | | Originally committed as revision 7222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor modifications to handle mms streaming.Ryan Martell2006-12-04
| | | | | | Patch by Ryan Martell rdm4 martellventures com. Originally committed as revision 7221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some obvious mistakes in the option descriptions.Diego Biurrun2006-12-04
| | | | Originally committed as revision 7220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe with some success image files not containing number pattern but having ↵Baptiste Coudurier2006-12-04
| | | | | | recognized image extension Originally committed as revision 7219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
| | | | | | | optimization/cleanup would be desirable (e.g. LE_* and LD* should be the same on x86). Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not touch pkt->ptsKostya Shishkov2006-12-03
| | | | Originally committed as revision 7217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some VQA v1 files don't have audio streamKostya Shishkov2006-12-03
| | | | Originally committed as revision 7216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another hack to allow the Cinepak decoder to detect both types of deviant ↵Mike Melanson2006-12-02
| | | | | | | | | Cinepak data. Tested against both known FILM files, several CPK files, and normal CVID-encoded files. Originally committed as revision 7215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.Mike Melanson2006-12-02
| | | | | | | I changes the lavc Cinepak decoder some time ago to be able to handle the deviant data, but never updated this demuxer. Originally committed as revision 7214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill in some missing AVOption descriptions.Víctor Paesa2006-12-02
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make do_video_encoding general enough to accomodate all cases.Diego Biurrun2006-12-02
| | | | Originally committed as revision 7212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make do_video_decoding general enough to accomodate all cases.Diego Biurrun2006-12-02
| | | | Originally committed as revision 7211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ↵Guillaume Poirier2006-12-02
| | | | | | Barbato Originally committed as revision 7210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge a repeating variable declaration into do_video_encoding.Diego Biurrun2006-12-02
| | | | Originally committed as revision 7209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
| | | | Originally committed as revision 7208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10e6l FastUVMC was done right but in the wrong placeKostya Shishkov2006-12-02
| | | | Originally committed as revision 7207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentionMichael Niedermayer2006-12-02
| | | | Originally committed as revision 7206 to svn://svn.ffmpeg.org/ffmpeg/trunk