summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Feedback from Karl H. Beckers about mouse cursorGuillaume Poirier2006-12-12
| | | | | | Reverse direction of the mouse cursor pointer Originally committed as revision 7300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RFC 6: Overall cleanups again.Guillaume Poirier2006-12-12
| | | | | | | | | | | | | | | | | | - License should be fixed now (finally) - Added doxygen comments - Cleaned up the X11Grab structure - Renamed X11Grab structure to x11_grab_s - Changed some Java stylish named functions to more C'stylish ones - Changed order of some parameters so they are more libc alike with destination as first parameter - Use AVRational where relevant - Fixed time calculation - Cleaned up a few little tiny things around the sources + removed a goto + removed unused vars + etc... Originally committed as revision 7299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RFC 5: Mouse cursor painting reduc and more cleanupsGuillaume Poirier2006-12-12
| | | | | | | | - License is for FFmpeg, not "this program" - Rewrite mouse cursor painting functions - Cosmetic on 2 function declarations Originally committed as revision 7298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RFC 3&4 stage: FFmpeg style aint't my styleGuillaume Poirier2006-12-12
| | | | | | | - Tabs are 4 width - No tabs allowed Originally committed as revision 7297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RFC 2 stage: First feedback from review commentsGuillaume Poirier2006-12-12
| | | | | | | | | | | | - License is GPL, simplify the license header to make it clear - Add myself to license header, clarify who did what - Use 64 bit PTS - Move mouse bitmaps to the mouse cursor painting function. Make them const again - Properly detach X11 from the shared memory segment on close - Destroy X11 image on close Originally committed as revision 7296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RFC 1 stage: Improve maintainability of the cursoir painting codeGuillaume Poirier2006-12-12
| | | | | | | | | | - Turned the mouse cursor painting code into a macro for more maintainability - Dropped mouse cursor painting in 8bit mode - Removed log when dropping frames - Free the shared memory segment on close Originally committed as revision 7295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adapt the patch to more recent FFmpeg habitsGuillaume Poirier2006-12-12
| | | | | | | | | - Indentation - Use av_log instead of fprintf - Removed strdup of the device name. It was unused - Cleaned things a bit Originally committed as revision 7294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-12
| | | | | | | | | | - Build system integration is equivalent to RFC #6 patch - Same rule applies to ffmpeg.c/allformats.[c|h] - x11grab.c is from Clemens Fruhwirth except the x11 grab structure for libavformat registration is renamed to match build system integration. Originally committed as revision 7293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-12-12
| | | | Originally committed as revision 7292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libpostproc has its own version number and should not use libavcodec's.Diego Biurrun2006-12-12
| | | | Originally committed as revision 7291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2006-12-12
| | | | Originally committed as revision 7290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the next r_frame_rate try ...Michael Niedermayer2006-12-12
| | | | | | | | discard first duration accumulate remaining durations add 15000/1001 and 12000/1001 Originally committed as revision 7289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen comments about variables described by Michael here:Guillaume Poirier2006-12-12
| | | | | | | Date: Tue, 12 Dec 2006 14:00:54 +0100 Subject: Re: [Ffmpeg-cvslog] r6876 - trunk/libavcodec/motion_est.c Originally committed as revision 7288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-12
| | | | Originally committed as revision 7287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FLV decoder metadata parsingAllan Hsu2006-12-12
| | | | | | | | patch by Allan Hsu % allan A counterpop P net % date: Dec 12, 2006 12:19 PM subject: Re: [Ffmpeg-devel] [PATCH] FLV decoder metadata reading Originally committed as revision 7286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 2.95 fixMichael Niedermayer2006-12-12
| | | | Originally committed as revision 7285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-11
| | | | Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite r_frame_rate selectioon code againMichael Niedermayer2006-12-11
| | | | Originally committed as revision 7283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding H.264 DCT.Panagiotis Issaris2006-12-11
| | | | Originally committed as revision 7282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless sampleDurationBaptiste Coudurier2006-12-11
| | | | Originally committed as revision 7281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check codec frame size directly and only for audioBaptiste Coudurier2006-12-11
| | | | Originally committed as revision 7280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-11
| | | | Originally committed as revision 7279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve broken shell warning.Diego Biurrun2006-12-11
| | | | Originally committed as revision 7278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 3.3 compile fixGuillaume Poirier2006-12-11
| | | | Originally committed as revision 7277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve option description.Diego Biurrun2006-12-11
| | | | Originally committed as revision 7276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved stack misalignment warningMåns Rullgård2006-12-11
| | | | Originally committed as revision 7275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo in Darwin shared lib namingMåns Rullgård2006-12-11
| | | | Originally committed as revision 7274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-11
| | | | Originally committed as revision 7273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move duration finding code into read_packet() so it can be skiped if ↵Michael Niedermayer2006-12-10
| | | | | | duration has already been set Originally committed as revision 7272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use amf_get_string()Michael Niedermayer2006-12-10
| | | | Originally committed as revision 7271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2006-12-10
| | | | Originally committed as revision 7270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* amf_get_string() by Allan Hsu allan aat counterpop doot netMichael Niedermayer2006-12-10
| | | | Originally committed as revision 7269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of AVFMTCTX_NOHEADER, create streams in read_header()Michael Niedermayer2006-12-10
| | | | Originally committed as revision 7268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set flags correctly in write header instead of seeking back and fixing it in ↵Michael Niedermayer2006-12-10
| | | | | | write_trailer() Originally committed as revision 7267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the originalReimar Döffinger2006-12-09
| | | | | | cscd codec is for windows. Originally committed as revision 7266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo in error messageReimar Döffinger2006-12-09
| | | | Originally committed as revision 7265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print a more correct message when container frame rate differs from codec ↵Baptiste Coudurier2006-12-09
| | | | | | frame rate Originally committed as revision 7264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OpenBSD settings by Nikns Siankin <nikns at secure lv>Måns Rullgård2006-12-09
| | | | Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify test for memalign emulation requirementMåns Rullgård2006-12-08
| | | | Originally committed as revision 7262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 ↵Martin Storsjö2006-12-08
| | | | | | architecture, patch by Martin Storsjö, martin at martin st Originally committed as revision 7261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscate expressionKostya Shishkov2006-12-08
| | | | Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now ZMBV encoder compilesKostya Shishkov2006-12-08
| | | | Originally committed as revision 7259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-08
| | | | Originally committed as revision 7258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lavc is at major version 51, delete old stuffMåns Rullgård2006-12-08
| | | | Originally committed as revision 7257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BUILD_SHARED_AV is no longer usedMåns Rullgård2006-12-07
| | | | Originally committed as revision 7255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-07
| | | | Originally committed as revision 7254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use non-standard test -ntMåns Rullgård2006-12-07
| | | | Originally committed as revision 7252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make shell test work with Solaris /bin/shMåns Rullgård2006-12-07
| | | | Originally committed as revision 7251 to svn://svn.ffmpeg.org/ffmpeg/trunk