summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix memory leak.Vitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-31 20:11:25 Originally committed as revision 12694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the filter graph just another normal filter.Vitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-31 20:08:38 Originally committed as revision 12693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow code to pass data to filters it creates.Vitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50 Originally committed as revision 12692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't mangle the input strings. The caller may want to reuse it later.Vitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-15 16:13:17 Originally committed as revision 12691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the filter_count member is reset to zero when emptying the graphVitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 23:19:22 Originally committed as revision 12690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possible segfaultVitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 23:16:15 Originally committed as revision 12689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move simple filter chain loading code over to the filter graph.Vitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 22:26:37 Originally committed as revision 12688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move destruction of the graph's filters to its own helper function.Vitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 21:41:34 Originally committed as revision 12687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split filter graphs out into their own source & header files.Vitor Sessak2008-04-04
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21 Originally committed as revision 12686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special mpeg2 handling is no more neededBaptiste Coudurier2008-04-04
| | | | Originally committed as revision 12685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer2008-04-04
| | | | Originally committed as revision 12684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård2008-04-03
| | | | Originally committed as revision 12683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify vhook/*.o ruleMåns Rullgård2008-04-03
| | | | Originally committed as revision 12682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up DEP_LIBS settingMåns Rullgård2008-04-03
| | | | Originally committed as revision 12681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGSMåns Rullgård2008-04-03
| | | | Originally committed as revision 12680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorgLuca Barbato2008-04-03
| | | | Originally committed as revision 12679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-03
| | | | Originally committed as revision 12678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaratio and initialization.Michael Niedermayer2008-04-03
| | | | Originally committed as revision 12677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization.Michael Niedermayer2008-04-03
| | | | Originally committed as revision 12676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode stuff from extradata as well.Michael Niedermayer2008-04-03
| | | | Originally committed as revision 12675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize code a little.Michael Niedermayer2008-04-03
| | | | Originally committed as revision 12674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo, restore forgotten $.Diego Biurrun2008-04-03
| | | | Originally committed as revision 12673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve AVFilterFormats doxy.Michael Niedermayer2008-04-02
| | | | Originally committed as revision 12672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common aac sample rate tablesAurelien Jacobs2008-04-02
| | | | Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2008-04-02
| | | | Originally committed as revision 12670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a point to the checklist about checking new demuxers/decodersMichael Niedermayer2008-04-02
| | | | | | against damaged input. Originally committed as revision 12669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add IFF demuxer and 8SVX audio decoder to changelog and documentation.Jai Menon2008-04-02
| | | | | | patch by Jai Menon, realityman gmx net Originally committed as revision 12668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson2008-04-02
| | | | | | Closes issue 418, patch by Björn Axelsson, bjorn.axelsson intinor se Originally committed as revision 12667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use the mlib IDCT by default. We do not want videos which are onlyMichael Niedermayer2008-04-02
| | | | | | | | | decodable with the mlib IDCT. If anyone knows of other IDCTs which are not binary identical to a widely available one, ensure that they are not used by default. Such IDCTs should never have been default anyway, but possibly something slipped through the reviews ... Originally committed as revision 12666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-01
| | | | Originally committed as revision 12665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ogg seek reg tests because of r12630Baptiste Coudurier2008-04-01
| | | | Originally committed as revision 12664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send context to ffplay.c:opt_seekStefano Sabatini2008-04-01
| | | | | | Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4audio common codeBaptiste Coudurier2008-04-01
| | | | Originally committed as revision 12662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 chroma mc ssse3Loren Merritt2008-04-01
| | | | | | width8: 180->92, width4: 78->63 cycles (core2) Originally committed as revision 12661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove flexible array member from Escape 124Eli Friedman2008-04-01
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs2008-03-31
| | | | Originally committed as revision 12659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typo fixesDiego Biurrun2008-03-31
| | | | Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bunch of typos in comments.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #ifdef around the complete file.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.Diego Biurrun2008-03-31
| | | | Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffplay.c:opt_seek use parse_time_or_dieStefano Sabatini2008-03-31
| | | | | | Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* help gcc-2.95Michael Niedermayer2008-03-31
| | | | Originally committed as revision 12652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical order for temporary filenamesDiego Biurrun2008-03-31
| | | | Originally committed as revision 12651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a different filename that ends in .sh for temporary shell scripts.Diego Biurrun2008-03-31
| | | | | | | | Apparently some Windows command interpreters have trouble executing shell scripts with an .exe suffix. inspired by a patch from Axel Holzinger, aholzinger gmx de Originally committed as revision 12650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMovie/RPL demuxerEli Friedman2008-03-31
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape 124 (RPL) decoderEli Friedman2008-03-31
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export parse_time_or_die from ffmpeg.c to cmdutils.cStefano Sabatini2008-03-31
| | | | | | Patch by Stefano Sabatini (stefano sabatini-lala poste it) Originally committed as revision 12647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment about missing entriesLuca Abeni2008-03-31
| | | | Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni2008-03-31
| | | | Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk