summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-26
| | | | Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge rules for tools/* into a generic rule.Diego Biurrun2008-01-26
| | | | Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly remove tools on clean.Diego Biurrun2008-01-26
| | | | Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -pthread to extralibs and not to ldflags so that the dependency getsDiego Biurrun2008-01-26
| | | | | | | reflected in the pkg-config files. noticed by j .at. v2v .dot. cc Originally committed as revision 11618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a --enable-nonfree command line parameter similar to --enable-gpl.Diego Biurrun2008-01-26
| | | | | | Required to enable nonfree libraries that make FFmpeg unredistributable. Originally committed as revision 11617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun2008-01-26
| | | | | | Also fixes --enable-libamr being recognized as configure parameter. Originally committed as revision 11616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify some FAQ entries.Diego Biurrun2008-01-26
| | | | Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split general problems section into general questions and usage.Diego Biurrun2008-01-26
| | | | Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update AC-3 FAQ entry.Diego Biurrun2008-01-26
| | | | Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment vorbis objectype idBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this one is not standardized eitherBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove non standard object type ids, if you find samples, report themBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up dynamic loading of libfaadMåns Rullgård2008-01-25
| | | | Originally committed as revision 11609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-25
| | | | | | patch by Zdenek Kabelac, zdenek d kabelac a gmail d com Originally committed as revision 11608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: libfaad.c indentationMåns Rullgård2008-01-24
| | | | Originally committed as revision 11607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dynamic loading of libfaad 2.6Måns Rullgård2008-01-24
| | | | Originally committed as revision 11606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.Michael Niedermayer2008-01-24
| | | | | | | | (iam not sure if this might have been exploitable) fixes issue332 / CVCANLMA2_Sony_C.jsv Other solutions which waste a few bytes less are welcome ... Originally committed as revision 11605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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