source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @07e4e3ea   17 years diego Consistently use TEST as the preprocessor condition to enable test …
(edit) @1ace4419   17 years Aurélien Jacobs add proper matroskaenc dependency over xiph.o Originally committed as …
(edit) @078ac1db   17 years Aurélien Jacobs add missing Makefile rules for pcm muxers/demuxers Originally …
(edit) @22cf0018   17 years Aurélien Jacobs add missing Makefile rules for zork pcm encoder/decoder Originally …
(edit) @8dcbcef6   17 years Aurélien Jacobs and thus, nellymoser obviously also depens on fft.o Originally …
(edit) @d1c266be   17 years Aurélien Jacobs nellymoser uses mdct functions Originally committed as revision 11576 …
(edit) @fa1ad97f   17 years baptiste.coudurier reorder alphabetically Originally committed as revision 11575 to …
(edit) @dfb400a8   17 years baptiste.coudurier new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com …
(edit) @76e48645   17 years baptiste.coudurier init uid to 0 Originally committed as revision 11573 to …
(edit) @e20c865a   17 years baptiste.coudurier indentation Originally committed as revision 11572 to …
(edit) @bb085dd   17 years baptiste.coudurier correctly handle sony mpeg4 extradata Originally committed as …
(edit) @6e3ea446   17 years baptiste.coudurier check if read child returned error Originally committed as revision …
(edit) @b8659d94   17 years Reimar.Doeffinger Add mfspr-based AltiVec detection code. Currently not enabled in …
(edit) @a33b2c7e   17 years baptiste.coudurier simplify with matching len Originally committed as revision 11568 to …
(edit) @51169b61   17 years baptiste.coudurier simplify and detect better non frame wrapped mappings Originally …
(edit) @4de5906f   17 years baptiste.coudurier cosmetics: read_metadata -> read Originally committed as revision …
(edit) @3f2d859b   17 years baptiste.coudurier cosmetics Originally committed as revision 11565 to …
(edit) @3a9c08be   17 years baptiste.coudurier remove unused crypto context uid Originally committed as revision …
(edit) @7ee7f6f9   17 years baptiste.coudurier support dynamically allocated local tags, used by encrypted files …
(edit) @57810910   17 years baptiste.coudurier check malloc return Originally committed as revision 11562 to …
(edit) @8513ba09   17 years baptiste.coudurier add some dv container uls Originally committed as revision 11561 to …
(edit) @c9c55a56   17 years baptiste.coudurier simplify by checking min matching len Originally committed as …
(edit) @d1cc6e46   17 years kostya.shishkov simplify 4-point transform part a bit Originally committed as …
(edit) @f3647f59   17 years kostya.shishkov Factor out constant addition Originally committed as revision 11558 …
(edit) @f841a0fc   17 years rsbultje Add a flags field to the RTPDynamicPayloadPacketHandlerProc …
(edit) @e2d3e82d   17 years benoit.fouet More verbose error log message. Originally committed as revision …
(edit) @34093ab5   17 years kostya.shishkov Save quantizer values as well Originally committed as revision 11555 …
(edit) @b008e6b8   17 years kostya.shishkov Save coded block patterns for future loop filtering. Originally …
(edit) @094c09bb   17 years diego Add system-specific network link flags to inet_aton test. This should …
(edit) @badbe09a   17 years r_togni Fix forgotten braces from r11039 Originally committed as revision …
(edit) @48f7e1ae   17 years lucabe72 Clarify the error message when video width, height, or framerate are …
(edit) @1b0a4572   17 years benoit.fouet Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). …
(edit) @175e23e8   17 years michaelni Consider initial EOR in the back_ptr calculation. Originally …
(edit) @8916b4b5   17 years benoit.fouet Remove some useless parentheses. Originally committed as revision …
(edit) @30c48a0   17 years benoit.fouet Cosmetics: whitespaces Originally committed as revision 25778 to …
(edit) @e5091488   17 years benoit.fouet Remove non cosmetic spaces inside parentheses. Originally committed …
(edit) @61dbf4e5   17 years diego Simplify preprocessor expression as suggested by Mans. Originally …
(edit) @59ec6991   17 years diego Disallow puts(), av_log() should be used instead. Originally …
(edit) @f9cac0a7   17 years diego Replace puts() by dprintf where appropriate. Originally committed as …
(edit) @b8db4e22   17 years benoit.fouet Description: remove superfluous parentheses. Originally committed as …
(edit) @337a2a45   17 years benoit.fouet Check param in sws_getCachedContext(). Patch by KO Myung-Hun komh …
(edit) @76d7c327   17 years michaelni Replace idiotic (what moron wrote that code?) "buffer overflow" …
(edit) @1ca5d97f   17 years diego Use check_lib2 instead of check_lib in SDL test. This is helpful in …
(edit) @9b41eb37   17 years diego Remove some spaces to keep certain people's eyes from hurting. …
(edit) @fc900b7b   17 years diego Make .vhookdep depend on version.h, same as .depend. patch by Diego …
(edit) @a85736f2   17 years diego misc spelling/grammar fixes Originally committed as revision 11542 to …
(edit) @426d18b8   17 years diego Rename illegal identifiers, _ followed by capital is reserved for the …
(edit) @95e3fdb8   17 years kostya.shishkov pqindex=0 is forbidden Originally committed as revision 11540 to …
(edit) @9ccbc672   17 years michaelni qscale==0 is invalid Originally committed as revision 11539 to …
(edit) @800a5a19   17 years diego pentium4m is a valid CPU name, add it to the list. patch by Igor …
(edit) @cf1392e9   17 years diego Move "Creating config.mak and config.h..." message down to the point …
(edit) @7f390307   17 years diego Add const qualifiers to unmodified function parameters, fixes the …
(edit) @744496e3   17 years diego Remove bogus cast. Originally committed as revision 11535 to …
(edit) @5d1e3d22   17 years michaelni Print removing of nodes in the test code. Originally committed as …
(edit) @3f161c7e   17 years michaelni simplify Originally committed as revision 11533 to …
(edit) @b973f9ad   17 years lucabe72 Make avc_find_startcode non-static, so that it can be used from other …
(edit) @d75dcfdc   17 years diego Add compilation rule for tools/pktdumper. Originally committed as …
(edit) @6878026   17 years diego Add '#undef strcat' to fix compilation. Originally committed as …
(edit) @9ad5675   17 years diego Add a couple of missing consts. patch by Sigbjørn Skjæret, cisc …
(edit) @6ba90c20   17 years mbardiaux Suppress runaway index on streamed input Originally committed as …
(edit) @363728ea   17 years diego Build both static and shared libs from the same object. This makes …
(edit) @750e37eb   17 years kostya.shishkov Select scan tables for 8x4 and 4x8 blocks only once. Patch by …
(edit) @526e037b   17 years michaelni Remove green clouds. fixes issue263 Originally committed as revision …
(edit) @3174c77a   17 years lu_zero gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret …
(edit) @c5adfd64   17 years r_togni Add support for S8 PCM (codec 2) Fix samples/au/vrooom.au Originally …
(edit) @3dea63bd   17 years michaelni user specifyable maximum amount of memory to use for the index. patch …
(edit) @3ed546fe   17 years robert.swain Add variable alpha and size of half window for Kaiser-Bessel Derived …
(edit) @99fac080   17 years Reimar.Doeffinger Get rid of fft_rev table, use ff_reverse and a shift. Reduces maximum …
(edit) @f952b30c   17 years Reimar.Doeffinger Use FFSWAP instead of "manual" swap Originally committed as revision …
(edit) @e5d8ccd7   17 years mans refer users to ffmpeg-user list in case of errors Originally …
(edit) @1a048664   17 years victorpaesa Alignment Originally committed as revision 11516 to …
(edit) @a585c46   17 years victorpaesa Link to libraries in dependency order. Based on a patch by Gonzalo …
(edit) @4eb7a735   17 years andreas Make the Kaiser-Bessel window generator a common function Patch by …
(edit) @f5b4103   17 years michaelni Set pts/dts in raw (yuv,rgb,pcm) demuxers. Originally committed as …
(edit) @2024c226   17 years michaelni Write 0 instead of seeking forward (and leaving bytes uninitalized), …
(edit) @9ab3f71   17 years Aurélien Jacobs add a ff_ prefix to newly exported functions from avc.c Originally …
(edit) @e609806e   17 years Aurélien Jacobs Matroska muxer needs to format all NAL units, not only extradata. …
(edit) @9f7458b2   17 years michaelni Factorize some code into functions, had this in my tree and will be …
(edit) @762f804c   17 years michaelni Nitpicks patch by Lars Täuber. Originally committed as revision 11508 …
(edit) @812f29ff   17 years michaelni Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice …
(edit) @4a69055b   17 years michaelni Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice …
(edit) @cd4f2567   17 years lucabe72 Do not install rtp.h (which should have never been part of the public …
(edit) @28748a91   17 years diego Factorize some duplicated code from CAVS and H.264 into a common file. …
(edit) @c567c694   17 years mike Ministry of English Composition edits for SNOW spec-- introduction …
(edit) @cbe3f0b8   17 years Roman R. Enabling higher frame rates for dc1394, patch by Alessandro Sappia a …
(edit) @0b4a1821   17 years Roman R. Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot …
(edit) @e71b0534   17 years Aurélien Jacobs matroskaenc now depends on avc.o Originally committed as revision …
(edit) @aacc5f22   17 years Aurélien Jacobs Use the isom avcc formatting for h264 extradata in matroska. …
(edit) @1bd2d763   17 years Aurélien Jacobs Move isom_write_avcc() and related functions into a separate file. …
(edit) @6e6eebf9   17 years Aurélien Jacobs extract isom_write_avcc into a function Originally committed as …
(edit) @de04ad45   17 years Aurélien Jacobs Add one more parameter to avc_parse_nal_units so that it allows not to …
(edit) @ed7fa39c   17 years Aurélien Jacobs Check return value of avc_parse_nal_units(). Originally committed as …
(edit) @f739b36d   17 years rsbultje Reindent after r11493 (always use parse_packet() vfunc in …
(edit) @b4e3330c   17 years rsbultje Make rtp_parse_packet() always call the vfunc of the dynamic payload …
(edit) @927688d6   17 years michaelni unused Originally committed as revision 11492 to …
(edit) @f3635240   17 years diego Fix a couple of 'return type defaults to int' and 'control reaches end …
(edit) @c33820e5   17 years diego Add LGPL license header. Originally committed as revision 11490 to …
(edit) @ab759f6e   17 years benoit.fouet Add "genre" command line option Patch by kweiner spamcop net closes …
(edit) @fb83ea6   17 years benoit.fouet Make MMX vectors constants. Patch by Diego 'Flameeyes' Pettenò …
(edit) @69fdc40d   17 years benoit.fouet Make pp_help a constant array of characters to move it to .rodata. …
Note: See TracRevisionLog for help on using the revision log.