source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dc172cc1   22 years michaelni use spatial error concealment if we dont have a previous frame …
(edit) @1e491e29   22 years michaelni cleanup adding AVVideoFrame moving quality, pict_type, key_frame, …
(edit) @855ea723   22 years kabi * two functions to handle allocation of static data more simple …
(edit) @17308326   22 years alex 10l fix Originally committed as revision 1300 to …
(edit) @843342ef   22 years michaelni 100l (sad8x8_x2 had params in wrong order) Originally committed as …
(edit) @2571e3b6   22 years michaelni 100l (mixing chroma & luma linesize) Originally committed as revision …
(edit) @c11ef252   22 years philipjsg Fixed problem with frame rate reduction when capturing from a source …
(edit) @6638d424   22 years philipjsg Try to make this compile on platforms with dlfcn.h Originally …
(edit) @6c11d48c   22 years philipjsg Added a release function to free up the context. Also removed the …
(edit) @042f2465   22 years philipjsg Added support for a realease function to eliminate the context blocks …
(edit) @9e4e1659   22 years philipjsg Simplify an expression and eliminate a compile warning Originally …
(edit) @9d6f1d5   22 years philipjsg Moved hook documentation into the doc directory Originally committed …
(edit) @adbc051   22 years philipjsg Add more tests for the presence of dlfcn.h and dlopen Originally …
(edit) @a1dfc201   22 years fabrice fixed 'file:' in URLs Originally committed as revision 1290 to …
(edit) @a382b927   22 years fabrice fixed multidir compile Originally committed as revision 1289 to …
(edit) @6207ba95   22 years philipjsg I goofed on the darwin LDFLAGS front. Till sourceforge install gcc3 I …
(edit) @4baca069   22 years philipjsg More changes to make things compile on more platforms Originally …
(edit) @3354b0c9   22 years mellum Kludge around compilation failure on Alpha. Originally committed as …
(edit) @7ca413b4   22 years michaelni via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at …
(edit) @f78ebb51   22 years michaelni apiexample doesnt send complete frames to the codec Originally …
(edit) @404d2241   22 years michaelni altivec accelerated v-resample patch by (Brian Foley <bfoley at …
(edit) @0ea8f2be   22 years revol Avoid "unused variable 'c'" warning. Originally committed as revision …
(edit) @e4828c7d   22 years michaelni fixing h263+ slices if the padding at the end of the frame is >7 && …
(edit) @9c938e7   22 years philipjsg More fixes to compile and build on more platforms. Originally …
(edit) @35fedfc3   22 years philipjsg Add some rudimentary support for sparc64 Originally committed as …
(edit) @b55e4ef4   22 years philipjsg Try to get this to build on more platforms (especially Darwin) …
(edit) @2aa29681   22 years michaelni dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz …
(edit) @abac617   22 years fabrice renamed libav to libavformat Originally committed as revision 1276 to …
(edit) @57fc2576   22 years michaelni via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello …
(edit) @525e51e   22 years michaelni 10l Originally committed as revision 1274 to …
(edit) @58b0b0dd   22 years michaelni fixing aspect Originally committed as revision 1273 to …
(edit) @c9f99fef   22 years michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot …
(edit) @f8fd15e0   22 years michaelni moving init of some variables (hurry_up,...) to MPV_frame_start() …
(edit) @47930f09   22 years philipjsg Applied changes to make it compile on darwin Originally committed as …
(edit) @9c76bd48   22 years kabi * altivec and pix_norm patch by Brian Foley Originally committed as …
(edit) @3aca208a   22 years kabi * Ogg/Vorbis patch by Mark Hills Originally committed as revision …
(edit) @9a7b310d   22 years kabi * remaining part of John Ryland's patch Originally committed as …
(edit) @ae98a915   22 years philipjsg Updated to reflect the current state of ffserver (as I understand it). …
(edit) @26b4bb70   22 years philipjsg Added three sample video hooks. See the (rudimentary) documentation on …
(edit) @65e70450   22 years fabrice experimental mpeg4 video support (currently no slice/timestamp …
(edit) @50d5d129   22 years fabrice use codec_id so that the codec does not need to be opened Originally …
(edit) @0fa45e19   22 years fabrice minimum handling for mpeg4 video multicast from avi files Originally …
(edit) @6891b9d4   22 years fabrice added example to hack with SDP/multicast streaming Originally …
(edit) @6edd6884   22 years fabrice RTP multicast begins to work in MPEG1 - simplified stream bandwidth …
(edit) @d2f48f35   22 years fabrice update Originally committed as revision 1259 to …
(edit) @b135d9f   22 years alex mjpegb support (need more samples) Originally committed as revision …
(edit) @829ac53d   22 years fabrice clean up of redirector code - first stage of RTP multicast support - …
(edit) @a941f39   22 years fabrice export match_ext() Originally committed as revision 1256 to …
(edit) @cb1fdc61   22 years fabrice match SDP based on content instead of extension Originally committed …
(edit) @5d3cea3a   22 years michaelni aspect ratio cleanup Originally committed as revision 1254 to …
(edit) @67d06418   22 years fabrice added handling of URL redirectors (needed for RTSP streaming client) …
(edit) @2fd0e8e6   22 years fabrice supressed incorrect pts init (when the pts is not set, ffmpeg.c …
(edit) @01e96fd1   22 years fabrice suppressed PKT_FLAG_DROPPED_FRAME Originally committed as revision …
(edit) @6bcafa93   22 years fabrice pkt->pts is already set, please fix audio if you modify this code - …
(edit) @bb285683   22 years kabi * cut&paste fix Originally committed as revision 1249 to …
(edit) @92e1cdae   22 years philipjsg The problems of doing cvs add foo.* Originally committed as revision …
(edit) @10d104e4   22 years philipjsg * Add frame rate conversion when there is no audio channel. This makes …
(edit) @142fc6b9   22 years philipjsg Build and install the vhook subdirectory if enabled (not by default). …
(edit) @6e1b4780   22 years philipjsg Compile framehook.c Originally committed as revision 1245 to …
(edit) @3b2cbbed   22 years philipjsg Initial versions of code to all per-frame video processing in ffmpeg. …
(edit) @e752dc90   22 years philipjsg Set the pkt->pts field correctly so that frame rate reduction has a …
(edit) @86f2b9d0   22 years philipjsg Set the pkt->pts field so that we have a chance of doing frame rate …
(edit) @b13a517f   22 years philipjsg Get rid of a warning from asfcheck. Not sure that it really helps with …
(edit) @f2677d6b   22 years michaelni altivec optimizations patch by (Brian Foley <bfoley at compsoc dot …
(edit) @deedfbdb   22 years michaelni 10l Originally committed as revision 1239 to …
(edit) @0699d2fe   22 years fabrice update Originally committed as revision 1238 to …
(edit) @97373f2   22 years fabrice update Originally committed as revision 1237 to …
(edit) @4745b5bf   22 years fabrice update Originally committed as revision 1236 to …
(edit) @fce16586   22 years fabrice added CREDITS file (tell me if I forgot someone) Originally committed …
(edit) @c70a2119   22 years fabrice ffserver documentation update Originally committed as revision 1234 …
(edit) @47d944d2   22 years fabrice doc update Originally committed as revision 1233 to …
(edit) @b242baa4   22 years fabrice '-' can be used for standard input Originally committed as revision …
(edit) @7feb950a   22 years fabrice fixed output pts computation in case of pcm audio (fixes ffplay status …
(edit) @4364a3e0   22 years fabrice better than nothing patch for correct audio output with ffplay …
(edit) @45dd5c69   22 years fabrice a/v sync support: added correct pts handling Originally committed as …
(edit) @8949367e   22 years fabrice factorized All In Wonder code (not tested) - Added AIW auto detect …
(edit) @59402627   22 years kabi * oops fixed bad initialization of ff vals. - put …
(edit) @d43b10ec   22 years kabi * fixed prototype Originally committed as revision 1226 to …
(edit) @83f238cb   22 years kabi * compilation fix (ARM users please check) Originally committed as …
(edit) @231dd3f3   22 years fabrice now raw mpeg4 video decoding is fully supported Originally committed …
(edit) @93ced3e8   22 years fabrice added multicast SDP/RTP demux for multicast streams - added support …
(edit) @5b25dfa7   22 years fabrice do not read probe data if format is specified - match_ext() must be …
(edit) @772956c5   22 years fabrice fixed multicast connect Originally committed as revision 1221 to …
(edit) @87f9c9e0   22 years michaelni fixing compilation of cs_test Originally committed as revision 8232 …
(edit) @58bfafb   22 years michaelni hurry_up=5 support Originally committed as revision 1219 to …
(edit) @8a55587   22 years michaelni lower case div3 Originally committed as revision 1218 to …
(edit) @7c5ab7b8   22 years michaelni slices & encoding optim Originally committed as revision 1217 to …
(edit) @22f3e8be   22 years michaelni dr1 Originally committed as revision 1216 to …
(edit) @0626afe9   22 years michaelni 0.1l Originally committed as revision 1215 to …
(edit) @152ba68c   22 years michaelni YV12 support (warning this is experimental & wont work with offical …
(edit) @b24cf828   22 years michaelni fixing mp3 detection patch by (John Ryland <jryland at trolltech dot …
(edit) @a32072d0   22 years michaelni 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma …
(edit) @11f18faf   22 years michaelni huffyuv Originally committed as revision 1211 to …
(edit) @5844544   22 years kabi * const warning fix Originally committed as revision 1210 to …
(edit) @6a85ec8d   22 years kabi * minor warning fix Originally committed as revision 1209 to …
(edit) @adb43289   22 years kabi * not checking for get_buffer_callback - it would be user's error * if …
(edit) @d6483a8e   22 years michaelni 1l found by kabi Originally committed as revision 1207 to …
(edit) @4533d2d6   22 years kabi * fix double free Originally committed as revision 1206 to …
(edit) @18f77016   22 years kabi * fixing some minor const warnings Originally committed as revision …
(edit) @92ddb692   22 years kabi * init for inv_zigzag_direct16 moved to init block Originally …
Note: See TracRevisionLog for help on using the revision log.