| Commit message (Expand) | Author | Age |
* | Remove some superfluous include CFLAGS. | diego | 2006-11-29 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | support for Westwood SND1 audio | diego | 2006-11-29 |
* | Fix 2 header bugs introduced by nplourde's previous commit: | uau | 2006-11-28 |
* | reordering of #include to avoid clash with math.h and quicktime/*.h, patch by... | nplourde | 2006-11-28 |
* | Use av_int2dbl to read doubles instead of our somewhat broken le2me_dbl | reimar | 2006-11-28 |
* | Remove long double reading code, long double was never used AFAICT and | reimar | 2006-11-28 |
* | cosmetics: Sort SRCS by alphabetical order. | diego | 2006-11-28 |
* | Split muxers into a separate library that only MEncoder is linked against. | diego | 2006-11-27 |
* | Move common code to mpcommon.mak. | diego | 2006-11-27 |
* | Remove unnecessary header indirection. | diego | 2006-11-27 |
* | 10l: Muxers were not being compiled even when MEncoder was enabled. | diego | 2006-11-27 |
* | FFmpeg-style conditional dependency declaration | diego | 2006-11-26 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Simplify, remove useless indirection. | diego | 2006-11-26 |
* | Cleanup for uselessly complicated closed-caption subtitle handling | reimar | 2006-11-25 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | Cosmetics: indentation fix. | eugeni | 2006-11-23 |
* | permit muxing to raw pes (VDR uses this) | nicodvb | 2006-11-21 |
* | Remove superfluous empty variable declaration. | diego | 2006-11-21 |
* | check we aren't short of sh_videos before allocating another one | nicodvb | 2006-11-20 |
* | slight simplification in demux_control_ts: no need to check *arg with last_{a... | nicodvb | 2006-11-20 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | Reorganize code to move more things out of main(). | uau | 2006-11-20 |
* | in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical) | nicodvb | 2006-11-19 |
* | during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x' | nicodvb | 2006-11-19 |
* | 10l, compilation error in r21054 | reimar | 2006-11-19 |
* | Generalize subtitle switching, demux_ogg does not need a special case | reimar | 2006-11-19 |
* | Make -slang work again, sub->id is -2 by default, so -slang would be ignored | reimar | 2006-11-19 |
* | Create a sh_sub_t for ogg subtitles. | reimar | 2006-11-19 |
* | Support multiple subs in mov | reimar | 2006-11-19 |
* | fix demux_nut to give proper (estimate) of percent position after a seek | ods15 | 2006-11-18 |
* | Add disabled EAGAIN testing code for libnut | ods15 | 2006-11-18 |
* | move demux_nut priv calloc to init() instead of check_file() | ods15 | 2006-11-18 |
* | implemented DEMUXER_CTRL_IDENTIFY_PROGRAM | nicodvb | 2006-11-18 |
* | new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s) | nicodvb | 2006-11-18 |
* | support for XAN DPCM audio | diego | 2006-11-18 |
* | support for some more fringe formats, still buggy .. | diego | 2006-11-17 |
* | Try reading palette for vobsub | reimar | 2006-11-17 |
* | Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa... | reimar | 2006-11-17 |
* | missed piece in update to libnut API - non negative errors | ods15 | 2006-11-17 |
* | support flic video through lavf | diego | 2006-11-17 |
* | COSMETICS: reformatted | nicodvb | 2006-11-16 |
* | restored circular looping when changing audio and video stream (previously br... | nicodvb | 2006-11-16 |
* | reset demuxer's buffered demux_packet after DEMUXER_CTRL_SWITCH_AUDIO | nicodvb | 2006-11-16 |
* | implemented DEMUXER_CTRL_SWITCH_VIDEO | nicodvb | 2006-11-16 |
* | added code to switch video stream | nicodvb | 2006-11-16 |
* | cosmetics: Restore alphabetical order, align both tables. | diego | 2006-11-16 |
* | support for RoQ video and audio through libavformat | diego | 2006-11-16 |
* | support for Electronic Arts ADPCM audio | diego | 2006-11-16 |