summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-18
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-18
* Remove stray #undef.Diego Biurrun2008-02-18
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-18
* Remove a superfluous call to atoi in ffmpeg.c:opt_verboseStefano Sabatini2008-02-18
* Add notes where known timestamp issues remain.Michael Niedermayer2008-02-17
* Set initial next_pts to unknown, this avoids the nonsense timestampMichael Niedermayer2008-02-17
* Print a warning if a decoder produces more than 1 frame of output forMichael Niedermayer2008-02-17
* Set next_pts to pts if it is unknown and pkt->dts is not known either. ThisMichael Niedermayer2008-02-17
* simplify (next_)pts codeMichael Niedermayer2008-02-17
* Use next_pts if pkt->dts is unknown. In an ideal world this would not be neededMichael Niedermayer2008-02-17
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
* prettify lib* version number extractionMåns Rullgård2008-02-17
* prettify encoder/decoder/muxer/... list extractionMåns Rullgård2008-02-17
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-16
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-16
* This shell script is not bash-specific.Diego Biurrun2008-02-16
* Remove check for the availability of the -u diff flag, we require it inDiego Biurrun2008-02-16
* The Blackfin toolchains will automatically select FDPIC according to theMike Frysinger2008-02-16
* do not run ldconfig after installing shared librariesMåns Rullgård2008-02-16
* Remove unneeded function.Vitor Sessak2008-02-15
* OopsVitor Sessak2008-02-15
* Missed this file in my conditional compilation patchVitor Sessak2008-02-15
* Add libavfilter_versionVíctor Paesa2008-02-15
* Remove author fieldVitor Sessak2008-02-15
* Use CodecType for pad typeVitor Sessak2008-02-15
* Nit: remove odd whitespaceVitor Sessak2008-02-15
* Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak2008-02-15
* Update comment to match codeVitor Sessak2008-02-15
* Nits: punctuation and capitalizationVitor Sessak2008-02-15
* Add const to silence warningsVitor Sessak2008-02-15
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-02-15
* IndentationVitor Sessak2008-02-15
* Rework link property configuration system.Vitor Sessak2008-02-15
* Fix misc. warningsVitor Sessak2008-02-15
* Rewrite colorspace negotiation.Vitor Sessak2008-02-15
* Add pixel aspect ratio to AVFilterPicRef structureVitor Sessak2008-02-15
* Add another "reuse" permission, to distinguish between the case where aVitor Sessak2008-02-15
* use units of 1/AV_TIME_BASE for pts rather than millisecondsVitor Sessak2008-02-15
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-02-15
* Revert braindead linked list of permissionsVitor Sessak2008-02-15
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-15
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-15
* spelling fixVitor Sessak2008-02-15
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-02-15
* Add many new and improve existing doxy comments.Vitor Sessak2008-02-15
* Let request_frame() indicate success or failureVitor Sessak2008-02-15
* Helper functions for adding new pads to filters at runtimeVitor Sessak2008-02-15