source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fed7d067   18 years baptiste.coudurier priv_data is allocated/freed internally Originally committed as …
(edit) @20e570c8   18 years gpoirier links to ARM optimization manuals Originally committed as revision …
(edit) @f57c7ad2   18 years gpoirier add missing bit from commit r7423 Originally committed as revision …
(edit) @7a886063   18 years gpoirier Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) patch by …
(edit) @a5474d50   18 years mans enable bidirectional me with x264 patch by Robert Swain <robert =dot= …
(edit) @40628be0   18 years lucabe72 attribute((unused)) works with gcc 2.95 too Originally committed …
(edit) @e5f94c2b   18 years diego Disable threading support by default on all platforms, add individual …
(edit) @dc922953   18 years diego ordering cosmetics Originally committed as revision 7419 to …
(edit) @20c9dfe3   18 years diego cosmetics: Reorder external libraries. Originally committed as …
(edit) @6ebe07fb   18 years diego variable renaming: mp3lame --> libmp3lame Originally committed as …
(edit) @2eed5a46   18 years diego Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> …
(edit) @3ffab361   18 years diego variable renaming: dts --> libdts Originally committed as revision …
(edit) @f8904fd9   18 years diego Rename variables: a52 --> liba52, a52bin --> liba52bin Originally …
(edit) @bfd5afd8   18 years diego Reorder configure output. Originally committed as revision 7413 to …
(edit) @21e3078f   18 years diego one more naming consistency change Originally committed as revision …
(edit) @a10b820   18 years diego more consistency for the output naming Originally committed as …
(edit) @f36958f8   18 years diego Align configure output. Originally committed as revision 7410 to …
(edit) @0dea6433   18 years lucabe72 replace some av_malloc();memset(...,0,...) sequences with av_mallocz() …
(edit) @e943369   18 years baptiste.coudurier simplify Originally committed as revision 7409 to …
(edit) @17230c9d   18 years baptiste.coudurier dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 Originally …
(edit) @bc9a4597   18 years michaelni maybe fixing a segfault Originally committed as revision 7407 to …
(edit) @78954a05   18 years michaelni snow specification (this is just quickly written and probably isnt …
(edit) @1e90b34f   18 years michaelni dead code removial Originally committed as revision 7405 to …
(edit) @d0966f02   18 years michaelni missdetected a broken mp3 Originally committed as revision 7404 to …
(edit) @69c262d1   18 years michaelni indention Originally committed as revision 7403 to …
(edit) @1694118   18 years michaelni nth try of getting the frame rate detecton working Originally …
(edit) @396a5e68   18 years michaelni store a few values in the header as difference to the last this makes …
(edit) @c62997a   18 years michaelni some quick encoding tips feel free to extend, change, fix spelling and …
(edit) @09d8c0ae   18 years banan VP6 and flashsv stream copy and muxing support. Originally committed …
(edit) @f01bd9d   18 years banan Correct value for the test. Originally committed as revision 7398 to …
(edit) @aa38b097   18 years michaelni AVSEEK_SIZE doxy Originally committed as revision 7397 to …
(edit) @1ae2c5f2   18 years michaelni fix indention of previous commit Originally committed as revision …
(edit) @8e287af0   18 years michaelni seekless filesize retrieving support in 7 lines of code, also doesnt …
(edit) @ecec87af   18 years michaelni revert regression test breaking change Originally committed as …
(edit) @aac88b53   18 years kostya.shishkov Decode previous 32 frames to avoid seeking artifacts in MPC …
(edit) @0587b0ca   18 years kostya.shishkov Make MPC demuxer deal with ID3 tags at the beginning Originally …
(edit) @c57d3469   18 years michaelni remember the size after switching back from fullscreen Originally …
(edit) @fb84155b   18 years michaelni dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work …
(edit) @cfe9cfe   18 years michaelni check x/y validity a more generic solution is welcome of course ... …
(edit) @990c8438   18 years michaelni cosmetic (move video_open() up to avoid prototype) Originally …
(edit) @8c982c5d   18 years michaelni 10l (fix segfault with audio only files) Originally committed as …
(edit) @c03312cc   18 years michaelni remove code duplication Originally committed as revision 7386 to …
(edit) @fccb19e3   18 years michaelni 1st attempt to fix width/height Originally committed as revision 7385 …
(edit) @4b96d28a   18 years michaelni ignore duration of the first 2 frames in the max-time break check …
(edit) @6268538a   18 years michaelni do not base frame rate guess on just one duration Originally …
(edit) @148c9bdb   18 years banan Patch for the FLV muxer to supply more complete metadata in the …
(edit) @e3113632   18 years kostya.shishkov Enable forward seek in Musepack demuxer Originally committed as …
(edit) @d037d79   18 years Aurélien Jacobs fall back mmap() call using MAP_PRIVATE for working on no-mmu systems …
(edit) @62ade082   18 years Aurélien Jacobs Decode genre on asf/wma files. patch by patrice.bensoussan _at_ …
(edit) @20c516c6   18 years dominik Remove redundant Requires: in libswscale.pc, approved by Diego. …
(edit) @b2afecbe   18 years lucabe72 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or …
(edit) @789237ca   18 years lucabe72 Mark some variables as possibly unused to avoid warnings Originally …
(edit) @628bc5e8   18 years lucabe72 Add some explicit casts to avoid "assignment from incompatible pointer …
(edit) @a4da50e1   18 years mans make version.h depend on .svn/entries Originally committed as …
(edit) @2606f38a   18 years michaelni skiprd doxygen comment from avcodec.h -> AVOption comment Originally …
(edit) @44060a7   18 years lucabe72 Add some other casts, to remove void pointers arithmetic Originally …
(edit) @7d19628b   18 years lucabe72 Add some explicit casts to avoid some warnings Originally committed …
(edit) @9effd94a   18 years lucabe72 Remove some void pointers arithmetic Originally committed as revision …
(edit) @185c7b6b   18 years kostya.shishkov Musepack SV7 decoding support Originally committed as revision 7375 …
(edit) @f8aa696f   18 years diego Properly check for all required bktr headers. inspired by a patch from …
(edit) @6cf161d   18 years diego Replace fail test with the die function. Originally committed as …
(edit) @5931bfc3   18 years diego Remove redundant variable setting. Originally committed as revision …
(edit) @b8bd343   18 years diego Slightly shorten libvorbis check. Originally committed as revision …
(edit) @eb113804   18 years diego Disable Win32 threads by default. Originally committed as revision …
(edit) @3918dc4f   18 years diego Add AMR directories for out-of-tree builds. based on a patch by Ramiro …
(edit) @b6f9a42   18 years diego typo: Properly escape a $ sign. Originally committed as revision 7368 …
(edit) @d7d3efae   18 years ods15 sync to libnut, nom->num Originally committed as revision 7367 to …
(edit) @3a1018d4   18 years diego Register x11grab only when it has been enabled. Originally committed …
(edit) @c52f5d66   18 years michaelni skiprd Originally committed as revision 7365 to …
(edit) @919cb873   18 years diego Fix regression tests with out-of-tree builds. Originally committed as …
(edit) @2e3bcd38   18 years diego Create libpostproc pkgconfig files only if libpostproc is enabled. …
(edit) @acb3b537   18 years diego support files >2GB on MinGW patch by Ramiro Polla, angustia …
(edit) @d951bb9a   18 years michaelni test DIRECT{0,0} too if flag mv0 is used slight PSNR/bitrate increase …
(edit) @79cc11b3   18 years diego slightly more consistency for the Darwin linker options Originally …
(edit) @d32d3035   18 years lucabe72 Clarify that yuv2rgb_init.c cannot be used under LGPL Originally …
(edit) @11c6f4a1   18 years lucabe72 Opss... My last commit was wrong; sorry! This one moves the GPL check …
(edit) @0872a0a6   18 years lucabe72 libswscale is not LGPLed, sorry Originally committed as revision 7358 …
(edit) @19a6be34   18 years lucabe72 Remove useless include (not needed now that libswscale uses libavutil) …
(edit) @a45bc592   18 years baptiste.coudurier bt 0 is invalid, setting min to 1 Originally committed as revision …
(edit) @8fbec4f4   18 years diego Install generated .lib files in shlibdir on MinGW. patch by Ramiro …
(edit) @754e97fa   18 years diego Remove duplicate line. Originally committed as revision 7355 to …
(edit) @5e49e762   18 years diego Fix linking on Intel Mac due to local relocation entries in …
(edit) @56a059ac   18 years diego Make the X11 frame grabber disabled by default. Originally committed …
(edit) @df32bc12   18 years Aurélien Jacobs more simplification Originally committed as revision 7352 to …
(edit) @acff54d8   18 years michaelni 10l Originally committed as revision 7351 to …
(edit) @5d078bdb   18 years diego Use $< instead of explicit names. Originally committed as revision …
(edit) @49f1ac5a   18 years baptiste.coudurier change mpeg2 intra vlc test to advanced one, add qprd trell and b …
(edit) @5970845f   18 years michaelni FIXME has already been fixed ages ago Originally committed as …
(edit) @66884a29   18 years michaelni simplify Originally committed as revision 7347 to …
(edit) @d6975eb8   18 years michaelni use qscale_table in adaptive quant some PSNR/bitrate improvement for …
(edit) @2175b80b   18 years michaelni simplify Originally committed as revision 7345 to …
(edit) @3b9cf3bd   18 years michaelni i think this if() is useless lets abuse our users to test this ;) …
(edit) @2f16af06   18 years michaelni skip motion estimation and encoding of non direct-0,0 MBs if the next …
(edit) @59743d16   18 years michaelni dont randomly disallow intr4v in adaptive quant some PSNR/bitrate …
(edit) @51b1a6c9   18 years michaelni dont randomly dissallow direct MBs some PSNR/bitrate gain for b …
(edit) @2d1e507   18 years michaelni QPRD & adaptive quantization regression tests Originally committed as …
(edit) @4a49d9b2   18 years diego Remove useless #include. Originally committed as revision 7339 to …
(edit) @2cb396eb   18 years diego Remove useless MinGW #ifdefs. patch by Ramiro Polla, ramiro lisha.ufsc …
(edit) @7c057f46   18 years lucabe72 libswscale can now be compiled under LGPL too Originally committed as …
(edit) @cb284d4b   18 years michaelni try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + …
Note: See TracRevisionLog for help on using the revision log.