summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* kill warningsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile md5 and include in libavutil.aIvo van Poorten2006-07-02
| | | | Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing declaration for av_md5_sumIvo van Poorten2006-07-02
| | | | Originally committed as revision 5583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast pointers to make compiler happyIvo van Poorten2006-07-02
| | | | | | remove test define Originally committed as revision 5582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyDiego Biurrun2006-07-02
| | | | Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make distclean clean everythingLuca Barbato2006-07-02
| | | | Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)Stefan Gehrer2006-07-02
| | | | Originally committed as revision 5579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ↵Stefan Gehrer2006-07-02
| | | | | | by (Stefan Gehrer stefan.gehrer gmx de) Originally committed as revision 5578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3 lines while -> 1 line for loopMichael Niedermayer2006-07-02
| | | | Originally committed as revision 5577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-02
| | | | Originally committed as revision 5576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify compute_autocorrMichael Niedermayer2006-07-02
| | | | Originally committed as revision 5575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use memcpy for copying structsMichael Niedermayer2006-07-02
| | | | Originally committed as revision 5574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-02
| | | | Originally committed as revision 5573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
| | | | | | tabs removed and regression.sh fixed (it was missing in the patch) by me Originally committed as revision 5572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-02
| | | | Originally committed as revision 5571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson2006-07-02
| | | | | | | | checking if the cpu can do 3dnow at all. This bug caused amd cpu's without sse to not have a working fft function. Ie no wma, cook or vorbis decoder. Originally committed as revision 5570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded castsMåns Rullgård2006-07-02
| | | | Originally committed as revision 5569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of veccpy(), replace with simple assignmentMåns Rullgård2006-07-02
| | | | Originally committed as revision 5568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-01
| | | | Originally committed as revision 5567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fill_mbaff_ref_list is missing a return statement, its return valueMåns Rullgård2006-07-01
| | | | | | is ignored, and it can't possibly fail, so make it void Originally committed as revision 5566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded codeLuca Abeni2006-07-01
| | | | Originally committed as revision 18880 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* md5 supportMichael Niedermayer2006-07-01
| | | | | | | depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine or a single loop similar to what mplayer uses Originally committed as revision 5565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust AC prediction if (some) predictors are not available.Kostya Shishkov2006-07-01
| | | | Originally committed as revision 5564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0xFFFF l of cola. Now P-frames are decoded almost without distortions.Kostya Shishkov2006-07-01
| | | | Originally committed as revision 5563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable (and it wasn't free'd too)Kostya Shishkov2006-07-01
| | | | Originally committed as revision 5562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use MpegEncContext->mbskip_table instead of custom bitplane.Kostya Shishkov2006-07-01
| | | | Originally committed as revision 5561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move postproc ---> libswscaleLuca Abeni2006-06-30
| | | | Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Woops, this file was supposed to be added in r5556: "Move initialisations ↵Guillaume Poirier2006-06-30
| | | | | | and internal symbols in allformats.h" Originally committed as revision 5560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's noHerve W2006-06-30
| | | | | | | | | | | | | | | | | need for 1 more extra byte. * Checking whether the to be allocated size is larger than INT_MAX, doesn't assure that size+16 bytes for the MEMALIGN_HACK isn't larger than INT_MAX. * malloc might return NULL. Checking for it before using that pointer seems like a good idea. Patch by Herve W. H PPP O PPP W PPP aka PPP V+ffmpeg AH gmail PPP com Original thread: Date: Jun 29, 2006 1:21 PM Subject: [Ffmpeg-devel] [PATCH] minor improvements to libavcodec/mem.c Originally committed as revision 5559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
| | | | | | | | | Patch by Diego 'Flameeyes' Petteno flameeyes AH gentoo PP org Original thread: Date: Jun 30, 2006 1:16 AM Subject: [Ffmpeg-devel] [PATCH] Disable w53 and w97 cmp methods when snow encoder is disabled Originally committed as revision 5558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-30
| | | | | | | | | Patch by Diego 'Flameeyes' Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 1:09 AM Subject: [Ffmpeg-devel] [PATCH] Avoid warning on NDEBUG redefinition Originally committed as revision 5557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
| | | | | | | | | patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org Original thread: Date: Jun 30, 2006 2:07 AM Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h Originally committed as revision 5556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-30
| | | | Originally committed as revision 5555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slightly reworked MC code, it gives better picture.Kostya Shishkov2006-06-30
| | | | Originally committed as revision 5554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoKostya Shishkov2006-06-30
| | | | Originally committed as revision 5553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) comDiego Biurrun2006-06-30
| | | | Originally committed as revision 5552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compiler sanity checkMåns Rullgård2006-06-29
| | | | Originally committed as revision 5551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add --cross-compile option to assume cross-compilation without cross-prefixMåns Rullgård2006-06-29
| | | | Originally committed as revision 5550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* send output of exec checks to log fileMåns Rullgård2006-06-29
| | | | Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect availability of -rdynamic and -export-dynamicMåns Rullgård2006-06-29
| | | | Originally committed as revision 5548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-29
| | | | Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-29
| | | | Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-29
| | | | Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-29
| | | | | | Patch by Reimar Doeffinger. Originally committed as revision 5544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some optimization and fixes - mostly reworked MC and bitplanes.Kostya Shishkov2006-06-29
| | | | Originally committed as revision 5543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This should make P-frames decoding work on x86 (by avoiding get_bits(0))Kostya Shishkov2006-06-29
| | | | Originally committed as revision 5542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'uname -m' returns IP<number> for MIPS CPUs on IRIX.Diego Biurrun2006-06-29
| | | | Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get svn version when using separate build treeMåns Rullgård2006-06-28
| | | | Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly set the image depthLuca Abeni2006-06-28
| | | | Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk