]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-02-20 Luca AbeniFix computation of the "NTP time" field in RTCP SR...
2008-02-20 Michael NiedermayerGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-20 Måns Rullgård#include avutil.h in postprocess.h
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-19 Michael NiedermayerFix ;;
2008-02-19 Reimar DöffingerAdd some const, fixes warnings:
2008-02-19 Reimar DöffingerMissing const, fix warnings:
2008-02-19 Reimar DöffingerFix warnings:
2008-02-19 Reimar DöffingerRemove duplicate ;
2008-02-19 Reimar DöffingerAdd casts to avoid warnings:
2008-02-19 Reimar DöffingerMissing const
2008-02-19 Reimar DöffingerFix misplaced const, avoids a cast-discards-qualifiers...
2008-02-19 Michael Niedermayerconst
2008-02-19 Michael NiedermayerReduce the number of senselessly scanned bytes.
2008-02-19 Guillaume Poirierarg 10000l. Fix wrong fix committed in r12141
2008-02-19 Guillaume Poirierfix broken indentation
2008-02-19 Guillaume Poirier10l: fix always false test: Binary & has lower preceden...
2008-02-18 Diego BiurrunRefactor vcprm and vcii macros by using the AVV macro.
2008-02-18 Diego BiurrunRefactor the FOUROF macro using the AVV macro.
2008-02-18 Diego BiurrunRemove stray #undef.
2008-02-18 Alexander Strangefix crash on non-AltiVec powered machines: MPV_common_i...
2008-02-18 Stefano SabatiniRemove a superfluous call to atoi in ffmpeg.c:opt_verbose
2008-02-17 Michael NiedermayerAdd notes where known timestamp issues remain.
2008-02-17 Michael NiedermayerSet initial next_pts to unknown, this avoids the nonsen...
2008-02-17 Michael NiedermayerPrint a warning if a decoder produces more than 1 frame...
2008-02-17 Michael NiedermayerSet next_pts to pts if it is unknown and pkt->dts is...
2008-02-17 Michael Niedermayersimplify (next_)pts code
2008-02-17 Michael NiedermayerUse next_pts if pkt->dts is unknown. In an ideal world...
2008-02-17 Måns Rullgårdremove duplicate AV_STRINGIFY() definition
2008-02-17 Måns Rullgårdremove duplicate AV_STRINGIFY() definition
2008-02-17 Måns Rullgårdprettify lib* version number extraction
2008-02-17 Måns Rullgårdprettify encoder/decoder/muxer/... list extraction
2008-02-16 Måns Rullgårdclean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
2008-02-16 Mike FrysingerFLAT objects cannot have multiple sections, so using...
2008-02-16 Mike FrysingerFLAT objects cannot have multiple sections, so using...
2008-02-16 Diego BiurrunThis shell script is not bash-specific.
2008-02-16 Diego BiurrunRemove check for the availability of the -u diff flag...
2008-02-16 Mike FrysingerThe Blackfin toolchains will automatically select FDPIC...
2008-02-16 Måns Rullgårddo not run ldconfig after installing shared libraries
2008-02-15 Vitor SessakRemove unneeded function.
2008-02-15 Vitor SessakOops
2008-02-15 Vitor SessakMissed this file in my conditional compilation patch
2008-02-15 Víctor PaesaAdd libavfilter_version
2008-02-15 Vitor SessakRemove author field
2008-02-15 Vitor SessakUse CodecType for pad type
2008-02-15 Vitor SessakNit: remove odd whitespace
2008-02-15 Vitor SessakGroup avfilter_poll_frame() with related funcions and...
2008-02-15 Vitor SessakUpdate comment to match code
2008-02-15 Vitor SessakNits: punctuation and capitalization
2008-02-15 Vitor SessakAdd const to silence warnings
2008-02-15 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 Vitor SessakIndentation
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakFix misc. warnings
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakAdd pixel aspect ratio to AVFilterPicRef structure
2008-02-15 Vitor SessakAdd another "reuse" permission, to distinguish between...
2008-02-15 Vitor Sessakuse units of 1/AV_TIME_BASE for pts rather than millise...
2008-02-15 Vitor SessakRename avfilter_create to avfilter_open and remove...
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor Sessakspelling fix
2008-02-15 Vitor SessakRemove the data parameter from draw_slice(). It's...
2008-02-15 Vitor SessakAdd many new and improve existing doxy comments.
2008-02-15 Vitor SessakLet request_frame() indicate success or failure
2008-02-15 Vitor SessakHelper functions for adding new pads to filters at...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...
2008-02-15 Vitor SessakMake input/output pads modifiable on a per-instance...
2008-02-15 Vitor SessakMake the opaque init parameter non-const.
2008-02-15 Vitor SessakFix some potential segfaults.
2008-02-15 Vitor SessakAllow code to pass data to filters it creates.
2008-02-15 Vitor SessakSplit filter graphs out into their own source & header...
2008-02-15 Vitor SessakAdd a simple filter graph structure and functions
2008-02-15 Vitor SessakAllow giving filter instances names, in anticipation...
2008-02-15 Vitor SessakAdd pts to frame references
2008-02-15 Vitor SessakAdjust the default start_frame() and end_frame() implem...
2008-02-15 Vitor SessakMake avfilter_ref_pic also handle removal of permission...
2008-02-15 Vitor SessakRework filter initialization sequence. Now supports...
2008-02-15 Vitor SessakSupport passing parameters to filters.
2008-02-15 Vitor SessakMake linesize a per-reference property
2008-02-15 Vitor SessakInitial stab at an API
2008-02-15 Vitor SessakAdd last file of main filter framework
2008-02-15 Vitor SessakForce alignment of pic->linesize
2008-02-15 Vitor SessakForce linesize to be a multiple of 16
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakMake an invalid use of a default callback implementatio...
2008-02-15 Vitor SessakEnsure that buffers returned by the default allocator...
2008-02-15 Vitor SessakRevert braindead linked list of permissions
2008-02-15 Vitor SessakTrack the permissions that have been given out to each...
2008-02-15 Vitor Sessakindentation
2008-02-15 Vitor SessakMake default end_frame() implementation more useful.
2008-02-15 Vitor SessakAllow filters to set the requirements on permissions...
2008-02-15 Vitor SessakSeparate the process of creating links between filters...
2008-02-15 Vitor SessakMove default entry point implementations to their own...
2008-02-15 Michael NiedermayerUpdate ist->pts after decoding a codec frame not after...
next