aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-04-041-4/+9
| | | | | | | | avfilter_create_by_name. Commited in SoC by Bobby Bingham on 2007-08-17 23:39:55 Originally committed as revision 12703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize some commentsVitor Sessak2008-04-041-4/+8
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-17 22:59:59 Originally committed as revision 12702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-04-041-5/+4
| | | | | | | | work than it's worth. Commited in SoC by Bobby Bingham on 2007-08-17 14:39:11 Originally committed as revision 12701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow creation of filter graphs from a graph description structure whichVitor Sessak2008-04-042-1/+205
| | | | | | | | can be created programmatically or loaded from a file. Commited in SoC by Bobby Bingham on 2007-08-14 22:27:05 Originally committed as revision 12700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let request_frame() indicate success or failureVitor Sessak2008-04-041-5/+6
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-11 17:42:36 Originally committed as revision 12699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Need to copy over colorspace property tooVitor Sessak2008-04-041-0/+1
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-08 05:39:40 Originally committed as revision 12698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix behavior when exporting output pad with default query_formats()Vitor Sessak2008-04-041-1/+3
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-08 04:25:08 Originally committed as revision 12697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the filter graph export input and output pads from the filters it contains.Vitor Sessak2008-04-041-3/+347
| | | | | | Commited in SoC by Bobby Bingham on 2007-08-07 22:33:46 Originally committed as revision 12696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-04-042-0/+19
| | | | | | | | the links. Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18 Originally committed as revision 12695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memory leak.Vitor Sessak2008-04-041-0/+2
| | | | | | 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-042-43/+69
| | | | | | 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-042-5/+10
| | | | | | 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-041-3/+9
| | | | | | 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-041-4/+2
| | | | | | 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-041-1/+2
| | | | | | 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-042-0/+75
| | | | | | 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-041-2/+7
| | | | | | 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-042-0/+98
| | | | | | 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-041-12/+1
| | | | 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-041-1/+0
| | | | Originally committed as revision 12684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård2008-04-031-15/+7
| | | | Originally committed as revision 12683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify vhook/*.o ruleMåns Rullgård2008-04-031-3/+2
| | | | Originally committed as revision 12682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up DEP_LIBS settingMåns Rullgård2008-04-031-5/+8
| | | | Originally committed as revision 12681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGSMåns Rullgård2008-04-031-2/+2
| | | | Originally committed as revision 12680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorgLuca Barbato2008-04-031-0/+4
| | | | Originally committed as revision 12679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-031-1/+1
| | | | Originally committed as revision 12678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaratio and initialization.Michael Niedermayer2008-04-031-2/+1
| | | | Originally committed as revision 12677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization.Michael Niedermayer2008-04-031-3/+1
| | | | Originally committed as revision 12676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode stuff from extradata as well.Michael Niedermayer2008-04-031-0/+3
| | | | Originally committed as revision 12675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize code a little.Michael Niedermayer2008-04-031-8/+18
| | | | Originally committed as revision 12674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo, restore forgotten $.Diego Biurrun2008-04-031-1/+1
| | | | Originally committed as revision 12673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve AVFilterFormats doxy.Michael Niedermayer2008-04-021-9/+19
| | | | Originally committed as revision 12672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common aac sample rate tablesAurelien Jacobs2008-04-023-14/+9
| | | | Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2008-04-021-1/+1
| | | | 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-021-0/+3
| | | | | | 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-022-0/+5
| | | | | | 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-021-2/+2
| | | | | | 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-021-1/+1
| | | | | | | | | 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-012-17/+6
| | | | Originally committed as revision 12665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ogg seek reg tests because of r12630Baptiste Coudurier2008-04-011-27/+39
| | | | Originally committed as revision 12664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send context to ffplay.c:opt_seekStefano Sabatini2008-04-011-3/+4
| | | | | | 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-012-0/+132
| | | | Originally committed as revision 12662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 chroma mc ssse3Loren Merritt2008-04-015-2/+251
| | | | | | 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-011-21/+21
| | | | | | 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-311-0/+1
| | | | Originally committed as revision 12659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typo fixesDiego Biurrun2008-03-313-4/+4
| | | | 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-311-9/+3
| | | | Originally committed as revision 12657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bunch of typos in comments.Diego Biurrun2008-03-311-12/+12
| | | | Originally committed as revision 12656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #ifdef around the complete file.Diego Biurrun2008-03-311-4/+0
| | | | 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-311-1/+1
| | | | Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk