summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate teletext from tv support.cehoyos2009-11-0712-56/+81
* Remove pointless and broken (e.g. does not set aid and vid) -tsprog handlingreimar2009-11-071-22/+3
* Use switch_program property from mplayer.c to set ts_prog.reimar2009-11-071-0/+4
* Remove an empty program if the one requested by IDENTIFY_PROGRAM does not existreimar2009-11-071-4/+4
* Document sws_freeContext().stefano2009-11-071-0/+4
* Whitespace cosmetics: reindent reinit_audio_chain functionreimar2009-11-061-43/+43
* Remove some useless comments/commented-out code.reimar2009-11-061-3/+0
* Split assignment from error value check to avoid overcomplicated if () condit...reimar2009-11-061-2/+3
* Reuse the init_error exit path also for init_best_audio_codec errors.reimar2009-11-061-3/+1
* Simplify: use &= instead of a = b & a;reimar2009-11-061-1/+1
* Remove some unnecessary else blocksreimar2009-11-061-3/+2
* Use an early return instead of a {} block over the whole function in reinit_a...reimar2009-11-061-2/+2
* Disable audio when initializing the filter chain fails (can happen e.g. when ...reimar2009-11-061-7/+8
* Only call avcodec_close if the open succeeded before, otherwise avcodec_closereimar2009-11-061-1/+2
* PPC: make inline asm xform address test work with Apple toolsattila2009-11-061-1/+1
* sync with en/mplayer.1 r29823jrash2009-11-061-2/+9
* dvdnav: print ID_SID_..._LANG, just like dvd://reimar2009-11-051-0/+2
* Cosmetics: indentation, merge two consecutive ifs.reimar2009-11-051-6/+4
* Make dvdnav also print info about audio streams with unknown language, just l...reimar2009-11-051-1/+1
* Make the dvdnav stream language information output more similar to the dvd one.reimar2009-11-051-10/+6
* Change the subtitle numbers in the dvdnav subtitle language info to matchreimar2009-11-051-1/+1
* Change dvdnav_reset_stream to not disable subtitles, since that breaksreimar2009-11-051-2/+0
* Add cast to signed for 64 bit check, since according to an FFmpeg bug reportreimar2009-11-051-1/+1
* Add a profile example and (commented-out) useful defaults for dvdnavreimar2009-11-051-0/+3
* So Long, and Thanks for All the Fishreynaldo2009-11-051-5/+5
* Add new VDPAU feature high-quality-scaling (and require newer library).cehoyos2009-11-043-2/+17
* reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*tack2009-11-042-6/+1
* ad_ffmpeg: Fix channel layout for ffvorbis and ffaactack2009-11-041-8/+1
* cosmetics: alphabetizecompn2009-11-031-1/+1
* 10l for breaking compilation. change eatgv to tgvcompn2009-11-031-1/+1
* Remove unneeded initializationreynaldo2009-11-031-1/+0
* add yuvs fourcc, fixes yuvs.movcompn2009-11-031-0/+1
* add ffmpeg eatgv codeccompn2009-11-032-0/+8
* add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avicompn2009-11-031-0/+2
* The "ilaced" suboption of vf_scale was renamed to "interlaced".diego2009-11-027-14/+14
* Improve VDPAU noforce-mixer documentation.cehoyos2009-11-021-1/+2
* demuxer.c: Add initialization missing from previous commituau2009-11-021-21/+5
* add VYUY and Y42B fourccs to rawcodecscompn2009-11-021-0/+2
* Unbreak the demuxer-specific code in video.c with e.g.reimar2009-11-013-0/+12
* Teletext display does support font scaling via OSD font scaling, removecehoyos2009-10-311-1/+0
* Replace two more occurences of tvi_vbi with dec_teletext.cehoyos2009-10-312-3/+3
* Remove incorrect comment.cehoyos2009-10-311-2/+0
* sync with en/mplayer.1 r29805jrash2009-10-311-12/+33
* Slightly change behavior of "none" if fstype specification.corey2009-10-302-2/+2
* Document slice ordering assumption done by sws_scale().stefano2009-10-301-1/+5
* Support ISDB-Tb tunning in Brazilcehoyos2009-10-301-3/+7
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-297-65/+71
* 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
*