summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add #undef printf and disable non-functional code to make test program compile.Diego Biurrun2008-01-23
| | | | Originally committed as revision 11604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment to explain how the add/remove core works.Michael Niedermayer2008-01-23
| | | | Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix test program compilation: Add missing #include and update the callDiego Biurrun2008-01-23
| | | | | | of ff_init_cabac_states() to account for API changes. Originally committed as revision 11602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put some disabled functions that are only used in the test program in cabac.cDiego Biurrun2008-01-23
| | | | | | under TEST as preprocessor conditional, same as the test program. Originally committed as revision 11601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #undef random and call the right function to fix test program compilation.Diego Biurrun2008-01-23
| | | | Originally committed as revision 11600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables in test code.Diego Biurrun2008-01-22
| | | | Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify previous revision on optimization justificationMike Melanson2008-01-22
| | | | Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition editsMike Melanson2008-01-22
| | | | Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics to speed up finding sections of interest.Michael Niedermayer2008-01-22
| | | | Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "What speedup justifies an optimization" sectionMichael Niedermayer2008-01-22
| | | | Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warnings in test code:Diego Biurrun2008-01-22
| | | | | | | eval.c:454: warning: return type defaults to 'int' eval.c:464: warning: control reaches end of non-void function Originally committed as revision 11594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix Benoit's ugly formatting.Diego Biurrun2008-01-22
| | | | Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-21
| | | | Originally committed as revision 11592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in commentReimar Döffinger2008-01-21
| | | | Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* mention avm2 (flash 9) muxer in documentation and changelogBaptiste Coudurier2008-01-21
| | | | Originally committed as revision 11591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni2008-01-21
| | | | Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-21
| | | | Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-21
| | | | | | | avm2/flash 9 by default, not sure this is adequate though, this fixes regression tests. Originally committed as revision 11588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Inform user when bitstream filter fails.Benoit Fouet2008-01-21
| | | | Originally committed as revision 11587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster ff_sqrt()Michael Niedermayer2008-01-21
| | | | Originally committed as revision 11586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add minimal support for H.264 video in the SDP generatorLuca Abeni2008-01-21
| | | | Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove two unused variables.Diego Biurrun2008-01-21
| | | | Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary forward declaration.Diego Biurrun2008-01-21
| | | | Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small grammar fixDiego Biurrun2008-01-20
| | | | Originally committed as revision 11582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-20
| | | | Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper matroskaenc dependency over xiph.oAurelien Jacobs2008-01-20
| | | | Originally committed as revision 11580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing Makefile rules for pcm muxers/demuxersAurelien Jacobs2008-01-20
| | | | Originally committed as revision 11579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing Makefile rules for zork pcm encoder/decoderAurelien Jacobs2008-01-20
| | | | Originally committed as revision 11578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* and thus, nellymoser obviously also depens on fft.oAurelien Jacobs2008-01-20
| | | | Originally committed as revision 11577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nellymoser uses mdct functionsAurelien Jacobs2008-01-20
| | | | Originally committed as revision 11576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder alphabeticallyBaptiste Coudurier2008-01-20
| | | | Originally committed as revision 11575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
| | | | Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init uid to 0Baptiste Coudurier2008-01-19
| | | | Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if read child returned errorBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mfspr-based AltiVec detection code.Reimar Döffinger2008-01-19
| | | | | | | Currently not enabled in FFmpeg, because it crashes if the OS does not emulate mfspr. Originally committed as revision 11569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify with matching lenBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused crypto context uidBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check malloc returnBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some dv container ulsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by checking min matching lenBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify 4-point transform part a bitKostya Shishkov2008-01-19
| | | | Originally committed as revision 11559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor out constant additionKostya Shishkov2008-01-19
| | | | Originally committed as revision 11558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-18
| | | | | | | | | This can be used later by RDT to get the flags from the RTP packet and use that for the RealMedia packet (such as whether this RTP packet represents a keyframe or not). For discussion, see "[PATCH] Realmedia / RTSP (RDT)". Originally committed as revision 11557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More verbose error log message.Benoit Fouet2008-01-18
| | | | Originally committed as revision 11556 to svn://svn.ffmpeg.org/ffmpeg/trunk