Tom Harper [Fri, 22 Dec 2006 05:20:47 +0000 (05:20 +0000)]
Fix linking on Intel Mac due to local relocation entries in
non-writable sections.
patch by Tom Harper d.thomas.harper gmail com
Originally committed as revision 7354 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 22 Dec 2006 04:38:24 +0000 (04:38 +0000)]
Make the X11 frame grabber disabled by default.
Originally committed as revision 7353 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 21 Dec 2006 22:58:02 +0000 (22:58 +0000)]
more simplification
Originally committed as revision 7352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 22:35:13 +0000 (22:35 +0000)]
10l
Originally committed as revision 7351 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 21 Dec 2006 21:35:49 +0000 (21:35 +0000)]
Use $< instead of explicit names.
Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 21 Dec 2006 17:55:02 +0000 (17:55 +0000)]
change mpeg2 intra vlc test to advanced one, add qprd trell and b frames
Originally committed as revision 7349 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 15:49:40 +0000 (15:49 +0000)]
FIXME has already been fixed ages ago
Originally committed as revision 7348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 15:46:32 +0000 (15:46 +0000)]
simplify
Originally committed as revision 7347 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 15:45:53 +0000 (15:45 +0000)]
use qscale_table in adaptive quant
some PSNR/bitrate improvement for adaptive quant
Originally committed as revision 7346 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 15:22:16 +0000 (15:22 +0000)]
simplify
Originally committed as revision 7345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 15:21:44 +0000 (15:21 +0000)]
i think this if() is useless lets abuse our users to test this ;)
Originally committed as revision 7344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 15:20:02 +0000 (15:20 +0000)]
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
Originally committed as revision 7343 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 14:24:23 +0000 (14:24 +0000)]
dont randomly disallow intr4v in adaptive quant
some PSNR/bitrate gain if adaptive quant is used
initalize qscale_table correctly (it was pretty much random since the qp->lambda change)
this probably has not much effect as the table isnt used currently IIRC
Originally committed as revision 7342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 13:23:49 +0000 (13:23 +0000)]
dont randomly dissallow direct MBs
some PSNR/bitrate gain for b frames with adaptive quant or QPRD
Originally committed as revision 7341 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 21 Dec 2006 13:03:07 +0000 (13:03 +0000)]
QPRD & adaptive quantization regression tests
Originally committed as revision 7340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 21 Dec 2006 11:14:56 +0000 (11:14 +0000)]
Remove useless #include.
Originally committed as revision 7339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 21 Dec 2006 11:12:55 +0000 (11:12 +0000)]
Remove useless MinGW #ifdefs.
patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 21 Dec 2006 08:01:10 +0000 (08:01 +0000)]
libswscale can now be compiled under LGPL too
Originally committed as revision 7337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 20 Dec 2006 23:43:13 +0000 (23:43 +0000)]
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD
Originally committed as revision 7336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Joakim Plate [Wed, 20 Dec 2006 23:33:50 +0000 (23:33 +0000)]
Fix a crash when probing img2 format with a NULL filename.
patch by elupus _at_ ecce.se
Originally committed as revision 7335 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 20 Dec 2006 17:11:54 +0000 (17:11 +0000)]
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)
Originally committed as revision 7334 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Wed, 20 Dec 2006 15:58:15 +0000 (15:58 +0000)]
Fix compilation of non-MMX code with gcc 2.95
Originally committed as revision 21702 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Wed, 20 Dec 2006 13:09:29 +0000 (13:09 +0000)]
Allow to compile swscale's non-SIMD code under the LGPL license.
Since mplayer always define CONFIG_GPL, this commit should not change
anything for mplayer.
Originally committed as revision 21699 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Michael Niedermayer [Wed, 20 Dec 2006 01:30:17 +0000 (01:30 +0000)]
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though)
Originally committed as revision 7333 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Mon, 18 Dec 2006 22:43:09 +0000 (22:43 +0000)]
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
Originally committed as revision 7332 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 18 Dec 2006 19:27:28 +0000 (19:27 +0000)]
minor doc fix
Originally committed as revision 7331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 18 Dec 2006 13:45:03 +0000 (13:45 +0000)]
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR
Originally committed as revision 7330 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 17 Dec 2006 22:00:12 +0000 (22:00 +0000)]
Add support for VP60 and VP61.
Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 17 Dec 2006 15:41:30 +0000 (15:41 +0000)]
10l
Originally committed as revision 7328 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 17 Dec 2006 15:26:50 +0000 (15:26 +0000)]
small optimization
Originally committed as revision 7327 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 17 Dec 2006 13:11:34 +0000 (13:11 +0000)]
warn user if the selected diamond size is larger then the motion estimation score cache size
Originally committed as revision 7326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 17 Dec 2006 12:07:09 +0000 (12:07 +0000)]
limit x/ymin/max to me_range
slight psnr/bitrate gain for most but not all files if me_range is used
Originally committed as revision 7325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 17 Dec 2006 11:11:44 +0000 (11:11 +0000)]
Check mb_pos is big enough before trying to access data left or above.
Fixes out-of-bound access for http://samples.mplayerhq.hu/V-codecs/WMV9/nokia_n90.wmv
Originally committed as revision 7324 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 16 Dec 2006 20:40:09 +0000 (20:40 +0000)]
put_*() are not only useful to muxers and protocol
fix compilation of matroska demuxer with --disable-muxers --disable-protocols
Originally committed as revision 7323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 16 Dec 2006 00:57:32 +0000 (00:57 +0000)]
fix libavutil.pc
Originally committed as revision 7322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 15 Dec 2006 22:36:19 +0000 (22:36 +0000)]
don't use non-standard sed -i option
Originally committed as revision 7321 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 15 Dec 2006 13:19:03 +0000 (13:19 +0000)]
Allow provision of displaynumber, screennumber, x-offset and y-offset parameters
to the x11grab device.
Originally committed as revision 7320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Thu, 14 Dec 2006 17:58:25 +0000 (17:58 +0000)]
av_log(NULL,... -> av_log(avctx,.. where appropriate.
Originally committed as revision 7319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Thu, 14 Dec 2006 17:50:23 +0000 (17:50 +0000)]
Bug fix for crashes when SSE is used on unaligned arrays.
No measureable change in speed. This gave random crashes on Win32
and BeOS. The cause for this bug is that gcc doesn't align the
stackframe. Linux and glibc always ensure this to be true thus
this never affected Linux.
Originally committed as revision 7318 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 13 Dec 2006 20:42:11 +0000 (20:42 +0000)]
replace bashism with POSIX construct
Originally committed as revision 7317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 13 Dec 2006 11:10:41 +0000 (11:10 +0000)]
vqmin/vqmax --> qmin/qmax in the option description
Originally committed as revision 7316 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 13 Dec 2006 10:42:15 +0000 (10:42 +0000)]
grammar/wording
Originally committed as revision 7315 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 13 Dec 2006 10:27:50 +0000 (10:27 +0000)]
documentation for X11 grabbing
Originally committed as revision 7314 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 13 Dec 2006 10:21:55 +0000 (10:21 +0000)]
Generate pkgconfig files via two functions.
Originally committed as revision 7313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 13 Dec 2006 10:18:38 +0000 (10:18 +0000)]
dont segv is ap->device is not set, display error message
Originally committed as revision 7312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 13 Dec 2006 10:08:27 +0000 (10:08 +0000)]
fix compilation, use the standard INT64_C macro
Originally committed as revision 7311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Wed, 13 Dec 2006 09:14:30 +0000 (09:14 +0000)]
remove trailing whitespace left over
Originally committed as revision 7310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Edouard Gomez [Wed, 13 Dec 2006 08:51:01 +0000 (08:51 +0000)]
Feedback from Karl H. Beckers about mouse cursor
(patch by Edouard Gomez)
Originally committed as revision 7309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Edouard Gomez [Wed, 13 Dec 2006 08:50:30 +0000 (08:50 +0000)]
RFC 6: Overall cleanups again.
- 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)
Originally committed as revision 7308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Edouard Gomez [Wed, 13 Dec 2006 08:49:34 +0000 (08:49 +0000)]
RFC 5: Mouse cursor painting reduc and more cleanups
- License is for FFmpeg, not "this program"
- Rewrite mouse cursor painting functions
- Cosmetic on 2 function declarations
(patch by Edouard Gomez)
Originally committed as revision 7307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Edouard Gomez [Wed, 13 Dec 2006 08:48:56 +0000 (08:48 +0000)]
RFC 3&4 stage: FFmpeg style aint't my style
- Tabs are 4 width
- No tabs allowed
(patch by Edouard Gomez)
Originally committed as revision 7306 to svn://svn.ffmpeg.org/ffmpeg/trunk
Edouard Gomez [Wed, 13 Dec 2006 08:48:13 +0000 (08:48 +0000)]
RFC 2 stage: First feedback from review comments
- 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)
Originally committed as revision 7305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Edouard Gomez [Wed, 13 Dec 2006 08:47:14 +0000 (08:47 +0000)]
RFC 1 stage: Improve maintainability of the cursoir painting code
- 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)
Originally committed as revision 7304 to svn://svn.ffmpeg.org/ffmpeg/trunk
Edouard Gomez [Wed, 13 Dec 2006 08:46:31 +0000 (08:46 +0000)]
Adapt the patch to more recent FFmpeg habits
- Indentation
- Use av_log instead of fprintf
- Removed strdup of the device name. It was unused
- Cleaned things a bit
(patch by Edouard Gomez)
Originally committed as revision 7303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Wed, 13 Dec 2006 08:45:36 +0000 (08:45 +0000)]
Original X11 device demuxer patch from Clemens Fruhwirth
- 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 7302 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Wed, 13 Dec 2006 00:06:33 +0000 (00:06 +0000)]
revert broken commit of x11 device demuxer patch
Originally committed as revision 7301 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 12 Dec 2006 22:32:14 +0000 (22:32 +0000)]
Feedback from Karl H. Beckers about mouse cursor
Reverse direction of the mouse cursor pointer
Originally committed as revision 7300 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 12 Dec 2006 22:32:12 +0000 (22:32 +0000)]
RFC 6: Overall cleanups again.
- 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
Guillaume Poirier [Tue, 12 Dec 2006 22:32:10 +0000 (22:32 +0000)]
RFC 5: Mouse cursor painting reduc and more cleanups
- 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
Guillaume Poirier [Tue, 12 Dec 2006 22:32:08 +0000 (22:32 +0000)]
RFC 3&4 stage: FFmpeg style aint't my style
- Tabs are 4 width
- No tabs allowed
Originally committed as revision 7297 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 12 Dec 2006 22:32:06 +0000 (22:32 +0000)]
RFC 2 stage: First feedback from review comments
- 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
Guillaume Poirier [Tue, 12 Dec 2006 22:32:04 +0000 (22:32 +0000)]
RFC 1 stage: Improve maintainability of the cursoir painting code
- 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
Guillaume Poirier [Tue, 12 Dec 2006 22:32:02 +0000 (22:32 +0000)]
Adapt the patch to more recent FFmpeg habits
- 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
Guillaume Poirier [Tue, 12 Dec 2006 22:31:46 +0000 (22:31 +0000)]
Original X11 device demuxer patch from Clemens Fruhwirth
- 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
Diego Biurrun [Tue, 12 Dec 2006 20:40:39 +0000 (20:40 +0000)]
typo
Originally committed as revision 7292 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 12 Dec 2006 20:13:26 +0000 (20:13 +0000)]
libpostproc has its own version number and should not use libavcodec's.
Originally committed as revision 7291 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 12 Dec 2006 14:08:19 +0000 (14:08 +0000)]
indent
Originally committed as revision 7290 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 12 Dec 2006 14:07:46 +0000 (14:07 +0000)]
the next r_frame_rate try ...
discard first duration
accumulate remaining durations
add 15000/1001 and 12000/1001
Originally committed as revision 7289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Tue, 12 Dec 2006 13:41:17 +0000 (13:41 +0000)]
Doxygen comments about variables described by Michael here:
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
Michael Niedermayer [Tue, 12 Dec 2006 13:31:12 +0000 (13:31 +0000)]
mv overflow in map fix (untested except regression tests)
Originally committed as revision 7287 to svn://svn.ffmpeg.org/ffmpeg/trunk
Allan Hsu [Tue, 12 Dec 2006 12:29:33 +0000 (12:29 +0000)]
add FLV decoder metadata parsing
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
Michael Niedermayer [Tue, 12 Dec 2006 12:24:30 +0000 (12:24 +0000)]
gcc 2.95 fix
Originally committed as revision 7285 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 11 Dec 2006 20:18:36 +0000 (20:18 +0000)]
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.
Originally committed as revision 7284 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 11 Dec 2006 16:59:10 +0000 (16:59 +0000)]
rewrite r_frame_rate selectioon code again
Originally committed as revision 7283 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Mon, 11 Dec 2006 15:53:55 +0000 (15:53 +0000)]
Adding H.264 DCT.
Originally committed as revision 7282 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 11 Dec 2006 13:31:20 +0000 (13:31 +0000)]
remove useless sampleDuration
Originally committed as revision 7281 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 11 Dec 2006 13:30:37 +0000 (13:30 +0000)]
check codec frame size directly and only for audio
Originally committed as revision 7280 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 11 Dec 2006 13:01:20 +0000 (13:01 +0000)]
fix playback of mp3_bits_left.avi
Originally committed as revision 7279 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 11 Dec 2006 10:57:52 +0000 (10:57 +0000)]
Improve broken shell warning.
Originally committed as revision 7278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Mon, 11 Dec 2006 10:52:18 +0000 (10:52 +0000)]
GCC 3.3 compile fix
Originally committed as revision 7277 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 11 Dec 2006 10:51:42 +0000 (10:51 +0000)]
Improve option description.
Originally committed as revision 7276 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 11 Dec 2006 09:19:58 +0000 (09:19 +0000)]
improved stack misalignment warning
Originally committed as revision 7275 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 11 Dec 2006 01:06:23 +0000 (01:06 +0000)]
fix typo in Darwin shared lib naming
Originally committed as revision 7274 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Mon, 11 Dec 2006 01:00:50 +0000 (01:00 +0000)]
Adding function which enables writing H.264 NAL units.
Originally committed as revision 7273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 10 Dec 2006 17:53:01 +0000 (17:53 +0000)]
move duration finding code into read_packet() so it can be skiped if duration has already been set
Originally committed as revision 7272 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 10 Dec 2006 17:38:16 +0000 (17:38 +0000)]
use amf_get_string()
Originally committed as revision 7271 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 10 Dec 2006 17:32:05 +0000 (17:32 +0000)]
cosmetics
Originally committed as revision 7270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 10 Dec 2006 17:31:17 +0000 (17:31 +0000)]
amf_get_string() by Allan Hsu allan aat counterpop doot net
Originally committed as revision 7269 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 10 Dec 2006 17:25:30 +0000 (17:25 +0000)]
get rid of AVFMTCTX_NOHEADER, create streams in read_header()
Originally committed as revision 7268 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 10 Dec 2006 17:12:45 +0000 (17:12 +0000)]
set flags correctly in write header instead of seeking back and fixing it in write_trailer()
Originally committed as revision 7267 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 9 Dec 2006 13:30:28 +0000 (13:30 +0000)]
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original
cscd codec is for windows.
Originally committed as revision 7266 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 9 Dec 2006 13:13:45 +0000 (13:13 +0000)]
Typo in error message
Originally committed as revision 7265 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 9 Dec 2006 13:12:02 +0000 (13:12 +0000)]
print a more correct message when container frame rate differs from codec frame rate
Originally committed as revision 7264 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 9 Dec 2006 01:27:30 +0000 (01:27 +0000)]
OpenBSD settings by Nikns Siankin <nikns at secure lv>
Originally committed as revision 7263 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 8 Dec 2006 20:04:26 +0000 (20:04 +0000)]
simplify test for memalign emulation requirement
Originally committed as revision 7262 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö [Fri, 8 Dec 2006 13:25:37 +0000 (13:25 +0000)]
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st
Originally committed as revision 7261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 8 Dec 2006 05:28:00 +0000 (05:28 +0000)]
Deobfuscate expression
Originally committed as revision 7260 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 8 Dec 2006 05:13:40 +0000 (05:13 +0000)]
Now ZMBV encoder compiles
Originally committed as revision 7259 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 8 Dec 2006 04:37:00 +0000 (04:37 +0000)]
1e6l forgot to add zmbvenc.c
Originally committed as revision 7258 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 8 Dec 2006 00:42:55 +0000 (00:42 +0000)]
lavc is at major version 51, delete old stuff
Originally committed as revision 7257 to svn://svn.ffmpeg.org/ffmpeg/trunk