- 13 Dec, 2006 17 commits
-
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7317 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7316 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7315 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7314 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7313 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7312 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7311 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7310 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
(patch by Edouard Gomez) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7309 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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... (Patch by Edouard Gomez) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7308 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- License is for FFmpeg, not "this program" - Rewrite mouse cursor painting functions - Cosmetic on 2 function declarations (patch by Edouard Gomez) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7307 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- Tabs are 4 width - No tabs allowed (patch by Edouard Gomez) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7306 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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 (patch by Edouard Gomez) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7305 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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 (patch by Edouard Gomez) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7304 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- Indentation - Use av_log instead of fprintf - Removed strdup of the device name. It was unused - Cleaned things a bit (patch by Edouard Gomez) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7303 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7302 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7301 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 12 Dec, 2006 16 commits
-
-
gpoirier authored
Reverse direction of the mouse cursor pointer git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7300 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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... git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7299 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- License is for FFmpeg, not "this program" - Rewrite mouse cursor painting functions - Cosmetic on 2 function declarations git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7298 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- Tabs are 4 width - No tabs allowed git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7297 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7296 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7295 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- Indentation - Use av_log instead of fprintf - Removed strdup of the device name. It was unused - Cleaned things a bit git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7294 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
- 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. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7293 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7292 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7291 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7290 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
discard first duration accumulate remaining durations add 15000/1001 and 12000/1001 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7289 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
Date: Tue, 12 Dec 2006 14:00:54 +0100 Subject: Re: [Ffmpeg-cvslog] r6876 - trunk/libavcodec/motion_est.c git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7288 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7287 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
gpoirier authored
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 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7286 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7285 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 11 Dec, 2006 7 commits
-
-
reimar authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7284 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7283 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
takis authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7282 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7281 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
bcoudurier authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7280 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7279 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7278 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-