Commit Graph

23356 Commits

Author SHA1 Message Date
diego 3aef73bd59 cosmetics: Rename remaining instances of amr_* to libamr_*.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23223 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:10:22 +00:00
diego 28639ae131 Rename amr_nb and amr_wb options to libamr_*.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23222 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:08:54 +00:00
diego d0c5bca869 FFmpeg sync: Rename AMR config settings to LIBAMR.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23221 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:07:13 +00:00
diego b7f32db6e8 cosmetics: Rename _amr* variables to _libamr*.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23220 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:04:29 +00:00
diego a6ccbf731f FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23219 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:02:48 +00:00
reimar b850a6695d Use calloc instead of malloc+memset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23218 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 16:42:31 +00:00
reimar bd83e685ec Missing free on error in conv24to32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23217 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 16:39:35 +00:00
reimar 20fbe131b2 Simplify bgr2rgb
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23216 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 16:38:22 +00:00
reimar 20d2740764 Remove unused function
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23215 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 16:26:58 +00:00
reimar 14fc62d117 Make functions and variables not used outside bitmap.c static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23214 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 16:24:23 +00:00
reimar 4b0fd35ac2 Simplify conv24to32 for-loop
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23213 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 16:23:16 +00:00
reimar c3e24ef73f Remove useless extern before function prototypes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23212 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 16:17:16 +00:00
reimar bc39c06e4c Remove libpng dependency for Gui, use libavcodec instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23211 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 14:39:55 +00:00
reimar aefe177836 Disable internal vidix on PPC linux, it breaks compilation.
Proper fix welcome


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23210 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 14:21:25 +00:00
diego 0bcb845e12 Fix commit nick.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23209 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 10:51:57 +00:00
eugeni 9cda6a4834 Always deallocate glyphs. Fixes memory leak.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23208 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 10:15:12 +00:00
benoit e6daddc0ad cosmetics: indentation after previous patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23207 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 07:02:16 +00:00
benoit 75535c7902 test if color conv fonction exists prior to using it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23206 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 07:00:10 +00:00
eugeni 476078aed2 Fix NULL pointer dereference in demux_mkv that happens when
demux_mkv_get_sub_lang (or demux_mkv_get_audio_lang) is called with an invalid
track number.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23205 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 23:04:21 +00:00
gpoirier a03e13b756 sync w/ r23162
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23204 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 22:08:26 +00:00
nicodvb 937e8a8249 dvdnav:// depends on our fork of libdvdnav
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23203 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 20:02:05 +00:00
nicodvb 53510640b5 reindented dvdread check block
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23202 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 19:55:15 +00:00
nicodvb 276e1a0442 libdvdnav now depends on our fork of the library; only the version without
the dvdread code will be used (libdvdnavmini);
move the dvdnav check code at the bottom of the list to prevent _ld_extra
to contain references to -ldvdnavmini that would make all the following tests
fail (because of the missing dvdread symbols).



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23201 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 19:54:13 +00:00
diego 1e7e180106 Reuse common Makefile infrastructure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23200 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 19:16:35 +00:00
diego 81a86e4f1e cosmetics: Move depend target (preparation for upcoming change).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23199 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 19:15:29 +00:00
diego 1ba3d51e2f Clarify whom to send translations to.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23198 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 17:45:06 +00:00
eugeni e23d5dacb7 Update comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23197 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:54:00 +00:00
eugeni 22f759c04a Cosmetics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23196 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:34:08 +00:00
eugeni f0ffc341b6 Move glyph_to_bitmap() call and outline glyph deallocation to
get_bitmap_glyph().


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23195 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:33:06 +00:00
gpoirier 6319a4e08f sync w/ r23152
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23194 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:23:04 +00:00
eugeni 6deff1f55a Minor code simplification.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23193 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:21:34 +00:00
eugeni eaa1f9ab16 Move get_bitmap_glyph() call to a separate loop.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23192 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:14:22 +00:00
eugeni 8ffc803841 Move transform_3d() call to get_bitmap_glyph().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23191 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:12:36 +00:00
eugeni 3e9be13d66 Make a function static.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23190 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:07:41 +00:00
eugeni 005220995c Don't recalculate rotation radius.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23189 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 15:05:20 +00:00
eugeni 5221c54cb6 Bugfix: glyph cache depends on border width, because it contains outline_glyph
(glyph border obtained with FT_Glyph_StrokeBorder) since r23043.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23188 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 14:29:28 +00:00
diego 48adc611d5 Merge FFmpeg dependency handling into the individual tests.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23187 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 14:08:26 +00:00
diego ee2a11a935 cosmetics: Fix bogus indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23186 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 13:55:28 +00:00
ben ccf65593e6 synced with upstream vidix, prevented some drivers to work on some configs/archs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23185 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 22:14:29 +00:00
ben fe8a263f5d deprecated comment from the time the pvr code was half V4L2 and half IVTV specific
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23184 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 12:00:13 +00:00
ben 1e372554cc one more spelling fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23183 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 11:46:43 +00:00
ben b059b8e36e accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23182 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 11:46:02 +00:00
ben c9f91073d0 spelling fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23181 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 11:41:47 +00:00
Gabrov 1187ac44ce synced with r23179
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23180 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 09:16:10 +00:00
diego 8caae48738 cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23179 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 08:05:29 +00:00
voroshil 66be250f28 r23161: Remove outdated and wrong references to codecs.conf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23178 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 07:26:39 +00:00
voroshil 43106107dd sync tag update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23177 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 07:08:42 +00:00
iive 57117b9141 10l to Diego for breaking svn (again).
revert the change from r23172, that breaks compilation
vcd_read.h may not be the right incude for the given architecture,
but it also contains functions that are nor static nor inlined, defining them multiple times.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23176 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-30 00:45:52 +00:00
diego 53b0783bf6 cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23175 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-29 21:36:43 +00:00
diego 28510d8966 cosmetics: Fix stray wrongly indented line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23174 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-29 13:39:50 +00:00