source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @816ebf93   17 years Reimar.Doeffinger Remove duplicate ; Originally committed as revision 12149 to …
(edit) @721052e9   17 years Reimar.Doeffinger Add casts to avoid warnings: fraps.c:102: warning: passing argument 1 …
(edit) @e3cb2c4   17 years Reimar.Doeffinger Missing const Originally committed as revision 12147 to …
(edit) @591de5cf   17 years Reimar.Doeffinger Fix misplaced const, avoids a cast-discards-qualifiers warning …
(edit) @d937cd0e   17 years michaelni const Originally committed as revision 12145 to …
(edit) @05218081   17 years michaelni Reduce the number of senselessly scanned bytes. Originally committed …
(edit) @c367d0c6   17 years gpoirier arg 10000l. Fix wrong fix committed in r12141 Originally committed as …
(edit) @d6267d02   17 years gpoirier fix broken indentation Originally committed as revision 12142 to …
(edit) @9d8109ad   17 years gpoirier 10l: fix always false test: Binary & has lower precedence than == …
(edit) @42a362e5   17 years diego Refactor vcprm and vcii macros by using the AVV macro. Originally …
(edit) @35c27389   17 years diego Refactor the FOUROF macro using the AVV macro. Originally committed …
(edit) @b0e21a3b   17 years diego Remove stray #undef. Originally committed as revision 12138 to …
(edit) @3518c5a9   17 years gpoirier fix crash on non-AltiVec powered machines: MPV_common_init_altivec …
(edit) @b3574faa   17 years robert.swain Remove a superfluous call to atoi in ffmpeg.c:opt_verbose Patch by …
(edit) @5bc440e   17 years michaelni Add notes where known timestamp issues remain. Originally committed …
(edit) @4829104   17 years michaelni Set initial next_pts to unknown, this avoids the nonsense timestamp …
(edit) @40cb57a2   17 years michaelni Print a warning if a decoder produces more than 1 frame of output for …
(edit) @ed923859   17 years michaelni Set next_pts to pts if it is unknown and pkt->dts is not known either. …
(edit) @b1b818fc   17 years michaelni simplify (next_)pts code Originally committed as revision 12131 to …
(edit) @da0ef2d5   17 years michaelni Use next_pts if pkt->dts is unknown. In an ideal world this would not …
(edit) @1d03e71   17 years mans remove duplicate AV_STRINGIFY() definition Originally committed as …
(edit) @5ff1b067   17 years mans remove duplicate AV_STRINGIFY() definition Originally committed as …
(edit) @719c8e00   17 years mans prettify lib* version number extraction Originally committed as …
(edit) @73ef8980   17 years mans prettify encoder/decoder/muxer/... list extraction Originally …
(edit) @5c319d33   17 years mans clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN Originally …
(edit) @d2a4ecaf   17 years diego FLAT objects cannot have multiple sections, so using the L1 attributes …
(edit) @e44d7c65   17 years diego FLAT objects cannot have multiple sections, so using the L1 attributes …
(edit) @2d83fe90   17 years diego This shell script is not bash-specific. Originally committed as …
(edit) @989bbe62   17 years diego Remove check for the availability of the -u diff flag, we require it …
(edit) @63da080   17 years diego The Blackfin toolchains will automatically select FDPIC according to …
(edit) @b147ec08   17 years mans do not run ldconfig after installing shared libraries Originally …
(edit) @b6f57945   17 years vitor1001 Remove unneeded function. Commited in SoC by Vitor Sessak on …
(edit) @11de6cac   17 years vitor1001 Oops Commited in SoC by Vitor Sessak on 2008-02-12 20:43:49 …
(edit) @e4152452   17 years vitor1001 Missed this file in my conditional compilation patch Commited in SoC …
(edit) @a7d46657   17 years vitor1001 Add libavfilter_version Patch by Víctor Paesa Commited in SoC by …
(edit) @765f96c6   17 years vitor1001 Remove author field Suggested by Baptiste Coudurier Commited in SoC …
(edit) @daafdb6e   17 years vitor1001 Use CodecType for pad type Commited in SoC by Vitor Sessak on …
(edit) @0155b1a1   17 years vitor1001 Nit: remove odd whitespace Commited in SoC by Vitor Sessak on …
(edit) @b04c740a   17 years vitor1001 Group avfilter_poll_frame() with related funcions and add doxygen …
(edit) @853961a9   17 years vitor1001 Update comment to match code Commited in SoC by Vitor Sessak on …
(edit) @664f6595   17 years vitor1001 Nits: punctuation and capitalization Commited in SoC by Vitor Sessak …
(edit) @2844dd39   17 years vitor1001 Add const to silence warnings Commited in SoC by Vitor Sessak on …
(edit) @d224d73   17 years vitor1001 Implement poll_frame() method. Fix ffmpeg.c bug with vf_fps filter. …
(edit) @d177bd18   17 years vitor1001 Indentation Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26 …
(edit) @24c4eff6   17 years vitor1001 Rework link property configuration system. This can now handle filters …
(edit) @3afcca9d   17 years vitor1001 Fix misc. warnings Commited in SoC by Vitor Sessak on 2007-12-21 …
(edit) @35f3fdf4   17 years vitor1001 Rewrite colorspace negotiation. Commited in SoC by Bobby Bingham on …
(edit) @2621f4a3   17 years vitor1001 Add pixel aspect ratio to AVFilterPicRef structure Commited in SoC by …
(edit) @b3ab2f7e   17 years vitor1001 Add another "reuse" permission, to distinguish between the case where …
(edit) @056f0431   17 years vitor1001 use units of 1/AV_TIME_BASE for pts rather than milliseconds Commited …
(edit) @fc815c5   17 years vitor1001 Rename avfilter_create to avfilter_open and remove the wrapper …
(edit) @16415ea   17 years vitor1001 Revert braindead linked list of permissions Commited in SoC by Bobby …
(edit) @52f97a0d   17 years vitor1001 Track the permissions that have been given out to each picture. This …
(edit) @60bf6ce3   17 years vitor1001 Allow filters to set the requirements on permissions for incoming …
(edit) @b42a6a92   17 years vitor1001 spelling fix Commited in SoC by Bobby Bingham on 2007-08-17 14:40:55 …
(edit) @72f6d631   17 years vitor1001 Remove the data parameter from draw_slice(). It's unneeded and often …
(edit) @13ff8fd0   17 years vitor1001 Add many new and improve existing doxy comments. Commited in SoC by …
(edit) @63f64e6f   17 years vitor1001 Let request_frame() indicate success or failure Commited in SoC by …
(edit) @a9c81431   17 years vitor1001 Helper functions for adding new pads to filters at runtime Commited …
(edit) @85322466   17 years vitor1001 Separate the process of creating links between filters from that of …
(edit) @901e6b39   17 years vitor1001 Move default entry point implementations to their own file. Make them …
(edit) @7c9066a3   17 years vitor1001 Make input/output pads modifiable on a per-instance basis. This makes …
(edit) @95bcf49   17 years vitor1001 Make the opaque init parameter non-const. Commited in SoC by Bobby …
(edit) @25f8e601   17 years vitor1001 Fix some potential segfaults. Commited in SoC by Bobby Bingham on …
(edit) @6e365c57   17 years vitor1001 Allow code to pass data to filters it creates. Commited in SoC by …
(edit) @443e73f0   17 years vitor1001 Split filter graphs out into their own source & header files. …
(edit) @13a75d5a   17 years vitor1001 Add a simple filter graph structure and functions Commited in SoC by …
(edit) @dcea2482   17 years vitor1001 Allow giving filter instances names, in anticipation of the upcoming …
(edit) @1a18860a   17 years vitor1001 Add pts to frame references Commited in SoC by Bobby Bingham on …
(edit) @462f57db   17 years vitor1001 Adjust the default start_frame() and end_frame() implementations to …
(edit) @8fb48e7c   17 years vitor1001 Make avfilter_ref_pic also handle removal of permissions for the …
(edit) @d3e57c15   17 years vitor1001 Rework filter initialization sequence. Now supports passing user …
(edit) @4d96a914   17 years vitor1001 Support passing parameters to filters. Commited in SoC by Bobby …
(edit) @bbf42679   17 years vitor1001 Make linesize a per-reference property Commited in SoC by Bobby …
(edit) @a5cbb2f4   17 years vitor1001 Initial stab at an API Commited in SoC by Bobby Bingham on 2007-06-29 …
(edit) @5c212e6f   17 years vitor1001 Add last file of main filter framework Originally committed as …
(edit) @790a03d7   17 years vitor1001 Force alignment of pic->linesize Commited in SoC by Vitor Sessak on …
(edit) @4cf48782   17 years vitor1001 Force linesize to be a multiple of 16 Commited in SoC by Vitor Sessak …
(edit) @459821c5   17 years vitor1001 Rework link property configuration system. This can now handle filters …
(edit) @e363730   17 years vitor1001 Rewrite colorspace negotiation. Commited in SoC by Bobby Bingham on …
(edit) @d0e4eba5   17 years vitor1001 Make an invalid use of a default callback implementation return an …
(edit) @4f909565   17 years vitor1001 Ensure that buffers returned by the default allocator are readable, or …
(edit) @23274667   17 years vitor1001 Revert braindead linked list of permissions Commited in SoC by Bobby …
(edit) @4d62c9d3   17 years vitor1001 Track the permissions that have been given out to each picture. This …
(edit) @fc0f39c2   17 years vitor1001 indentation Commited in SoC by Bobby Bingham on 2007-08-17 17:09:19 …
(edit) @552c0208   17 years vitor1001 Make default end_frame() implementation more useful. Commited in SoC …
(edit) @712048da   17 years vitor1001 Allow filters to set the requirements on permissions for incoming …
(edit) @f66f53da   17 years vitor1001 Separate the process of creating links between filters from that of …
(edit) @bf4ce7a   17 years vitor1001 Move default entry point implementations to their own file. Make them …
(edit) @19d5da50   17 years michaelni Update ist->pts after decoding a codec frame not after decoding a …
(edit) @805d0232   17 years vitor1001 Do not copy more data than needed Commited in SoC by Vitor Sessak on …
(edit) @e9f54274   17 years vitor1001 Remove header now made useless Commited in SoC by Vitor Sessak on …
(edit) @3bc2a526   17 years vitor1001 Remove unneeded function. Commited in SoC by Vitor Sessak on …
(edit) @b57fc327   17 years vitor1001 Missed this file in my conditional compilation patch Commited in SoC …
(edit) @74b46655   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-02-11 18:19:37 …
(edit) @ce657d80   17 years vitor1001 Simplify Commited in SoC by Vitor Sessak on 2008-02-11 17:35:13 …
(edit) @c245ddf2   17 years vitor1001 Indent after last commit Commited in SoC by Vitor Sessak on 2008-02-11 …
(edit) @c48e31ae   17 years vitor1001 Remove unneded else Commited in SoC by Vitor Sessak on 2008-02-11 …
(edit) @a5b5d95a   17 years vitor1001 Cosmetical: indentation Commited in SoC by Vitor Sessak on 2008-02-11 …
(edit) @b3431ecd   17 years vitor1001 Nit: Alignment Commited in SoC by Vitor Sessak on 2008-02-11 17:16:35 …
Note: See TracRevisionLog for help on using the revision log.