summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore svn change r30644Uoti Urpala2010-03-100-0/+0
|\
| * Add av_alias define as a hack to fix compilation of intreadwrite.h withoutreimar2010-02-181-0/+1
* | Merge svn changes up to r30643Uoti Urpala2010-03-1057-171/+483
|\|
| * Reindent and fix brace placement.stefano2010-02-181-5/+4
| * Vertically align a list of comparisons in sws_getCachedContext().stefano2010-02-181-5/+9
| * Merge two if conditions, allow to decrese the level of indentation ofstefano2010-02-181-4/+4
| * Add a InitializeCriticalSectionAndSpinCount function.reimar2010-02-181-0/+6
| * Add a GetModuleHandleW implementation.reimar2010-02-181-0/+14
| * Use snprintf to ensure we do not write outside the buffer boundsreimar2010-02-181-2/+2
| * Use new FFmpeg WMA Voice decoder.cehoyos2010-02-181-0/+7
| * Add header #include for print_wave_header() instead of a forward declaration.diego2010-02-181-1/+1
| * Add header for functions exported from vo_zr.c and use it appropriately.diego2010-02-183-4/+31
| * Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.diego2010-02-182-4/+0
| * Add required header #include for config.h.diego2010-02-181-0/+1
| * Mark some more functions that are not used outside of their files as static.diego2010-02-186-11/+15
| * Add header for AVI print functions; avoids many forward declarations.diego2010-02-1813-38/+46
| * Handle negative height in draw_slice from FFmpeg in vd_ffmpeg.c, since atreimar2010-02-171-1/+13
| * Add header for asf_check_header, read_asf_header; avoids forward declarations.diego2010-02-173-6/+30
| * #include proper header for skip_audio_frame() instead of forward declaring it.diego2010-02-171-3/+1
| * Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.diego2010-02-173-4/+29
| * Remove demux_ogg-related declarations that are no longer necessary.diego2010-02-171-6/+0
| * Mark demux_ogg_sub_id() as static; it is not used outside of the file.diego2010-02-171-1/+2
| * Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.diego2010-02-171-29/+25
| * Add read_avi_header() to aviheader.h; avoids forward declarations.diego2010-02-172-2/+3
| * Add header file for store_ughvlc(); avoids forward declarations.diego2010-02-173-3/+26
| * Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.diego2010-02-172-1/+2
| * libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-173-6/+0
| * Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.diego2010-02-174-3/+28
| * Add separate header for mp_a52_framesize(); avoids forward declarations.diego2010-02-173-3/+28
| * Add config.h header #include; it is required for the HAVE_BIGENDIAN check.diego2010-02-171-0/+2
| * Add separate header for aac_parse_frame(); avoids forward declarations.diego2010-02-174-9/+29
| * Add separate header for real_fix_timestamp(); avoids forward declarations.diego2010-02-173-2/+30
| * Mark mp_mp3_get_lsf() as static; it is not used outside of the file.diego2010-02-171-1/+1
| * Mark mov_build_index() as static; it is not used outside of the file.diego2010-02-171-1/+1
| * libmpdemux: Mark functions not used outside of their files as static.diego2010-02-179-16/+32
| * Document several new x264 parameters.corey2010-02-171-0/+86
| * Update x264 defaults listed in the man page.corey2010-02-171-7/+7
| * Ignore .ho files in loader/wine/.diego2010-02-170-0/+0
| * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-176-17/+0
* | Ignore svn changes up to r30607Uoti Urpala2010-03-090-0/+0
|\|
| * Revert marking seemingly unused XAnim-binary-related functions as static.diego2010-02-171-12/+28
| * Revert marking seemingly unused RealAudio/RealVideo-related functions as static.diego2010-02-172-26/+31
* | Merge svn changes up to r30605Uoti Urpala2010-03-095-10/+17
|\|
| * Mark ALS fourcc as internal only.reimar2010-02-171-1/+1
| * Support FFmpeg's ALS decoder.reimar2010-02-162-0/+8
| * Move struct typedef pixbuf into the only .c file where it is used.reimar2010-02-162-7/+6
| * Remove useless malloc casts.reimar2010-02-161-3/+3
* | Ignore svn changes up to r30601Uoti Urpala2010-03-090-0/+0
|\|
| * Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.reimar2010-02-162-48/+0
| * Fix win32 gui compilation.reimar2010-02-165-5/+8
| * stream: Mark functions not used outside of their files as static.diego2010-02-165-11/+18
| * libvo: Mark functions not used outside of their files as static.diego2010-02-168-24/+43
| * libmpcodecs: Mark functions not used outside of their files as static.diego2010-02-167-32/+41
| * #include corresponding .h files in .c files.diego2010-02-168-1/+9
* | Merge svn changes up to r30595Uoti Urpala2010-03-0922-82/+146
|\|
| * Add header for init_global_rawdv_decoder() instead of forward declaring it.diego2010-02-163-3/+28
| * Add header file for mplayer_audio_read() instead of forward declaring it.diego2010-02-163-3/+26
| * Add header file for sis_init_video_bridge() instead of forward declaring it.diego2010-02-163-3/+28
| * VIDIX: #include drivers.h in drivers.c.diego2010-02-161-0/+1
| * VIDIX: Mark some functions not used outside their files as static.diego2010-02-162-3/+5
| * Remove pointless header #includes; #include only required header stdint.h.diego2010-02-161-4/+1
| * Remove unused variable.reimar2010-02-141-1/+0
| * Use memset to initialize huge arrays.reimar2010-02-141-2/+3
| * Remove pointless explicit member initialization to 0 when the structreimar2010-02-141-17/+0
| * Use calloc instead of malloc+memsetreimar2010-02-141-2/+1
| * Add support for decoding 4:2:2 and 4:4:4 Theora files.reimar2010-02-142-9/+20
| * Make len unsigned. More correct anyway and avoids sign extension to 64 bitreimar2010-02-141-1/+1
| * Simplify and slightly speed up avi_stream_id function.reimar2010-02-141-6/+2
| * Declare vf_menu_pause_update in libmenu/menu.h.diego2010-02-142-1/+3
| * Directly mark structs as WINE_PACKED where all members are marked as packed.diego2010-02-142-26/+26
| * Simplify.reimar2010-02-141-2/+3
* | Ignore svn changes up to r30579Uoti Urpala2010-03-090-0/+0
|\|
| * Move movie_aspect extern declaration to libmpcodecs/vd.h.diego2010-02-144-2/+2
| * Move GUI-related extern declarations to a GUI header file.diego2010-02-145-7/+8
| * GUI: Mark functions that are not used outside their files as static.diego2010-02-1413-63/+79
* | Merge svn change r30576Uoti Urpala2010-03-091-4/+9
|\|
| * Avoid using sscanf for basic parsing, it is horribly slow.reimar2010-02-141-4/+9
* | Ignore svn changes up to r30575Uoti Urpala2010-03-090-0/+0
|\|
| * Avoid forward declarations for import_initial_playtree_into_gui() anddiego2010-02-142-3/+7
| * Add xscreensaver_heartbeat() declaration to x11_common.h.diego2010-02-142-6/+1
| * Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].diego2010-02-145-6/+5
| * Declare mp_input_register_options() in input/input.h.diego2010-02-142-2/+4
| * GUI: #include associated .h files in .c files.diego2010-02-143-1/+4
* | Merge svn changes up to r30570Uoti Urpala2010-03-093-57/+37
|\|
| * Check that fontconfig version is at least 2.4.2, which is required for thereimar2010-02-141-0/+3
| * Reindentreimar2010-02-141-26/+25
| * Just use goto instead of reimplementing it badly with a do { } while (0) andreimar2010-02-141-21/+8
| * Change aspect calculation code to switch to floating point earlier so integerreimar2010-02-141-2/+2
| * QuickTime X supports SAR in H.264.diego2010-02-141-1/+2
| * Return NULL instead of 0 for function returning a pointer.reimar2010-02-141-1/+1
| * Mark uninit() as static; it is only used within the file.diego2010-02-141-1/+1
| * Remove useless casts.reimar2010-02-141-2/+2
| * Remove useless code, QUERY_FORMAT already ensures the requested format is sup...reimar2010-02-141-10/+0
* | Ignore svn change r30561Uoti Urpala2010-03-090-0/+0
|\|
| * Make vd_functions_t describing codecs const.reimar2010-02-142-23/+23
* | Merge svn change r30560Uoti Urpala2010-03-092-5/+5
|\|
| * Rename exit_reason_t enum to exit_reason and do not typedef it.diego2010-02-142-6/+8
* | Ignore svn changes up to r30559Uoti Urpala2010-03-090-0/+0
|\|
| * Make vd_info_t const for pointer in vd_functions, avoids some warnings aboutreimar2010-02-141-1/+1
| * Fix exit_player() usage throughout the codebase.diego2010-02-1411-31/+32
* | Merge svn changes up to r30557Uoti Urpala2010-03-094-4/+18
|\|
| * Remove excessive ()reimar2010-02-141-1/+1
| * Remove stray '/' from comment block, fixes the warning:diego2010-02-131-1/+1
| * Remove unused variables, fixes the warnings:diego2010-02-131-2/+0
| * add netspeak versions of truespeech and gsm audio codecs to codecs.confcompn2010-02-131-0/+16
* | Ignore svn changes up to r30553Uoti Urpala2010-03-090-0/+0
|\|
| * 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.diego2010-02-131-3/+5
| * Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.diego2010-02-131-5/+3
| * Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.diego2010-02-131-1/+1
* | Makefile: remove outdated vf_halfpack entryUoti Urpala2010-03-091-1/+1
* | Merge svn changes up to r30550Uoti Urpala2010-03-0927-234/+209
|\|
| * Fix shared library libavutil check: test for av_clip instead of av_gcd.diego2010-02-131-1/+1
| * osdep/mplayer.rc.o depends on version.h.diego2010-02-131-1/+1
| * Move the check for valid sh_video into the init_vo_spudec, this fixes a crashreimar2010-02-131-1/+6
| * Dynamically increase probe size for lavf demuxer up to 2 MB.reimar2010-02-121-6/+18
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-1247-47/+47
| * Explain WIN32_LOADER definition hack.diego2010-02-121-0/+3
| * Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.diego2010-02-121-42/+39
| * Synced with help_mp-en.h rev. 30515jrash2010-02-121-23/+23
| * Fix linking of loader test programs when loader is disabled.diego2010-02-122-3/+7
| * Add win32 loader support for OS/2komh2010-02-123-3/+31
| * Improve comment for GeoCodec.dllcehoyos2010-02-111-1/+1
| * Remove pointless egcs #ifdefs; that compiler was never supported.diego2010-02-111-8/+0
| * Remove extern "C" declarations from loader code.diego2010-02-1119-158/+0
| * Move one more FFmpeg-related definition to the FFmpeg section of config.h.diego2010-02-111-1/+1
| * Move some FFmpeg-related definitions to the FFmpeg section of config.h.diego2010-02-111-8/+8
| * Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.diego2010-02-111-1/+1
| * add comment about geov codec crashing on win32 in codecs.confcompn2010-02-111-0/+1
| * GeoCodec.dll also supports fourcc GEOX.cehoyos2010-02-111-0/+1
| * Support GEOV video codec: Hangs on exitcehoyos2010-02-111-0/+8
| * Add stubs for several functions, needed for CineForm codec.reimar2010-02-091-0/+82
* | Ignore svn change r30530Uoti Urpala2010-03-090-0/+0
|\|
| * libass: fix PAR correctiongreg2010-02-092-3/+4
* | Merge svn changes up to r30529Uoti Urpala2010-03-0911-67/+114
|\|
| * There is Indeo 5 decoder in FFmpeg now, so register itkostya2010-02-091-0/+8
| * Fix linking of mp3lib test programs when internal mp3lib is disabled.diego2010-02-081-2/+4
| * Fix linking of liba52 test program when internal liba52 is disabled.diego2010-02-081-2/+4
| * Remove disabled AVIFILE-specific preprocessor code.diego2010-02-081-9/+0
| * Merge some preprocessor conditionals where appropriate.diego2010-02-081-12/+4
| * Fix subtitle display for DVDs using fade-in/fade-out.reimar2010-02-061-5/+17
| * Make mkalpha function simpler, faster and more correct.reimar2010-02-061-8/+3
| * synced with r30515Gabrov2010-02-063-14/+38
| * sync with en/mplayer.1 r30436jrash2010-02-061-11/+30
| * Simplify how usesVFilter and usesHFilter are set.stefano2010-02-05