summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-2912-113/+146
* consistency fix: Give all CONFIG_ definitions the value 1.diego2009-10-281-16/+16
* Cosmetics: Reindent after last commit.cehoyos2009-10-271-1/+1
* Allow image format BGRA when using vo vdpau.cehoyos2009-10-272-0/+42
* Move 64 bit check below compiler detection since it needs the compilerreimar2009-10-261-13/+13
* Fix teletext character set auto-detection.cehoyos2009-10-241-1/+1
* Move some variable initializations to the beginning of vo_x11_fullscreen().diego2009-10-241-9/+4
* Implement VFCAP_FLIP for vo_vdpau.cehoyos2009-10-231-3/+5
* Free memory allocated in ff_vdpau_add_data_chunk() on uninit.cehoyos2009-10-221-0/+8
* synced with r29791ptt2009-10-221-2/+2
* Break an output line for consistency.diego2009-10-221-1/+1
* cosmetic fixes in bs2b and vdpau sectionsptt2009-10-221-9/+9
* add V422, YUNV to rawyuy2compn2009-10-201-0/+7
* add HDYC fourcc to rawuyvycompn2009-10-201-0/+1
* sync to x264-r1296lorenm2009-10-192-2/+2
* Fix playback of Intel JPEG Library Video Codec.cehoyos2009-10-191-8/+1
* Fix aspect test program linking.diego2009-10-191-0/+4
* Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.diego2009-10-192-9/+5
* Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.diego2009-10-191-0/+2
* Add CONFIG_LPC to config.h as well (needed by FFmpeg).diego2009-10-191-0/+1
* Add CONFIG_LPC to config.mak (needed by FFmpeg).diego2009-10-191-0/+1
* add binary codec for fourcc slifcompn2009-10-191-0/+8
* Merge rules for building mencoder and mplayer.diego2009-10-181-3/+4
* Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.diego2009-10-181-8/+2
* Try to recover from VDPAU display pre-emptions.cehoyos2009-10-171-0/+76
* Find and take into account stream start time for ogg files.reimar2009-10-161-19/+34
* add MVJP fourcc (mjpeg) from ffmpegcompn2009-10-151-0/+1
* Add support for "Forward Uncompressed" decoding via FFmpegreimar2009-10-141-0/+8
* removed daniele forghieri from italian man mantainers (as said by diego and him)ptt2009-10-141-1/+1
* synced with r29771ptt2009-10-141-1/+19
* Support SMPTE-240M colourspace in vo_vdpau.cehoyos2009-10-122-3/+6
* Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).cehoyos2009-10-111-0/+8
* Add colorspace option to vo_vdpau.cehoyos2009-10-102-12/+55
* Remove redundant duplicate option handling in the playtree.adrian2009-10-101-13/+3
* Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit...reimar2009-10-101-0/+12
* some coherence's fixesptt2009-10-081-6/+6
* cosmetics in channels/capture sectionsptt2009-10-081-6/+6
* synced with r29762ptt2009-10-081-19/+183
* added myself to italian man mantainers section, since i'm the one that does thatptt2009-10-081-1/+1
* various little aesthetic fixesptt2009-10-081-14/+15
* Fix 100l typo introduced in last commit.diego2009-10-081-1/+1
* synced with r28576ptt2009-10-081-51/+107
* cosmetics: Remove some pointless parentheses from return calls.diego2009-10-087-17/+17
* cosmetics: Break two more lines.diego2009-10-081-2/+4
* Updated to help_mp-en.h r29742ptt2009-10-081-3/+1
* Clarify screenshot filter description.diego2009-10-061-3/+3
* K&R coding style and whitespace cosmeticsdiego2009-10-061-162/+170
* Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.adrian2009-10-061-0/+51
* Remove many uses of tmp_run.reimar2009-10-061-34/+12
* add a warning to the description of -vf screenshot to add it afterattila2009-10-051-0/+4
* Play TrueHD in BluRay with demuxer lavf.cehoyos2009-10-051-1/+1
* fix calculation of ao_data.bps for sample formats with more than 16 bitscladisch2009-10-051-1/+12
* Fix definition of KEY_PAGE_DOWN.cehoyos2009-10-041-1/+1
* Make the ao_alsa play function always process a multiple of ao_data.outburstreimar2009-10-021-1/+4
* Add EXTERN_ASM define needed by FFmpeg on ARM.reimar2009-10-021-0/+2
* sync with en/mplayer.1 r29731jrash2009-10-011-1/+5
* updatescompn2009-10-011-2/+12
* Mark some functions that do not need external visibility as static.diego2009-09-302-2/+2
* Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haikureimar2009-09-301-0/+2
* Reduce console output verbosity: Move colorspace information to verbose mode.diego2009-09-3024-35/+5
* lavf: if seeking in the desired direction failed, also try in the opposite one,reimar2009-09-301-1/+4
* Avoid void * arithmetic.reimar2009-09-301-1/+1
* Simplify aac_get_sample_rate_indexreimar2009-09-301-24/+4
* Check for grow_array allocation failure.reimar2009-09-301-0/+8
* Avoid a possible crash if num_cluster_pos is 0.reimar2009-09-301-1/+1
* Check for integer overflow in grow_array.reimar2009-09-301-1/+4
* Rearrange code of grow_array to make it easier to extend.reimar2009-09-301-2/+3
* Avoid a memleak if realloc fails in grow_array.reimar2009-09-301-0/+3
* Change grow_array argument from void ** to void *, this avoids a aliasingreimar2009-09-301-4/+5
* Make -nosub work to disable subtitles even if -slang and dvd streams are used.reimar2009-09-292-4/+2
* Document -nosub optionreimar2009-09-281-0/+4
* Add a -nosub option that allows disabling auto-selected subtitles as e.g. thereimar2009-09-283-7/+8
* Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled"...reimar2009-09-281-3/+3
* Enable loading of external subtitles also for audio-only files.reimar2009-09-281-3/+4
* Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-...reimar2009-09-281-1/+1
* Call set_osd_subtitle also for external subs (i.e. in find_subs).reimar2009-09-281-26/+29
* Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ...cehoyos2009-09-271-2/+2
* Cosmetics: Fix whitespace.cehoyos2009-09-271-1/+1
* Set sensible write frequency/priority values for AllocateMemoryMESAreimar2009-09-271-1/+1
* Print error instead of crashing when mesa-buffer is used on systemsreimar2009-09-271-0/+4
* Also check GLX client and server strings for extensionsreimar2009-09-271-2/+27
* Amend previous commit: both zlib decoder and encoder must be disabledreimar2009-09-261-2/+2
* Disable libavcodec zlib decoder when zlib is not available, fixes compilationreimar2009-09-261-1/+1
* Change libaf control ordering to make the controls unique again, (AF_CONTROL_...reimar2009-09-261-12/+12
* Do not override host_arch in x86 vs. x86_64 detection if it was forced via --...reimar2009-09-251-1/+1
* Change type to avoid void * arithmetic.reimar2009-09-251-1/+1
* Set codec_type and codec_id in codec context for lavc encoders.reimar2009-09-252-0/+4
* Sync with current FFmpeg HEAD.diego2009-09-243-28/+20
* sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATICdiego2009-09-242-4/+4
* Add support for displaying subtitles on the command-line when playingreimar2009-09-235-6/+34
* Make function argument name in header match name in .c file.reimar2009-09-231-1/+1
* Make update_subtitles work without sh_video for text subtitles.reimar2009-09-235-9/+13
* Make sure avctx->codec_type and codec_id are set, since libavcodecreimar2009-09-232-0/+3
* Include mpcommon.h in mpcommon.c, ensures that the declarations in the headerreimar2009-09-231-0/+1
* Factor out sh_video->pts into a refpts variable. This simplifies a future patchreimar2009-09-231-12/+12
* Rename ambiguous "pts" variable to subpts.reimar2009-09-231-8/+8
* Use x264_encoder_delayed_frames instead of the current hack to flush delayedreimar2009-09-231-4/+2
* sync to x264-r1260 (which changed api)lorenm2009-09-232-35/+10
* Add 0x85 ad ID for DTS audio.diego2009-09-231-0/+1
* Fix teletext font autoscaling.cehoyos2009-09-221-2/+2
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.diego2009-09-221-1/+1
* Allow playback of dnxhd files, as produced by FFmpeg regression test.cehoyos2009-09-221-0/+1
* Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...adrian2009-09-201-4/+5
* sync faad / ffaac supported fourccs as spotted by reimarcompn2009-09-201-0/+2
* add another aac tagcompn2009-09-201-0/+1
* add newer microsoft screen binary codeccompn2009-09-201-0/+10
* add coreavc entry, works on windows only.compn2009-09-201-0/+16
* Add autodetection for ARM NEON SIMD.reimar2009-09-191-1/+16
* Use a compilation check to distinguish between x86 and x86_64, uname andreimar2009-09-191-17/+19
* Add a check for availability of ebx register, needed forreimar2009-09-191-1/+19
* Treat Haiku as BeOS (only changes the displayed name actually)reimar2009-09-191-0/+3
* Re-add some ifdefs, partially reverting r29688, since mDisplay andreimar2009-09-181-0/+4
* Use vo_w32_window directly instead of via the vo_window macro in Windows-only...reimar2009-09-181-2/+2
* Get rid of several (probably) pointless ifdefsreimar2009-09-181-6/+0
* Use ecx instead of ebx to avoid unnecessary issues with PIC.reimar2009-09-171-9/+9
* Cleanup buffer debugs in swScale().ramiro2009-09-161-14/+19
* Use correct buffers in vertical scaler in unscaled YV12 case.ramiro2009-09-161-3/+3
* Merge two Windows-specific #if sections to simplify the condition.reimar2009-09-161-2/+2
* Hack: set DEP/NX on Windows via SetProcessDEPPolicy.reimar2009-09-161-0/+7
* add YAXPAX and YAPAXI exports to msvcr80compn2009-09-161-0/+3
* Add several HAVE_EBX_AVAILABLE conditions where necessaryreimar2009-09-143-2/+10
* %lf is not a valid printf format specifier, use just %f instead.reimar2009-09-141-1/+1
* kegavideo codec requires msvcr80 on windowscompn2009-09-141-1/+2
* Add support for decoding sgi files via FFmpeg's sgi decoder.reimar2009-09-141-0/+8
* Get rid of useless indirection and use the demuxer argument directly instead ofreimar2009-09-141-2/+1
* Reduce verbosity if demuxer sets an info value to the same as the current value.reimar2009-09-141-0/+4
* Reset slice direction at end of each frame.ramiro2009-09-131-0/+8
* Remove ; after while(0) in macros.ramiro2009-09-121-3/+3
* add kega video binary codec for fourcc kgv1compn2009-09-121-0/+8
* sync with en/mplayer.1 r29661jrash2009-09-121-2/+2
* synced with r29670Gabrov2009-09-114-30/+19
* Convert to UTF-8.diego2009-09-101-1/+1
* Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.diego2009-09-101-2/+2
* Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectlyreimar2009-09-101-0/+1
* Sort preferred_list alphabetically since the order does not matter otherwise.reimar2009-09-101-6/+6
* Always keep a backup of the expand values from the command-line, so valuesreimar2009-09-101-8/+19
* Document that slices can be bottom to top or top to bottom.ramiro2009-09-091-1/+1
* Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead ofreimar2009-09-082-2/+1
* Make all mp_*_taglists const.reimar2009-09-081-3/+3
* Allow disabling and enabling lower-case codecs.cehoyos2009-09-081-10/+10
* Make (no)t23 suboption description more consistent.diego2009-09-081-1/+1
* Fix an endless loop if all programs are empty.reimar2009-09-081-0/+4
* Make indentation consistent with the rest of the filereimar2009-09-081-1/+1
* Never switch to a program with no audio and no video.reimar2009-09-081-0/+4
* Always register all streams from libavformat, not just those belonging to a p...reimar2009-09-081-5/+3
* 100l, forgot to use "test" for checking the value of the quicktime variablereimar2009-09-081-1/+1
* Add support for lavf vqf demuxer and lavc TwinVQ decoder.vitor2009-09-074-1/+11
* Indent.ramiro2009-09-072-53/+53
* Avoid bash-specific 'let' syntax in shell scripts.diego2009-09-071-2/+2
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelramiro2009-09-061-20/+20
* Indent.ramiro2009-09-051-6/+6
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().ramiro2009-09-053-54/+54
* Add standard license header and move a misplaced comment.reimar2009-09-051-1/+18
* sync with en/mplayer.1 r29638jrash2009-09-051-6/+11
* Fix grammar mistake noticed by Alexander Strasser.diego2009-09-041-1/+1
* Factor out duplicated code to set play video scaled by a certain factor.reimar2009-09-041-39/+21
* Subopt parser subopts should now be const.reimar2009-09-041-1/+1
* 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer sincereimar2009-09-041-1/+1
* Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it willreimar2009-09-042-4/+12
* Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.reimar2009-09-041-0/+7
* Split QuickTime check off from quartz check and use the result to enable/disablereimar2009-09-041-8/+27
* 100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,reimar2009-09-041-1/+1
* Move OpenGL test below CoreVideo. This ensures -lGL will come after -framewor...reimar2009-09-041-53/+55
* Improve wording for file/directory specific config file explanation.reimar2009-09-031-4/+4
* 10l, fix misplaced check in r29613, for loop detection we must comparereimar2009-09-021-1/+1
* Limit amount of data allocated on stack, strlen(filename) is not a good idea forreimar2009-09-021-2/+6
* Document directory-specific configuration file.reimar2009-09-021-0/+5
* Add support for directory-specific mplayer.conf configuration file.reimar2009-09-021-3/+11
* enable ffwmaprofaust32009-09-021-0/+8
* Consistently use sizeof(variable) instead of sizeof(type) where easily possible.reimar2009-09-021-7/+7
* Cosmetics: get rid of many pointless ()reimar2009-09-021-17/+17
* Reduce code duplication for half/normal/double video size handling.reimar2009-09-021-31/+19
* Remove unused variable.reimar2009-09-021-1/+0
* The suboption parser now takes a const options list, so mark them all const.reimar2009-09-027-7/+7
* free(), delete and delete[] are all different and can't just be used at random,reimar2009-09-021-2/+2
* Fix possible crashes with invalid SDPs that result in stream descriptionsreimar2009-09-022-1/+4
* Fix several more rtsp-related memleaks.reimar2009-09-023-1/+4
* Fix asmrp_dispose to also free the buffer.reimar2009-09-021