| Commit message (Expand) | Author | Age | Files | Lines |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -31/+31 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -6/+6 |
* | demux: use talloc for certain stream headers | wm4 | 2013-11-14 | 1 | -1/+1 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 1 | -6/+5 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 1 | -3/+2 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -2/+2 |
* | tv: simplify ifdeffery | wm4 | 2013-10-17 | 1 | -8/+2 |
* | tv: attempt to support mjpeg streams | wm4 | 2013-09-04 | 1 | -2/+6 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -1/+1 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 1 | -2/+1 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -1/+4 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -19/+15 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -2/+0 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -1/+1 |
* | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -4/+17 |
* | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -1/+1 |
* | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -12/+0 |
* | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -2/+4 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 1 | -1/+1 |
* | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -4/+6 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -6/+4 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 1 | -4/+0 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 1 | -22/+23 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 1 | -3/+0 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -26/+31 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -5/+5 |
* | cleanup: remove references to CONFIG_TV_DSHOW | wm4 | 2012-10-30 | 1 | -8/+1 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 1 | -1/+1 |
* | tv: reduce code duplication | mplayer-svn | 2012-08-03 | 1 | -21/+14 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -17/+0 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 1 | -24/+0 |
* | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -2/+2 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 1 | -2/+4 |
* | cleanup: remove unused MEncoder-related code | Clément Bœsch | 2011-01-25 | 1 | -1/+0 |
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 1 | -7/+5 |
* | stream/tv: move new_handle() function from header to tv.c | diego | 2010-11-02 | 1 | -0/+25 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -1/+1 |
* | stream/tv: move free_handle() from header to tv.c | diego | 2010-11-02 | 1 | -0/+11 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -10/+25 |
|\ |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -10/+25 |
* | | Restore collapsed whitespace in output messages | Uoti Urpala | 2010-03-07 | 1 | -2/+2 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -1/+0 |
|\| |
|
| * | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -1/+0 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -7/+18 |
|\| |
|
| * | Set demuxer->teletext to NULL when closing the TV interface, | reimar | 2009-11-10 | 1 | -0/+1 |
| * | Separate teletext from tv support. | cehoyos | 2009-11-07 | 1 | -6/+15 |
| * | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 1 | -0/+1 |
| * | cosmetics: Remove some pointless parentheses from return calls. | diego | 2009-10-08 | 1 | -1/+1 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -1/+1 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -41/+48 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -41/+41 |
* | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -0/+6 |
|\| |
|
| * | Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2, | reimar | 2009-03-16 | 1 | -0/+6 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -1/+1 |
|/ |
|
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -8/+8 |
* | Reorder some functions to avoid implicit declaration warnings. | diego | 2008-06-19 | 1 | -27/+28 |
* | Ability for specifying TV standard individually for each TV channel. | voroshil | 2008-06-14 | 1 | -6/+31 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -13/+13 |
* | Make all tvi_info_t const | reimar | 2008-01-13 | 1 | -5/+5 |
* | Make some tvi_functions_t pointers const that I forgot to change before | reimar | 2008-01-13 | 1 | -5/+5 |
* | Remove useless ifdefs | reimar | 2008-01-13 | 1 | -8/+0 |
* | Add type to extern declaration | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add missing '\n' in tv scanner results output. | voroshil | 2007-11-26 | 1 | -0/+1 |
* | Fix memory leak. | voroshil | 2007-11-05 | 1 | -0/+1 |
* | Fix segmentation fault after audio initialization failure in tv driver. | voroshil | 2007-11-05 | 1 | -2/+5 |
* | Disable channel scanner when no tuner is present. | voroshil | 2007-10-15 | 1 | -0/+8 |
* | Remove unnecessary curly braces. | voroshil | 2007-10-14 | 1 | -4/+1 |
* | 8 bytes buffer is not enough for at least SECAM-DK. | voroshil | 2007-10-14 | 1 | -1/+1 |
* | Replace duplicated code with call to routine | voroshil | 2007-10-14 | 1 | -7/+1 |
* | 10l: routine sets norm from parameter, but prints value of tv norm option | voroshil | 2007-10-14 | 1 | -1/+1 |
* | (cosmetics) indentation fix of my previous commit and small readability | voroshil | 2007-10-14 | 1 | -22/+25 |
* | Remove driver-dependent #ifdef from norm_from_string routine. | voroshil | 2007-10-14 | 1 | -22/+14 |
* | (cosmetics) remove trailing whitespace | voroshil | 2007-10-14 | 1 | -37/+37 |
* | 10l fix compilation with v4l2 | iive | 2007-10-13 | 1 | -1/+1 |
* | DirectShow based tv:// driver for win32 | voroshil | 2007-10-13 | 1 | -4/+22 |
* | Implement setting gain control for video devices (usually webcams) | voroshil | 2007-09-18 | 1 | -0/+4 |
* | Fix missing reset/initialization (with tv parameters) of | voroshil | 2007-09-13 | 1 | -0/+2 |
* | Implementation of tv:// driver autodetection. | voroshil | 2007-09-10 | 1 | -8/+18 |
* | Move channels option parsing code into separate routine. | voroshil | 2007-08-28 | 1 | -67/+72 |
* | Automatic TV channels scanning ability for MPlayer. | voroshil | 2007-08-23 | 1 | -0/+104 |
* | Teletext support. | voroshil | 2007-07-29 | 1 | -0/+6 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -42/+0 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -61/+61 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -6/+7 |
* | Removing forward declarations of routines used only in tv.c | voroshil | 2007-07-29 | 1 | -4/+2 |
* | Cosmetics. | voroshil | 2007-07-29 | 1 | -10/+10 |
* | Cosmetics: move two routines up | voroshil | 2007-07-29 | 1 | -34/+34 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -1/+2 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -75/+0 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+75 |
* | Fix compiler warnings. | voroshil | 2007-06-08 | 1 | -2/+0 |
* | New "automute" tv:// option. | voroshil | 2007-05-31 | 1 | -0/+1 |
* | More fastmemcpy.h removal | reimar | 2007-05-27 | 1 | -1/+0 |
* | cosmetics. restore empty line removed in r22985. | voroshil | 2007-04-13 | 1 | -0/+1 |
* | Move translatable strings from tv.c to help_mp* | voroshil | 2007-04-13 | 1 | -51/+44 |
* | Add missing bogus norm warning for v4l2 | voroshil | 2007-03-19 | 1 | -0/+3 |
* | Make sure bogus parameter will not be ignored by user. | voroshil | 2007-03-19 | 1 | -1/+1 |
* | New slave command: tv_step_freq <offset in MHz> | voroshil | 2007-03-17 | 1 | -0/+15 |
* | Allow to specify frequencies in channels option. | voroshil | 2007-03-16 | 1 | -0/+7 |
* | tv driver loading rework. As a side effect "-tv driver=help" option is | voroshil | 2007-03-01 | 1 | -31/+56 |
* | Two crash issues fixed: | voroshil | 2007-01-08 | 1 | -1/+9 |
* | Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. | diego | 2006-08-18 | 1 | -1/+1 |
* | proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m... | ben | 2006-08-04 | 1 | -2/+2 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+919 |