source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0541f2c4   18 years michaelni add rule to keep disscussion on the public mailinglist (stolen from …
(edit) @981990db   18 years michaelni patches should be split into incremental changes if possible add patch …
(edit) @2c0c00cb   18 years gpoirier Targa (.tga) encoder, patch by Bobby Bingham % uhmmmm A gmail P com % …
(edit) @65d0bea   18 years michaelni add a entry to the policy about fixing warnings (i think this is …
(edit) @f5f11d71   18 years michaelni Patch review process Originally committed as revision 8409 to …
(edit) @7ca6cc09   18 years michaelni 10l for myself, fixing --disable-encoders Originally committed as …
(edit) @ad73e79c   18 years michaelni 160 bytes smaller object file, ask gcc devels why Originally …
(edit) @f1505ce3   18 years michaelni explain where the T table comes from Originally committed as revision …
(edit) @33a0dd37   18 years kostya.shishkov DXA demuxer and decoder Originally committed as revision 8405 to …
(edit) @0769498a   18 years michaelni deprecate ff_realloc_static Originally committed as revision 8404 to …
(edit) @f78da6d6   18 years michaelni 10l to whoever wrote this Originally committed as revision 8403 to …
(edit) @3502a54f   18 years michaelni kill av_mallocz_static() calls in init_rl() Originally committed as …
(edit) @efddbce9   18 years michaelni move RLTable stuff to its own header Originally committed as revision …
(edit) @6bd10f2d   18 years michaelni kill av_mallocz_static() Originally committed as revision 8400 to …
(edit) @b21c9af9   18 years baptiste.coudurier reindent after last commit Originally committed as revision 8399 to …
(edit) @1153be3b   18 years baptiste.coudurier h264 complete frames parsing support Originally committed as revision …
(edit) @08cb1950   18 years michaelni kill 3 more av_mallocz_static() Originally committed as revision 8397 …
(edit) @9608652d   18 years michaelni kill another 2 av_mallocz_static() Originally committed as revision …
(edit) @2df6e978   18 years michaelni kill a av_mallocz_static() Originally committed as revision 8395 to …
(edit) @e2e712e   18 years michaelni 1010l to whoever wrote this Originally committed as revision 8394 to …
(edit) @0c3c674   18 years michaelni remove useless static cm variable Originally committed as revision …
(edit) @861450d   18 years michaelni cosmetic Originally committed as revision 8392 to …
(edit) @3e207bb1   18 years michaelni remove silly static int done protecting the initalization of 32 …
(edit) @2d2020b8   18 years michaelni remove redundant memset() Originally committed as revision 8390 to …
(edit) @5ac09151   18 years michaelni dont malloc() static mv_penalty arrays Originally committed as …
(edit) @ca2a0c9   18 years michaelni deprecate av_mallocz_static() Originally committed as revision 8388 …
(edit) @85e7386   18 years banan Combine the window and overlap loops, and get rid of the data …
(edit) @e057461d   18 years michaelni cosmetic (order context variables like in sha1) Originally committed …
(edit) @248b25f8   18 years michaelni s/context/ctx/ Originally committed as revision 8385 to …
(edit) @e657aa34   18 years michaelni #undef printf under #ifdef TEST (needed for testing) Originally …
(edit) @ef3c7c33   18 years michaelni borrow finalization algo from sha1 (100byte smaller) Originally …
(edit) @e1b62250   18 years michaelni get rid of b_used variable (same size with CONFIG_SMALL) Originally …
(edit) @36c7fa7e   18 years michaelni smaller av_sha1_update() Originally committed as revision 8381 to …
(edit) @104c30ee   18 years michaelni use CONFIG_SMALL Originally committed as revision 8380 to …
(edit) @20013045   18 years michaelni put state[5] last so no padding is needed on arch where uint64_t needs …
(edit) @5fd7f87b   18 years michaelni cosmetic Originally committed as revision 8378 to …
(edit) @15b6cae   18 years michaelni dont memcpy() simpler and same speed Originally committed as revision …
(edit) @476f9b74   18 years michaelni simplify Originally committed as revision 8376 to …
(edit) @f6a3477b   18 years michaelni remove middle variant (keep fastest and smallest) Originally …
(edit) @965ea9ba   18 years michaelni 10l Originally committed as revision 8374 to …
(edit) @fca447a9   18 years michaelni double ;; Originally committed as revision 8373 to …
(edit) @2fa3a22d   18 years michaelni factorize VARIANT2 (smaller and slower) Originally committed as …
(edit) @d6cf7804   18 years michaelni revert 2% speed loss change (r8360) so VARIANT0 will be big and a few …
(edit) @5ae4975c   18 years Aurélien Jacobs remove outdated comment Originally committed as revision 8370 to …
(edit) @2b1785b7   18 years Aurélien Jacobs remove no more needed parameters Originally committed as revision …
(edit) @cb496e1f   18 years michaelni zero byte idea by rich Originally committed as revision 8368 to …
(edit) @6573578d   18 years michaelni 2 other variants of how to implement the core part benchmarks welcome …
(edit) @086b0ad8   18 years Aurélien Jacobs set pkt->duration for laced packets too Originally committed as …
(edit) @9b54ab15   18 years Aurélien Jacobs calculate pts for laced packets Originally committed as revision 8365 …
(edit) @7fde6331   18 years Aurélien Jacobs calculate default_duration for AAC tracks Originally committed as …
(edit) @25f2b76f   18 years Aurélien Jacobs scale duration and default_duration Originally committed as revision …
(edit) @20bd4e07   18 years michaelni cosmetic cleanup Originally committed as revision 8362 to …
(edit) @3884689b   18 years michaelni cosmetic cleanup Originally committed as revision 8361 to …
(edit) @913cbde4   18 years michaelni 10% smaller object file, 2% slower Originally committed as revision …
(edit) @916bf03a   18 years Aurélien Jacobs move timecode calculation out of laces loop Originally committed as …
(edit) @c6fd617a   18 years michaelni very slightly smaller object file Originally committed as revision …
(edit) @11bf0eb6   18 years michaelni make count count bytes not bits (this is simpler and leads to a very …
(edit) @de953b6b   18 years michaelni remove bigger and slower code Originally committed as revision 8356 …
(edit) @82da03f7   18 years michaelni dont recommand testing with -O3 Originally committed as revision 8355 …
(edit) @aa59433a   18 years michaelni avoid silly ring buffer logic (faster with -O2, -O3 is always slower …
(edit) @3479b72b   18 years michaelni its faster to copy the data to the stack it seems ... Originally …
(edit) @ae76034c   18 years michaelni explain how to test it Originally committed as revision 8352 to …
(edit) @7c60e55b   18 years michaelni simple SHA-1 implementation Originally committed as revision 8351 to …
(edit) @3679f659   18 years baptiste.coudurier remove wrong avid imx ntsc fourcc Originally committed as revision …
(edit) @05e894bc   18 years diego Explain a few more options that were recently added. patch by Limin …
(edit) @2a89ee9a   18 years diego Remove superfluous HAVE_THREADS #ifdef. patch by Ramiro Polla, …
(edit) @3d3361e5   18 years diego libswscale header files are put in a subdirectory named ffmpeg, not …
(edit) @f6ac266   18 years diego Remove -ab 64k from ffmpeg options, this is now default. patch by …
(edit) @43cd2d32   18 years takis.issaris Install mem.h on "make install" as: * the mem.h functions are part of …
(edit) @bbec8c2c   18 years diego Recommend building qt-faststart using make instead of a manual cc …
(edit) @ecb4a895   18 years diego Properly initialize filesize during input buffer initialization. patch …
(edit) @792098c2   18 years takis.issaris Move the memory related functions out of common.h into their own …
(edit) @1420b837   18 years diego Remove superfluous header include. Originally committed as revision …
(edit) @bde0705c   18 years diego cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail …
(edit) @750f0e1f   18 years takis.issaris Introduce two new logging functions av_hex_dump_log() and …
(edit) @318c5e05   18 years mbardiaux Give context to dprintf Originally committed as revision 8338 to …
(edit) @ea486ab3   18 years baptiste.coudurier remove codec_info_duration/nb_frames from AVStream Originally …
(edit) @17ceb4f9   18 years baptiste.coudurier add message saying that pgmyuv format is deprecated Originally …
(edit) @ded669f8   18 years Aurélien Jacobs cosmetic: indent after last commit Originally committed as revision …
(edit) @ac9073c9   18 years Aurélien Jacobs reorder pts of packets from tracks using V_MPEG* codecs Originally …
(edit) @3d20538d   18 years Aurélien Jacobs revert r7181 This was a stupid mistake. We already take care of …
(edit) @6bed20f4   18 years Aurélien Jacobs check if current block contains a B frame and gives this info to …
(edit) @4d41f3ee   18 years Aurélien Jacobs extract ebml_read_binary() out of matroska_parse_block() This allows …
(edit) @12f3278d   18 years Aurélien Jacobs reindent after last commit Originally committed as revision 8330 to …
(edit) @0fb7a2b9   18 years Aurélien Jacobs parse clusters until some packets are queued instead of parsing only …
(edit) @0f3bd8c   18 years Aurélien Jacobs fix a stupid bug in ebml_read_sint() Originally committed as revision …
(edit) @912c94f3   18 years Aurélien Jacobs use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() …
(edit) @8736d68a   18 years banan Respect the gop size (-g) for marking I frames. Use -g 0 gives the old …
(edit) @e7485bf3   18 years banan Replace custom modified discrete cosine transform with ffmpeg's own. …
(edit) @43a0791b   18 years justin.ruggles the AC-3 parser needs ac3.o Originally committed as revision 8324 to …
(edit) @24761399   18 years justin.ruggles move AC-3 header parsing to ac3.c Originally committed as revision …
(edit) @c81ab015   18 years kostya.shishkov Correctly ME border blocks Originally committed as revision 8322 to …
(edit) @284ad8a4   18 years Reimar.Doeffinger Check dimensions to avoid division by zero due to invalid new …
(edit) @09d9672a   18 years michaelni fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea …
(edit) @e1315fb1   18 years michaelni some url_is_streamed()==1 related fixes Originally committed as …
(edit) @050aa8b   18 years justin.ruggles remove redundancy in AC-3 parser by using common tables from ac3tab.h …
(edit) @755c18ae   18 years michaelni fix demuxing of broken MVI_3011.avi Originally committed as revision …
(edit) @1017fafb   18 years ods15 remove usage of deprecated functions in libnut.c (codec_get_id/tag) …
(edit) @0020596f   18 years ods15 Add doxygen file header to libnut.c Originally committed as revision …
(edit) @7350151b   18 years diego small improvements to the help output Originally committed as …
Note: See TracRevisionLog for help on using the revision log.