| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -1435/+0 |
* | Replace fast_memcpy() uses | wm4 | 2012-11-11 | 1 | -3/+1 |
* | demux_mkv: don't crash on tracks with unknown audio codecs | wm4 | 2012-11-08 | 1 | -2/+2 |
* | options: rename -ni to -avi-ni | wm4 | 2012-10-30 | 1 | -1/+1 |
* | demuxer: add missing newline in error message | cehoyos | 2012-10-30 | 1 | -1/+1 |
* | demuxer: fix crash with demux_rawvideo | wm4 | 2012-09-23 | 1 | -2/+6 |
* | libmpdemux: add back demux_ts | wm4 | 2012-09-18 | 1 | -1/+14 |
* | libmpdemux: add back demux_mpg | wm4 | 2012-09-18 | 1 | -1/+50 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 1 | -13/+0 |
* | core: move implementation for -audiofile to the frontend | wm4 | 2012-09-18 | 1 | -131/+22 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 1 | -116/+63 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 1 | -1/+1 |
* | Remove support for libdv | wm4 | 2012-08-20 | 1 | -4/+0 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 1 | -4/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 1 | -4/+0 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 1 | -10/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -1/+1 |
* | demuxer: introduce a general stream struct | wm4 | 2012-08-03 | 1 | -33/+68 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 1 | -0/+36 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -3/+0 |
* | Remove dead code | wm4 | 2012-08-01 | 1 | -48/+0 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -52/+16 |
* | Remove XMMS plugin support | wm4 | 2012-07-30 | 1 | -4/+0 |
* | mplayer: let frontend print stream info, instead of demuxers | wm4 | 2012-07-30 | 1 | -0/+12 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -29/+9 |
|\ |
|
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -4/+4 |
| * | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 | 1 | -25/+5 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 1 | -1/+1 |
|\| |
|
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 | 1 | -1/+1 |
* | | core: sort chapters | wm4 | 2012-02-26 | 1 | -1/+26 |
* | | core: add new support for reading .cue files | wm4 | 2012-01-18 | 1 | -0/+2 |
|/ |
|
* | ad_ffmpeg: pass packet side data from libavformat | Uoti Urpala | 2012-01-08 | 1 | -3/+4 |
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 1 | -2/+0 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -14/+0 |
* | core, demux: fix --identify chapter output with ordered chapters | wm4 | 2011-10-25 | 1 | -43/+2 |
* | core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpeg | Uoti Urpala | 2011-08-20 | 1 | -0/+10 |
* | demux: avoid a copy of demux packets with lavf, reduce padding | Uoti Urpala | 2011-08-19 | 1 | -2/+20 |
* | demux_mkv: skip files faster in ordered chapter file search | Uoti Urpala | 2011-08-04 | 1 | -13/+25 |
* | core: audio: if audio pts is missing return MP_NOPTS_VALUE | Uoti Urpala | 2011-07-30 | 1 | -1/+1 |
* | bstr: rename BSTR() -> bstr() | Uoti Urpala | 2011-07-27 | 1 | -3/+3 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 1 | -3/+0 |
* | commands: change property mechanism to use talloc strings | Uoti Urpala | 2011-07-03 | 1 | -6/+4 |
* | demux: use talloc for sh_* structs and "lang" field | Uoti Urpala | 2011-07-03 | 1 | -9/+7 |
* | cleanup: fix mp_dbg() format string warnings | Clément Bœsch | 2011-07-01 | 1 | -13/+3 |
* | demux: pad even 0-size demux packet data (fixes sd_ass crash) | Uoti Urpala | 2011-06-18 | 1 | -17/+10 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 1 | -1/+4 |
|\ |
|
| * | audio: do not run the AC-3 parser on byte-swapped AC-3 | reimar | 2011-04-13 | 1 | -1/+4 |
* | | options: change -alang and -slang to use string list type | Clément Bœsch | 2011-04-20 | 1 | -18/+10 |
* | | Merge branch 'edl' | Uoti Urpala | 2011-04-08 | 1 | -24/+15 |
|\ \
| |/
|/| |
|
| * | EDL: add support for new EDL file format | Uoti Urpala | 2011-04-05 | 1 | -0/+2 |
| * | options: drop support for numeric -demuxer values | Uoti Urpala | 2011-02-22 | 1 | -21/+10 |
| * | cleanup: demuxer.[ch]: remove unused code, make functions static | Uoti Urpala | 2011-02-22 | 1 | -3/+3 |
* | | core, demux: fix video index handling in stream switching | Uoti Urpala | 2011-03-31 | 1 | -5/+9 |
|/ |
|
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 1 | -31/+7 |
|\ |
|
| * | demux_mkv, chapters: change millisecond arithmetic to ns | Uoti Urpala | 2011-01-26 | 1 | -6/+6 |
| * | subs/demux: don't try to enable sub track when creating it | Uoti Urpala | 2011-01-18 | 1 | -4/+0 |
| * | subtitles: add framework for subtitle decoders | Uoti Urpala | 2011-01-18 | 1 | -20/+0 |
* | | demux: add sanity checks to packet allocation functions | Uoti Urpala | 2011-01-17 | 1 | -9/+24 |
* | | cleanup: move demux packet functions from demuxer.h to demuxer.c | Uoti Urpala | 2011-01-17 | 1 | -0/+63 |
|/ |
|
* | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 | 1 | -62/+1 |
* | audio: FLAC: support new libavcodec parser, use lavf to demux | Uoti Urpala | 2010-12-09 | 1 | -0/+3 |
* | demux: fix initial subtitle track selection | Uoti Urpala | 2010-11-16 | 1 | -4/+4 |
* | core: give pts as parameter to demuxer_get_current_chapter() | Uoti Urpala | 2010-11-13 | 1 | -6/+2 |
* | options: move -cache-min and cache-seek-min to option struct | Clément Bœsch | 2010-11-11 | 1 | -5/+2 |
* | options: move [no]hr-mp3-seek to option struct | Clément Bœsch | 2010-11-11 | 1 | -3/+1 |
* | options: move some demux options to option struct | Clément Bœsch | 2010-11-11 | 1 | -37/+27 |
* | demux: change "%s file format detected" message | Uoti Urpala | 2010-11-10 | 1 | -2/+6 |
* | demuxer.c: clean up demux_open_stream() | Uoti Urpala | 2010-11-10 | 1 | -136/+98 |
* | demux: error out if given invalid -demuxer option | Uoti Urpala | 2010-11-10 | 1 | -0/+5 |
* | demux: improve -alang / -slang track choosing logic | Uoti Urpala | 2010-11-08 | 1 | -47/+40 |
* | core: move video pos/length query functions from demux to core | Uoti Urpala | 2010-11-08 | 1 | -63/+0 |
* | demux: fix -correct-pts autoselection with -audiofile | Uoti Urpala | 2010-11-08 | 1 | -1/+1 |
* | demuxer.c: add missing parser list fourccs | cehoyos | 2010-11-08 | 1 | -0/+3 |
* | demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 ' | cehoyos | 2010-11-08 | 1 | -1/+1 |
* | demuxer.c: Add support for parsing LATM | reimar | 2010-11-08 | 1 | -0/+5 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -9/+9 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 1 | -6/+4 |
* | demuxer.c: reset subtitle EOF on seeking | reimar | 2010-11-02 | 1 | -0/+1 |
* | demux_lavf: print subtitle type in more cases | reimar | 2010-11-02 | 1 | -0/+15 |
* | demuxer.c: add new_sh_sub_sid_lang | Uoti Urpala | 2010-11-02 | 1 | -0/+11 |
* | demuxer.c: Make ds_get_next_pts work for the first packet of a stream | reimar | 2010-10-27 | 1 | -1/+6 |
* | Make audio stream index handling saner in stream switching | Uoti Urpala | 2010-05-22 | 1 | -4/+9 |
* | stream.h: remove bad EOF check in stream_seek() | Uoti Urpala | 2010-05-22 | 1 | -1/+0 |
* | demux: use bstr arguments for demuxer_add_attachment() and demuxer_add_chapter() | Anton Khirnov | 2010-05-22 | 1 | -13/+12 |
* | demuxer.c: add demux_info_add_bstr(), use talloc for info field | Anton Khirnov | 2010-05-21 | 1 | -15/+16 |
* | Fix chapter handling with first chapter not at beginning of file | Uoti Urpala | 2010-04-25 | 1 | -2/+2 |
* | demuxer.c: clean up stream-seek code | Uoti Urpala | 2010-04-23 | 1 | -22/+29 |
* | Move some sh_audio field setting out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -2/+0 |
* | Move seek-reset functionality out of demuxer.c | Uoti Urpala | 2010-04-23 | 1 | -37/+0 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 1 | -2/+1 |
|\ |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -2/+1 |
| * | Drop weird and unnecessary _s/_st suffixes from demuxer struct names. | diego | 2010-02-21 | 1 | -1/+1 |
* | | Merge svn changes up to r30672 | Uoti Urpala | 2010-03-10 | 1 | -3/+3 |
|\| |
|
| * | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 | 1 | -1/+1 |
| * | Print demuxer name in "freeing demuxer" message. | reimar | 2010-02-20 | 1 | -2/+2 |
| * | libmpdemux: Mark functions not used outside of their files as static. | diego | 2010-02-17 | 1 | -1/+1 |
| * | Remove ds_fill_buffer calls from demux_resync, they cause issues at least with | reimar | 2010-01-26 | 1 | -2/+5 |
* | | Merge branch 'matroska' | Uoti Urpala | 2010-01-28 | 1 | -33/+24 |
|\ \ |
|
| * | | demux: take chapter/attachment name strings without 0-termination | Uoti Urpala | 2010-01-27 | 1 | -33/+24 |
* | | | Merge svn changes up to r30437 | Uoti Urpala | 2010-01-28 | 1 | -6/+29 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Add support for parsing MLP and TrueHD. | reimar | 2010-01-24 | 1 | -0/+6 |
| * | Remove now unused variables. | reimar | 2010-01-24 | 1 | -2/+0 |
| * | Reset the parser on seek. Should fix some cases of audio "blips" after seeking. | reimar | 2010-01-24 | 1 | -6/+23 |
| * | Move the resync-related code into more consistent places instead of having it | reimar | 2010-01-24 | 1 | -35/+22 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 | 1 | -1/+135 |
|\| |
|
| * | Add support for parsing audio streams (though should be easy to extend to video) | reimar | 2009-12-27 | 1 | -1/+135 |
* | | options: Move ass_enabled to options struct | Uoti Urpala | 2009-12-02 | 1 | -1/+1 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -21/+8 |
|\| |
|
| * | Free demuxer->teletext when closing the demuxer. | reimar | 2009-11-10 | 1 | -0/+3 |
| * | demuxer.c: Add initialization missing from previous commit | uau | 2009-11-02 | 1 | -21/+5 |
* | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 1 | -0/+4 |
|\| |
|
| * | Reduce verbosity if demuxer sets an info value to the same as the current value. | reimar | 2009-09-14 | 1 | -0/+4 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -11/+4 |
|\| |
|
| * | Reuse ds_get_packet in ds_get_packet_pts | reimar | 2009-08-23 | 1 | -11/+4 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -2/+3 |
|\| |
|
| * | Handle demuxers that never set filepos by using stream_tell. | reimar | 2009-08-17 | 1 | -2/+3 |
* | | Remove internal libass tree | Uoti Urpala | 2009-07-26 | 1 | -4/+1 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -0/+7 |
|\| |
|
| * | Print information about chapters with -identify. | reimar | 2009-06-28 | 1 | -0/+7 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -1/+19 |
|\| |
|
| * | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -1/+19 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -25/+29 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -25/+25 |
* | | Merge branch 'ordered_chapters' | Uoti Urpala | 2009-04-08 | 1 | -59/+18 |
|\ \ |
|
| * | | Change demuxer_seek_chapter() parameters | Uoti Urpala | 2009-04-02 | 1 | -56/+15 |
| * | | Allocate struct demuxer with talloc | Uoti Urpala | 2009-03-21 | 1 | -3/+3 |
* | | | Merge svn changes up to r29117 | Uoti Urpala | 2009-04-01 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream is | reimar | 2009-03-29 | 1 | -0/+4 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -2/+0 |
|\| |
|
| * | Remove native nuv demuxer, it only needs more code to achieve the same thing | reimar | 2009-03-09 | 1 | -2/+0 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -2/+2 |
|\| |
|
| * | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -2/+2 |
* | | Merge svn changes up to r28065 | Uoti Urpala | 2008-12-02 | 1 | -0/+4 |
|\| |
|
| * | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 | 1 | -0/+4 |
* | | demux: Reset demux stream 'eof' flag after packet buffer overflow | Uoti Urpala | 2008-10-04 | 1 | -0/+8 |
* | | Make various functions static | Uoti Urpala | 2008-08-12 | 1 | -1/+1 |
* | | Merge svn changes up to r27441 | Uoti Urpala | 2008-08-08 | 1 | -5/+5 |
|\| |
|
| * | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -2/+2 |
| * | 10l: MUSEPACK --> CONFIG_MUSEPACK | diego | 2008-08-07 | 1 | -1/+1 |
| * | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
| * | Rename preprocessor directives related to image libraries. | diego | 2008-08-05 | 1 | -1/+1 |
* | | Merge svn changes up to r27399 | Uoti Urpala | 2008-08-02 | 1 | -3/+3 |
|\| |
|
| * | Change a bunch of codec-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 1 | -3/+3 |
* | | Merge svn changes up to r27374 | Uoti Urpala | 2008-07-30 | 1 | -9/+9 |
|\| |
|
| * | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -9/+9 |
* | | Merge svn changes up to r27332 | Uoti Urpala | 2008-07-21 | 1 | -0/+7 |
|\| |
|
| * | Avoid including avcodec.h in demuxer.h (and thus many other files) just to get | reimar | 2008-07-17 | 1 | -0/+7 |
* | | Merge svn changes up to r27092 | Uoti Urpala | 2008-06-17 | 1 | -43/+33 |
|\| |
|
| * | cosmetics: Remove useless parentheses, align. | diego | 2008-06-16 | 1 | -3/+3 |
| * | Support NULL name parameter for demuxer_add_chapter. | reimar | 2008-06-16 | 1 | -1/+1 |
| * | cosmetics: Break overly long lines. | diego | 2008-06-16 | 1 | -97/+178 |
| * | cosmetics: indentation, whitespace changes | diego | 2008-06-16 | 1 | -648/+645 |
| * | cosmetics: consistent * placement | diego | 2008-06-16 | 1 | -21/+21 |
| * | cosmetics: one more if brace placement fix | diego | 2008-06-16 | 1 | -2/+1 |
| * | M-x untabify | diego | 2008-06-16 | 1 | -24/+24 |
| * | cosmetics: Remove all trailing whitespace. | diego | 2008-06-16 | 1 | -4/+4 |
| * | cosmetics: Split/join multiline statements. | diego | 2008-06-16 | 1 | -4/+6 |
| * | cosmetics: Consistently format all if, for, while constructs. | diego | 2008-06-16 | 1 | -140/+170 |
| * | Remove one more commented-out line. | diego | 2008-06-16 | 1 | -1/+1 |
| * | cosmetics: Make all function declarations consistent by moving the opening | diego | 2008-06-16 | 1 | -42/+90 |
| * | Remove one more commented-out line. | diego | 2008-06-16 | 1 | -1/+0 |
| * | Remove pointless comments and commented-out code. | diego | 2008-06-16 | 1 | -19/+6 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -29/+20 |
|\| |
|
| * | added and reused demux_flush() instead of emptying the demux_stream buffers; | nicodvb | 2008-06-02 | 1 | -20/+10 |
| * | Initialize sh_audio/sh_video->ds | reimar | 2008-05-27 | 1 | -0/+2 |
| * | Simplify/make new_sh behaviour more consistent when a stream gets redefined. | reimar | 2008-05-27 | 1 | -3/+4 |
| * | Cosmetics: simplify | reimar | 2008-05-27 | 1 | -3/+2 |
| * | Move native musepack demuxer further down in demuxer list | reimar | 2008-05-27 | 1 | -3/+3 |
| * | cosmetics: Remove pointless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
| * | Revert r26411: policy violation | rtogni | 2008-04-19 | 1 | -963/+812 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -1/+1 |
* | | Move dvdsub_id to options struct | Uoti Urpala | 2008-04-23 | 1 | -2/+0 |
* | | Move correct_pts to options struct | Uoti Urpala | 2008-04-23 | 1 | -6/+3 |
* | | Add option pointer to demuxers and stheader.h structs | Uoti Urpala | 2008-04-23 | 1 | -25/+38 |
|/ |
|
* | Reformat demuxer.c | uau | 2008-04-12 | 1 | -812/+963 |
* | Remove global demuxer_type | uau | 2008-04-12 | 1 | -1/+1 |
* | Remove unused function demux_read_data_pack | uau | 2008-04-11 | 1 | -17/+0 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+28 |
* | Set audio->sh correctly when switching audio tracks. The same for video tracks. | eugeni | 2008-02-29 | 1 | -0/+8 |
* | Don't select subtitle track in lavf and mkv demuxers. | eugeni | 2008-02-29 | 1 | -4/+0 |
* | Demuxer-independent functions for selecting tracks based on language. | eugeni | 2008-02-29 | 1 | -0/+32 |
* | Remove stupid checks of free() argument. | eugeni | 2008-02-29 | 1 | -8/+6 |
* | Add language info to sh_sub_t and sh_audio_t. | eugeni | 2008-02-29 | 1 | -0/+2 |
* | in ds_fill_buffer() disabled the code that demuxes until the arrival of the r... | nicodvb | 2008-02-25 | 1 | -0/+2 |
* | New member in demuxer_t: reference_clock. | nicodvb | 2008-02-23 | 1 | -0/+9 |
* | Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts. | reimar | 2008-02-12 | 1 | -3/+2 |
* | Allow demuxers to choose a default value for correct_pts | reimar | 2008-02-03 | 1 | -4/+11 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make mov subtitles work with -ass | reimar | 2008-01-29 | 1 | -1/+1 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 | 1 | -2/+4 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 | 1 | -0/+3 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 | 1 | -0/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -42/+42 |
* | First step towards making all demuxer_desc_t const | reimar | 2008-01-13 | 1 | -3/+3 |
* | Remove a useless assignment (there is an if just a few lines above | reimar | 2008-01-13 | 1 | -1/+1 |
* | Add a forgotten #ifdef USE_ASS around ass_free_track | reimar | 2008-01-13 | 1 | -0/+2 |
* | Add demuxer interface for attachments. | eugeni | 2008-01-12 | 1 | -0/+22 |
* | Remove global_ass_track. Instead create an ass_track for each 't' track. | eugeni | 2008-01-11 | 1 | -1/+2 |
* | Init and destroy ass_tracks in demuxer.c based on sh_sub->type value. | eugeni | 2008-01-11 | 1 | -0/+18 |
* | Add extradata to sh_sub_t. | eugeni | 2008-01-11 | 1 | -0/+1 |
* | Deallocate audio track codecdata. | eugeni | 2008-01-07 | 1 | -0/+1 |
* | wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu... | nicodvb | 2008-01-05 | 1 | -0/+49 |
* | Move ds->current=NULL; further up to the free_demux_packet. | reimar | 2007-12-20 | 1 | -1/+1 |
* | Add demuxer functions for chapter feature. | ulion | 2007-12-13 | 1 | -0/+71 |
* | Fix memory leak that tmp allocated but maybe not used. | ulion | 2007-12-10 | 1 | -4/+6 |
* | Make libnemesi use specific struct and DEMUXER_TYPE | lu_zero | 2007-12-04 | 1 | -1/+5 |
* | Fix typos in comments to stop them hurting my eyes | reimar | 2007-12-01 | 1 | -5/+5 |
* | demuxer.c: Remove useless code | uau | 2007-10-25 | 1 | -21/+17 |
* | Fix missing subtitles after seeking back | uau | 2007-10-04 | 1 | -0/+1 |
* | libnemesi support, yet another rtsp/rtp library... | lu_zero | 2007-09-19 | 1 | -1/+1 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -6/+6 |
* | When a new subtitle stream becomes available check if it is the one that | reimar | 2007-08-09 | 1 | -0/+6 |
* | Make sure fformat is set before use | reimar | 2007-07-27 | 1 | -1/+1 |
* | Remove some unneeded extern variable declarations | reimar | 2007-07-27 | 1 | -8/+0 |
* | make opt argument of demux_info_get const. | reimar | 2007-06-24 | 1 | -1/+1 |
* | Fix memleak due to not freeing demuxer->s_streams | reimar | 2007-06-23 | 1 | -0/+7 |
* | More accurate seeking for demuxers lacking DEMUXER_CTRL_GET_TIME_LENGTH control | zuxy | 2007-06-17 | 1 | -1/+3 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 1 | -2/+2 |
* | Simplify preprocessor directives: There is a general variable for | diego | 2007-04-26 | 1 | -2/+2 |
* | Cosmetics: remove duplicate space in ifdef | reimar | 2007-04-22 | 1 | -2/+2 |
* | demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO | nicodvb | 2007-04-22 | 1 | -0/+2 |
* | Add lavf_preferred demuxer for lavf formats we want to be probed | reimar | 2007-04-14 | 1 | -0/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 | 1 | -1/+0 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 | 1 | -0/+1 |
* | Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error, | reimar | 2007-01-05 | 1 | -3/+3 |
* | removed unused variable | nicodvb | 2006-12-31 | 1 | -1/+0 |
* | use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME) | nicodvb | 2006-12-31 | 1 | -3/+3 |
* | added stream_pts to demuxer_t and demux_packet_t to hold the time value repor... | nicodvb | 2006-12-31 | 1 | -2/+4 |
* | don't compile demux_mpc.c when libmpcdec is disabled | aurel | 2006-12-28 | 1 | -0/+2 |
* | added code to switch video stream | nicodvb | 2006-11-16 | 1 | -0/+7 |
* | Make subtitle stream handling more similar to audio and video streams. | reimar | 2006-11-13 | 1 | -0/+17 |
* | consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME... | nicodvb | 2006-11-12 | 1 | -5/+5 |
* | removed duplicated check in demuxer_seek_chapter | nicodvb | 2006-11-11 | 1 | -1/+1 |
* | in demux_seek() if STREAM_CTRL_SEEK_TO_CHAPTER suceeds call DEMUXER_CTRL_RESY... | nicodvb | 2006-11-11 | 1 | -0/+2 |
* | added demuxer_get_current_time() to get the current playtime (possibly aided ... | nicodvb | 2006-11-07 | 1 | -0/+17 |
* | now demux_seek() tries to seek aided by the stream layer, if possible | nicodvb | 2006-11-07 | 1 | -0/+23 |
* | Cosmetics: indentation fix indentation broken by last two demuxer.c commits | reimar | 2006-10-20 | 1 | -25/+25 |
* | Fix opening of demuxers without check_file function, broken by r20309. | reimar | 2006-10-20 | 1 | -3/+2 |
* | Try other demuxers if open() fails. | reimar | 2006-10-19 | 1 | -22/+18 |
* | Simplify: replace malloc + memset 0 by calloc | reimar | 2006-10-05 | 1 | -4/+2 |
* | conditional declerations are unnecessary | ods15 | 2006-09-17 | 1 | -2/+0 |
* | Add demux_nut to MPlayer repo | ods15 | 2006-09-17 | 1 | -0/+4 |
* | Get rid of demux_aid_vid_mismatch mess. | reimar | 2006-08-26 | 1 | -12/+6 |
* | 100l: *chapter_name was copied from the pointer rather than strupd()-ed (and ... | nicodvb | 2006-08-21 | 1 | -2/+5 |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 | 1 | -1/+24 |
* | clarification in a comment | nicodvb | 2006-08-18 | 1 | -1/+1 |
* | support relative seeking in the stream-driven case | nicodvb | 2006-08-18 | 1 | -0/+6 |
* | added first revision of demuxer_seek_chapter() | nicodvb | 2006-08-18 | 1 | -0/+66 |
* | Update information and print new value when demux_info_add is called | reimar | 2006-08-16 | 1 | -1/+3 |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -0/+20 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -1/+1 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -4/+7 |
* | move some ill-behaving demuxers further down the list | reimar | 2006-07-04 | 1 | -6/+6 |
* | Change free_sh_audio() to take demuxer and stream id as parameters | uau | 2006-06-14 | 1 | -4/+4 |
* | Unconditionally compile the Matroska demuxer. | diego | 2006-05-08 | 1 | -2/+0 |
* | Change common pts variables from floats to doubles. Individual demuxers | uau | 2006-04-27 | 1 | -2/+3 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 1 | -0/+21 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -12/+8 |
* | fixes decoding demoscene.tv nsv at http://213.186.36.129:8000 | gpoirier | 2006-04-17 | 1 | -1/+1 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -1/+1 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -2/+2 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | function to read from a demuxer up to (and including) the specified | reimar | 2006-01-17 | 1 | -0/+35 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -1/+1 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 1 | -1/+3 |
* | include fastmemcpy.h before stream.h, so it is used for the stream_read | reimar | 2005-12-17 | 1 | -1/+2 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | estimate total time also for audio-only files. | reimar | 2005-11-06 | 1 | -0/+3 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 | 1 | -0/+3 |
* | "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media". | rsf | 2005-09-23 | 1 | -1/+1 |
* | Prints -identify output for: | gpoirier | 2005-09-19 | 1 | -0/+2 |
* | Make the fourcc output endianness-independent. | diego | 2005-09-13 | 1 | -2/+4 |
* | execute the check function even when a demuxer is forced, to avoid crashes. | reimar | 2005-09-06 | 1 | -2/+5 |
* | Forgotten mpc demuxer | reimar | 2005-09-06 | 1 | -0/+2 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -3/+3 |
* | Fix move playlists (control must be returned to mplayer.c, with the demuxer | reimar | 2005-08-31 | 1 | -0/+4 |
* | Allow forcing of demuxers and codecs by prepending '+' | reimar | 2005-08-30 | 1 | -13/+32 |
* | support MPEG in GXF container with extension-based detection. | reimar | 2005-08-26 | 1 | -0/+2 |
* | Do not free demuxer before using demuxer->desc->type (happened when using -au... | reimar | 2005-08-23 | 1 | -1/+2 |
* | fix brokeness caused by demuxer patch, this code is useless for | ods15 | 2005-08-11 | 1 | -1/+0 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -1097/+269 |
* | remove unused cache-prefill and create cache-seek-min that controls when seek... | iive | 2005-07-31 | 1 | -2/+2 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 1 | -0/+23 |
* | -identify variable names should follow [A-Z_][A-Z0-9_]* convention | ranma | 2005-07-07 | 1 | -2/+6 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+4 |
* | fix memleak when playing mov files | reimar | 2005-06-20 | 1 | -0/+3 |
* | added AAC ADTS demuxer | nicodvb | 2005-06-13 | 1 | -0/+22 |
* | moved mpeg-ps/es probing code to demux_mpg.c | nicodvb | 2005-06-06 | 1 | -102/+17 |
* | setting sh_audio to NULL is nonsense, since it is only a local variable, | reimar | 2005-05-27 | 1 | -6/+6 |
* | revert one line of version 1.182 patch (caused use of already-freed | rfelker | 2005-04-29 | 1 | -1/+1 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -4/+5 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -27/+6 |
* | Rather simple patch for RAWDV demuxer which lets it say whats the total | rtognimp | 2005-03-09 | 1 | -0/+7 |
* | avisynth demuxer patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-13 | 1 | -2/+54 |
* | Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com). | reimar | 2005-02-06 | 1 | -5/+7 |
* | Move generic length and percent pos calculation to demuxer.c | reimar | 2005-01-15 | 1 | -2/+12 |
* | TwinVQ decoder and demuxer | rtognimp | 2004-12-29 | 1 | -0/+26 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -2/+2 |
* | Use demuxer_get_percent_pos for the OSD position bar | reimar | 2004-12-21 | 1 | -4/+8 |
* | disable demuxer_bmp, | iive | 2004-12-15 | 1 | -22/+0 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+10 |
* | merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS | nicodvb | 2004-11-24 | 1 | -6/+1 |
* | Reduce excessive verbosity. | diego | 2004-11-15 | 1 | -3/+3 |
* | seeking based on the largest timestamp in an mpeg stream | aurel | 2004-10-23 | 1 | -1/+5 |
* | Remove redundant ASF status line, there is another for all formats. | diego | 2004-10-19 | 1 | -5/+0 |
* | Fix segfault for unexistant/unreachable rtsp streams | rtognimp | 2004-10-18 | 1 | -1/+1 |
* | Support ON2 variation of AVI format (.vp5 files) | rtognimp | 2004-10-08 | 1 | -1/+5 |
* | fixed small memleak | reimar | 2004-10-01 | 1 | -3/+4 |
* | missing extern | rathann | 2004-09-23 | 1 | -0/+3 |
* | moved sh_audio initialization from dec_audio to demuxer.c to fix | reimar | 2004-09-16 | 1 | -0/+7 |
* | show video format for all demuxers, not just avi (move this somewhere else if... | rfelker | 2004-09-10 | 1 | -0/+9 |
* | DTS support via lavc and libdts | rtognimp | 2004-08-12 | 1 | -2/+4 |
* | cache min fill adjustment, based on patch by Jeremy Huddleston | iive | 2004-07-16 | 1 | -2/+5 |
* | Cosmetics. Shortened the "displaying subtitle..." message. Replaced "OGG" wit... | mosu | 2004-05-07 | 1 | -1/+1 |
* | Respect -playlist for asx streams | rtognimp | 2004-04-17 | 1 | -1/+1 |
* | nsv (Nullsoft streaming video) demuxer | rtognimp | 2004-04-12 | 1 | -0/+22 |
* | demux_lavf | michael | 2004-04-11 | 1 | -1/+40 |
* | Added support for multiplexed (audio+video) RTP streams. | rsf | 2004-02-22 | 1 | -1/+1 |
* | LML-M4 mpeg4 capture card raw stream format support | arpi | 2003-12-08 | 1 | -0/+36 |
* | Fixes for a couple of warnings. | mosu | 2003-12-08 | 1 | -1/+4 |
* | Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor... | mosu | 2003-12-08 | 1 | -0/+5 |
* | missing extern | rathann | 2003-11-15 | 1 | -0/+1 |
* | seek in realmedia files | luran | 2003-11-12 | 1 | -0/+3 |
* | Fixed 'reading after EOF'. demuxers didn't check, how many they've read! | lumag | 2003-09-20 | 1 | -1/+2 |
* | get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen a... | faust3 | 2003-09-19 | 1 | -0/+3 |
* | - initial support for MPEG4 in TS (M4V is working, but not AAC yet) | arpi | 2003-08-24 | 1 | -2/+9 |
* | 10l - some forgotten ifdefs | henry | 2003-08-07 | 1 | -2/+2 |
* | inconsistency | alex | 2003-07-19 | 1 | -1/+1 |
* | fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachar | arpi | 2003-07-05 | 1 | -0/+2 |
* | fix one missing #include, one missing extern and one 10l error. | rathann | 2003-06-19 | 1 | -1/+1 |
* | tivo demuxer moved down, its fileformat detection is unstable (misdetects mpe... | arpi | 2003-06-09 | 1 | -12/+12 |
* | TiVo demuxer and sub-cc/osd decoder | arpi | 2003-06-09 | 1 | -0/+45 |
* | warning fixes Raindel Shachar <raindel@techunix.technion.ac.il> | alex | 2003-05-31 | 1 | -0/+1 |
* | 10l | alex | 2003-05-23 | 1 | -1/+1 |
* | Add support for Realaudio files | rtognimp | 2003-04-30 | 1 | -0/+22 |
* | Added Matroska demuxing support. | mosu | 2003-04-30 | 1 | -0/+33 |
* | 10l | michael | 2003-04-14 | 1 | -2/+2 |
* | H264-ES demuxer | michael | 2003-04-04 | 1 | -3/+40 |
* | Fix all demuxers wich where using a global var to enable themself. | albeu | 2003-03-30 | 1 | -19/+16 |
* | Fix rawvideo and -audiofile | albeu | 2003-03-27 | 1 | -6/+22 |
* | this is a combo patch that: | arpi | 2003-03-16 | 1 | -1/+24 |
* | enabling mpeg4-es autodetection (if we dont enable it, then we will never kno... | michael | 2003-02-16 | 1 | -1/+1 |
* | libgif/libungif based demuxer support for libmpdemux. | arpi | 2003-01-28 | 1 | -0/+30 |
* | raw mpeg4-es support (you need to set -fps manually!) | arpi | 2003-01-23 | 1 | -6/+23 |
* | raw video demuxer, requested by Michael | arpi | 2003-01-22 | 1 | -0/+15 |
* | extension-based filetype detection for headerless files (mp3 vs mpeg, etc) | arpi | 2003-01-19 | 1 | -27/+43 |
* | patch adds support for MOV-Reference-Files. | arpi | 2003-01-13 | 1 | -1/+1 |
* | upsz :)))))))))))))) | pontscho | 2003-01-12 | 1 | -2/+0 |
* | this patch adds an fallback to playlist (any but the plaintext-list format) | arpi | 2003-01-12 | 1 | -1/+1 |
* | 10l (was segfaulting on non-dv file) | filon | 2003-01-06 | 1 | -1/+3 |
* | XMMS Input plugin support | arpi | 2002-12-22 | 1 | -1/+34 |
* | 10l - demux_avi handles AVI_NI and AVI_NINI too | arpi | 2002-12-11 | 1 | -0/+2 |
* | 10l | arpi | 2002-12-07 | 1 | -1/+1 |
* | demuxer_control(), percent position and time length query implemented in | arpi | 2002-11-16 | 1 | -0/+38 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+2 |
* | A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains | arpi | 2002-11-02 | 1 | -1/+1 |
* | cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed, | arpi | 2002-11-02 | 1 | -3/+0 |
* | cleanup config option handling in libmpdemux. | arpi | 2002-10-23 | 1 | -19/+5 |
* | ss_div/ss_mul defaults to 0 | arpi | 2002-10-16 | 1 | -1/+1 |
* | This just corrects a function name to match the other demuxer's | arpi | 2002-10-04 | 1 | -2/+2 |
* | some cleanup - made private vars/funcs static, removed obsolete externs | arpi | 2002-09-29 | 1 | -4/+3 |
* | changed 'detected fileformat' messages to a message with %s | jaf | 2002-09-22 | 1 | -18/+18 |
* | get_sh_audio/get_sh_video removed (never used, also useless) | arpi | 2002-09-22 | 1 | -22/+0 |
* | removed dummy OGG functions - use #ifdef instead | arpi | 2002-09-15 | 1 | -2/+9 |
* | added smjpeg demuxer only for nexus' request | alex | 2002-09-13 | 1 | -0/+22 |
* | .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer | arpi | 2002-09-10 | 1 | -2/+27 |
* | removed messy global 'tv_handle', use stream->priv for that purpose | arpi | 2002-09-08 | 1 | -11/+6 |
* | new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>: | arpi | 2002-08-21 | 1 | -9/+16 |
* | typo fixes by Ross Finlayson <finlayson@live.com> | arpi | 2002-08-14 | 1 | -1/+1 |
* | messages moved again | jaf | 2002-08-08 | 1 | -20/+20 |
* | 10l | arpi | 2002-08-06 | 1 | -1/+1 |
* | detection reordered. note: raw DV detection should be more reliable. | arpi | 2002-08-06 | 1 | -12/+9 |
* | raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org> | arpi | 2002-08-05 | 1 | -1/+43 |
* | applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson... | arpi | 2002-08-05 | 1 | -0/+20 |
* | count blocks by rounded-up chunksizes instead of chunks - | arpi | 2002-08-02 | 1 | -0/+3 |
* | Add uninit to the avi demuxer | albeu | 2002-07-26 | 1 | -0/+5 |
* | add -audiofile support for gui | pontscho | 2002-07-02 | 1 | -1/+1 |
* | Support for playing audio cds using cdparanoia. Include a raw audio | albeu | 2002-06-11 | 1 | -0/+17 |
* | clone_demux_packet(), using refcounting to avoid memcpy() | arpi | 2002-05-25 | 1 | -7/+8 |
* | Fix frame_time for variable fps movies as it was the last frame duration. | albeu | 2002-05-02 | 1 | -1/+20 |
* | Add support for another AVI with ogg/vorbis audio (0x674F) | albeu | 2002-04-29 | 1 | -2/+16 |
* | Uninit added | albeu | 2002-04-24 | 1 | -0/+9 |
* | Added demuxer uninit | albeu | 2002-04-24 | 1 | -0/+30 |
* | more strict check for .mp3 | arpi | 2002-04-23 | 1 | -1/+3 |
* | mplayer was not compileable without, i tested it with and without vorbis, i h... | jaf | 2002-04-21 | 1 | -0/+4 |
* | Seeking implemented | albeu | 2002-04-20 | 1 | -0/+3 |
* | BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com> | arpi | 2002-04-12 | 1 | -2/+2 |
* | added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outfl... | arpi | 2002-04-03 | 1 | -0/+1 |
* | don't alloc/free NULL | arpi | 2002-04-03 | 1 | -1/+1 |
* | freeing codec in/out buffers is job of libmpcodecs, not demuxer | arpi | 2002-04-01 | 1 | -3/+0 |
* | added soem debug prints, and fixed 10l bug of Alban | arpi | 2002-03-31 | 1 | -0/+5 |
* | added a BMP file demuxer...yeah, that's right, a static image BMP file | melanson | 2002-03-20 | 1 | -0/+18 |
* | FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on | melanson | 2002-03-17 | 1 | -0/+3 |
* | don't free our_out_buffer - it's obsoleted | arpi | 2002-03-17 | 1 | -1/+1 |
* | Initial ogg demuxer. No seeking, a/v sync is broken. Support avi | albeu | 2002-03-16 | 1 | -1/+22 |
* | spelling type fix by Anders Rune Jensen | alex | 2002-03-15 | 1 | -1/+1 |
* | added get_sh_video/audio and realmedia seeking | alex | 2002-03-15 | 1 | -2/+30 |
* | mp3 detection fixed... | arpi | 2002-03-14 | 1 | -0/+2 |
* | Demuxers demuxer support for using external audiofile (or muxed subtitles). | albeu | 2002-02-20 | 1 | -12/+124 |
* | ehh, i forgot to commit this... | arpi | 2002-02-17 | 1 | -2/+4 |
* | 10l... it detected mpeg1/2 ps files as mpeg audio... | arpi | 2002-02-14 | 1 | -9/+9 |
* | Audio file demuxer. Extended version for demuxer info. | albeu | 2002-02-14 | 1 | -72/+44 |
* | A whole bunch of free_demuxer in demux_open | albeu | 2002-02-11 | 1 | -9/+20 |
* | check for overflow in new_sh_video and new_sh_audio | alex | 2002-02-10 | 1 | -0/+12 |
* | Audio only support. Include a fix in the asf demuxer opening. | albeu | 2002-02-08 | 1 | -16/+18 |
* | finalize mfi support. | pontscho | 2002-02-07 | 1 | -0/+3 |
* | add mfi support | pontscho | 2002-02-06 | 1 | -0/+26 |
* | implemented RoQ file demuxing | melanson | 2002-02-01 | 1 | -1/+17 |
* | DVD start position handling changed (progbar/eta fix) | arpi | 2002-01-27 | 1 | -1/+1 |
* | reverted old seeking method - ask Holm why... | arpi | 2002-01-17 | 1 | -1/+1 |
* | initial support for FILM file demuxing | melanson | 2002-01-16 | 1 | -3/+25 |
* | seek patch by Panagoitis Issaris | alex | 2002-01-09 | 1 | -0/+4 |
* | Applied Rik Snel's seeking patch | alex | 2001-12-28 | 1 | -0/+4 |
* | asf<->y4m detection swapped | arpi | 2001-12-28 | 1 | -8/+8 |
* | don't reset timer at seek - req. for dxr3 | arpi | 2001-12-28 | 1 | -0/+4 |
* | added NuppelVideo demuxer, based on Panagiotis Issaris' patch | alex | 2001-12-27 | 1 | -1/+18 |
* | yuv4mpeg2 (mjpegtools) support by Rik Snel <rsnel@cube.dyndns.org> | arpi | 2001-12-27 | 1 | -0/+16 |
* | added real demuxer | alex | 2001-12-26 | 1 | -0/+17 |
* | mpeg startpos (-ss, -chapter) fixed | arpi | 2001-12-26 | 1 | -1/+3 |
* | mpeg VDR vs. BIN fixed? | arpi | 2001-12-26 | 1 | -1/+12 |
* | fli seeking implemented | arpi | 2001-12-17 | 1 | -0/+4 |
* | reset ds eof flags at seeking - requires for mpeg -loop | arpi | 2001-12-17 | 1 | -0/+2 |
* | 10l | alex | 2001-12-09 | 1 | -2/+2 |
* | file format detection reordered to get better hits | arpi | 2001-12-01 | 1 | -21/+21 |
* | bad malloc+strcpy => strdup | arpi | 2001-11-27 | 1 | -10/+6 |
* | mostly complete support for loading and decoding FLI/FLC animations | melanson | 2001-11-24 | 1 | -0/+21 |
* | fixed tv detection in demux_open | alex | 2001-11-23 | 1 | -6/+4 |
* | added demux_info | alex | 2001-11-22 | 1 | -6/+20 |
* | it wanted to be strcasecmp not strncmp and i dunno why it compiled for me wit... | alex | 2001-11-22 | 1 | -4/+4 |
* | 10l for al3x :-P | atmos4 | 2001-11-21 | 1 | -4/+4 |
* | added demuxer_info | alex | 2001-11-21 | 1 | -0/+73 |
* | tv interface update | alex | 2001-11-16 | 1 | -5/+6 |
* | 001.vdr fix | arpi | 2001-11-13 | 1 | -1/+3 |
* | qt/mov detection first | arpi | 2001-11-13 | 1 | -8/+8 |
* | tuning worx (can set frequency) | alex | 2001-11-11 | 1 | -1/+5 |
* | tv update | alex | 2001-11-10 | 1 | -3/+5 |
* | added tv subsystem | alex | 2001-11-09 | 1 | -8/+39 |
* | vivo demuxer | arpi | 2001-11-04 | 1 | -2/+14 |
* | pts_from_bps fix | arpi | 2001-10-31 | 1 | -1/+1 |
* | compressed mov audio fixed | arpi | 2001-10-23 | 1 | -0/+2 |
* | includes cleanup | arpi | 2001-10-21 | 1 | -6/+0 |
* | libdemux cleanup part 1 | arpi | 2001-10-20 | 1 | -1/+0 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+580 |