source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @40d05a6b   22 years revol That should be enough for now :) Originally committed as revision …
(edit) @9b2e001   22 years michaelni mingw patch by (Bill Eldridge <bill at rfa dot org>) Originally …
(edit) @e5e65a53   22 years michaelni my TODO ... Originally committed as revision 1346 to …
(edit) @1d366fce   22 years michaelni 10l Originally committed as revision 1345 to …
(edit) @c6fdc708   22 years fabrice updated with my current projets - add your own TODO if you wish …
(edit) @9ca7cfc5   22 years revol Hey, not everyone has usleep() ! (temporary fix, we should check for …
(edit) @f7696989   22 years kabi * fix for empty image queue Originally committed as revision 1342 to …
(edit) @8154d2e0   22 years fabrice added ffserver disabling for easier porting Originally committed as …
(edit) @17a70fde   22 years michaelni mb qp limits Originally committed as revision 1340 to …
(edit) @8fc69895   22 years michaelni support dumping the qscale stuff to the screen Originally committed …
(edit) @59b571c1   22 years michaelni more debug output Originally committed as revision 1338 to …
(edit) @a8140ad5   22 years michaelni mlib fix patch by (Juergen Keil <jk at tools dot de>) Originally …
(edit) @e2b2851e   22 years philipjsg First shot at the ffserver regression tests. All feedback received …
(edit) @96d9cb22   22 years michaelni fixing playback of DaveMatthews_Crash_PocketPC.avi Originally …
(edit) @0bdd297f   22 years philipjsg Initial version of test configuration file for ffserver that encodes …
(edit) @e47ec515   22 years philipjsg Add the -em_rate option to make the img reader run at the nominal …
(edit) @c9646fda   22 years philipjsg * Extend the syntax of a filename for the img reader to allow looping. …
(edit) @38758ab0   22 years philipjsg * Add code to allow the img reader to read files at the nominal frame …
(edit) @a4d70941   22 years philipjsg * Try and fix the crashes in ffserver associated with the coded_frame …
(edit) @4cb3ca72   22 years kabi * fill codec_id in codec_open Originally committed as revision 1329 …
(edit) @befaced5   22 years michaelni 100l Originally committed as revision 1328 to …
(edit) @492cd3a9   22 years michaelni AVVideoFrame -> AVFrame Originally committed as revision 1327 to …
(edit) @f694168d   22 years philipjsg Fix a crash caused by a null coded_picture pointer in ffserver. …
(edit) @4e00e76   22 years michaelni cleanup / messup? fixes 20% speedloss bug removes redundant variables …
(edit) @f8af5cb5   22 years michaelni correct mpeg4 vo type Originally committed as revision 1324 to …
(edit) @86689eeb   22 years michaelni remove fake wmv2 codec Originally committed as revision 1323 to …
(edit) @2b2719ac   22 years michaelni ump4 decoding fixed Originally committed as revision 1322 to …
(edit) @00a7d8d6   22 years michaelni practically disabling altivec resampling code (some ppl said its …
(edit) @6c16199b   22 years michaelni fixing api-example Originally committed as revision 1320 to …
(edit) @426b8061   22 years michaelni aspect ratio encoding for mpeg1 Originally committed as revision 1319 …
(edit) @945f15b7   22 years michaelni mpeg1&2 aspect decoding Originally committed as revision 1318 to …
(edit) @706fc4de   22 years michaelni fixing aspect (hopefully, i couldnt reproduce the bug) Originally …
(edit) @0d1e9246   22 years michaelni fixing 2pass assert failure better dynamic b frame selection, still …
(edit) @32db2b1d   22 years michaelni missing "\" (found by nick) Originally committed as revision 1315 to …
(edit) @03201146   22 years michaelni better? scene change detection Originally committed as revision 1314 …
(edit) @5f3ed165   22 years michaelni fixing hq + adaptive quant Originally committed as revision 1313 to …
(edit) @d9cb5429   22 years michaelni drop b frames if there are no reference frames skip b frames if …
(edit) @34b10a57   22 years michaelni crop optmization patch by (Dieter Shirley <dieters at schemasoft dot …
(edit) @8aa1e3da   22 years michaelni infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) …
(edit) @aa388dba   22 years michaelni fixing files where the first frame isn a keyframe Originally …
(edit) @140cb663   22 years michaelni new PSNR code (now works with chroma, b frames, ...) rename *_TYPE to …
(edit) @5b20b732   22 years michaelni print a warning if something allocates 0 bytes Originally committed …
(edit) @b92be2af   22 years michaelni workaround old xvid bug Originally committed as revision 1306 to …
(edit) @c8c437bc   22 years michaelni specific debug output support Originally committed as revision 1305 …
(edit) @ce3bcaed   22 years michaelni fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use …
(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 …
Note: See TracRevisionLog for help on using the revision log.