summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Handle failure properlyVitor Sessak2008-04-04
* Remove useless empty functionsVitor Sessak2008-04-04
* Silence warning caused by my last commitVitor Sessak2008-04-04
* Minor simplificationVitor Sessak2008-04-04
* Prefix names of filter structsVitor Sessak2008-04-04
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-04-04
* Doxygenize some commentsVitor Sessak2008-04-04
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-04-04
* Allow creation of filter graphs from a graph description structure whichVitor Sessak2008-04-04
* Let request_frame() indicate success or failureVitor Sessak2008-04-04
* Need to copy over colorspace property tooVitor Sessak2008-04-04
* Fix behavior when exporting output pad with default query_formats()Vitor Sessak2008-04-04
* Let the filter graph export input and output pads from the filters it contains.Vitor Sessak2008-04-04
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-04-04
* Fix memory leak.Vitor Sessak2008-04-04
* Make the filter graph just another normal filter.Vitor Sessak2008-04-04
* Allow code to pass data to filters it creates.Vitor Sessak2008-04-04
* Don't mangle the input strings. The caller may want to reuse it later.Vitor Sessak2008-04-04
* Ensure that the filter_count member is reset to zero when emptying the graphVitor Sessak2008-04-04
* Fix possible segfaultVitor Sessak2008-04-04
* Move simple filter chain loading code over to the filter graph.Vitor Sessak2008-04-04
* Move destruction of the graph's filters to its own helper function.Vitor Sessak2008-04-04
* Split filter graphs out into their own source & header files.Vitor Sessak2008-04-04
* special mpeg2 handling is no more neededBaptiste Coudurier2008-04-04
* Disable the split function. This should end the mpeg1/2 global header issues.Michael Niedermayer2008-04-04
* simplify LDFLAGS and EXTRALIBS handlingMåns Rullgård2008-04-03
* simplify vhook/*.o ruleMåns Rullgård2008-04-03
* clean up DEP_LIBS settingMåns Rullgård2008-04-03
* replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGSMåns Rullgård2008-04-03
* Error message for EPROTONOSUPPORT, patch from prossATxvidDoTorgLuca Barbato2008-04-03
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-03
* Merge declaratio and initialization.Michael Niedermayer2008-04-03
* Merge declaration and initialization.Michael Niedermayer2008-04-03
* Decode stuff from extradata as well.Michael Niedermayer2008-04-03
* Factorize code a little.Michael Niedermayer2008-04-03
* 10l typo, restore forgotten $.Diego Biurrun2008-04-03
* Improve AVFilterFormats doxy.Michael Niedermayer2008-04-02
* use common aac sample rate tablesAurelien Jacobs2008-04-02
* Remove unused variable.Diego Biurrun2008-04-02
* Add a point to the checklist about checking new demuxers/decodersMichael Niedermayer2008-04-02
* Add IFF demuxer and 8SVX audio decoder to changelog and documentation.Jai Menon2008-04-02
* Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.Björn Axelsson2008-04-02
* Do not use the mlib IDCT by default. We do not want videos which are onlyMichael Niedermayer2008-04-02
* use mpeg4audio common code in aac parserBaptiste Coudurier2008-04-01
* update ogg seek reg tests because of r12630Baptiste Coudurier2008-04-01
* Send context to ffplay.c:opt_seekStefano Sabatini2008-04-01
* mpeg4audio common codeBaptiste Coudurier2008-04-01
* h264 chroma mc ssse3Loren Merritt2008-04-01
* Remove flexible array member from Escape 124Eli Friedman2008-04-01
* check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs2008-03-31