| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |