summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-121-3/+10
| | | | Originally committed as revision 7287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FLV decoder metadata parsingAllan Hsu2006-12-121-66/+175
| | | | | | | | patch by Allan Hsu % allan A counterpop P net % date: Dec 12, 2006 12:19 PM subject: Re: [Ffmpeg-devel] [PATCH] FLV decoder metadata reading Originally committed as revision 7286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 fixMichael Niedermayer2006-12-121-1/+1
| | | | Originally committed as revision 7285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-113-6/+11
| | | | Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite r_frame_rate selectioon code againMichael Niedermayer2006-12-111-31/+28
| | | | Originally committed as revision 7283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding H.264 DCT.Panagiotis Issaris2006-12-113-1/+90
| | | | Originally committed as revision 7282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless sampleDurationBaptiste Coudurier2006-12-111-3/+0
| | | | Originally committed as revision 7281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check codec frame size directly and only for audioBaptiste Coudurier2006-12-111-4/+4
| | | | Originally committed as revision 7280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-111-1/+1
| | | | Originally committed as revision 7279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve broken shell warning.Diego Biurrun2006-12-111-0/+3
| | | | Originally committed as revision 7278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3 compile fixGuillaume Poirier2006-12-111-1/+1
| | | | Originally committed as revision 7277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve option description.Diego Biurrun2006-12-111-1/+1
| | | | Originally committed as revision 7276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved stack misalignment warningMåns Rullgård2006-12-111-4/+3
| | | | Originally committed as revision 7275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in Darwin shared lib namingMåns Rullgård2006-12-111-1/+1
| | | | Originally committed as revision 7274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-112-0/+108
| | | | Originally committed as revision 7273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move duration finding code into read_packet() so it can be skiped if ↵Michael Niedermayer2006-12-101-12/+15
| | | | | | duration has already been set Originally committed as revision 7272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use amf_get_string()Michael Niedermayer2006-12-101-8/+2
| | | | Originally committed as revision 7271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2006-12-101-4/+2
| | | | Originally committed as revision 7270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer2006-12-101-0/+16
| | | | Originally committed as revision 7269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer2006-12-101-10/+19
| | | | Originally committed as revision 7268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set flags correctly in write header instead of seeking back and fixing it in ↵Michael Niedermayer2006-12-101-14/+12
| | | | | | write_trailer() Originally committed as revision 7267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the originalReimar Döffinger2006-12-091-1/+1
| | | | | | cscd codec is for windows. Originally committed as revision 7266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo in error messageReimar Döffinger2006-12-091-1/+1
| | | | Originally committed as revision 7265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a more correct message when container frame rate differs from codec ↵Baptiste Coudurier2006-12-091-1/+1
| | | | | | frame rate Originally committed as revision 7264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenBSD settings by Nikns Siankin <nikns at secure lv>Måns Rullgård2006-12-091-0/+5
| | | | Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify test for memalign emulation requirementMåns Rullgård2006-12-081-3/+6
| | | | Originally committed as revision 7262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 ↵Martin Storsjö2006-12-081-2/+2
| | | | | | architecture, patch by Martin Storsjö, martin at martin st Originally committed as revision 7261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscate expressionKostya Shishkov2006-12-081-1/+1
| | | | Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now ZMBV encoder compilesKostya Shishkov2006-12-082-2/+2
| | | | Originally committed as revision 7259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-081-0/+328
| | | | Originally committed as revision 7258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavc is at major version 51, delete old stuffMåns Rullgård2006-12-081-3/+0
| | | | Originally committed as revision 7257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-0830-86/+89
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BUILD_SHARED_AV is no longer usedMåns Rullgård2006-12-071-1/+0
| | | | Originally committed as revision 7255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-071-7/+3
| | | | 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-073-10/+3
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use non-standard test -ntMåns Rullgård2006-12-071-3/+4
| | | | Originally committed as revision 7252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make shell test work with Solaris /bin/shMåns Rullgård2006-12-071-3/+10
| | | | Originally committed as revision 7251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better warningMichael Niedermayer2006-12-071-2/+3
| | | | 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-073-0/+28
| | | | Originally committed as revision 7249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilationMichael Niedermayer2006-12-072-2/+2
| | | | 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-071-0/+1
| | | | Originally committed as revision 7247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec ID for a native H.264 encoder.Panagiotis Issaris2006-12-071-0/+1
| | | | 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-072-13/+13
| | | | Originally committed as revision 7245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing unused codePanagiotis Issaris2006-12-071-36/+0
| | | | Originally committed as revision 7244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register myself as maintainer of zmbvenc.c tooKostya Shishkov2006-12-071-1/+1
| | | | Originally committed as revision 7243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV encoderKostya Shishkov2006-12-075-5/+9
| | | | 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-073-13/+5
| | | | 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-0613-26/+26
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move more macros to internal.hMåns Rullgård2006-12-062-72/+72
| | | | Originally committed as revision 7239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-062-24/+24
| | | | Originally committed as revision 7238 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud