| Commit message (Expand) | Author | Age |
* | demuxer: introduce a general stream struct | wm4 | 2012-08-03 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 |
* | Remove teletext support | wm4 | 2012-08-03 |
* | Remove dead code | wm4 | 2012-08-01 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 |
* | Remove XMMS plugin support | wm4 | 2012-07-30 |
* | mplayer: let frontend print stream info, instead of demuxers | wm4 | 2012-07-30 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 |
|\ |
|
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 |
| * | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 |
|\| |
|
* | | core: sort chapters | wm4 | 2012-02-26 |
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 |
* | | core: add new support for reading .cue files | wm4 | 2012-01-18 |
|/ |
|
* | ad_ffmpeg: pass packet side data from libavformat | Uoti Urpala | 2012-01-08 |
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 |
* | core, demux: fix --identify chapter output with ordered chapters | wm4 | 2011-10-25 |
* | core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpeg | Uoti Urpala | 2011-08-20 |
* | demux: avoid a copy of demux packets with lavf, reduce padding | Uoti Urpala | 2011-08-19 |
* | demux_mkv: skip files faster in ordered chapter file search | Uoti Urpala | 2011-08-04 |
* | core: audio: if audio pts is missing return MP_NOPTS_VALUE | Uoti Urpala | 2011-07-30 |
* | bstr: rename BSTR() -> bstr() | Uoti Urpala | 2011-07-27 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 |
* | commands: change property mechanism to use talloc strings | Uoti Urpala | 2011-07-03 |
* | demux: use talloc for sh_* structs and "lang" field | Uoti Urpala | 2011-07-03 |
* | cleanup: fix mp_dbg() format string warnings | Clément Bœsch | 2011-07-01 |
* | demux: pad even 0-size demux packet data (fixes sd_ass crash) | Uoti Urpala | 2011-06-18 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 |
|\ |
|
* | | options: change -alang and -slang to use string list type | Clément Bœsch | 2011-04-20 |
| * | audio: do not run the AC-3 parser on byte-swapped AC-3 | reimar | 2011-04-13 |
* | | Merge branch 'edl' | Uoti Urpala | 2011-04-08 |
|\ \
| |/
|/| |
|
| * | EDL: add support for new EDL file format | Uoti Urpala | 2011-04-05 |
* | | core, demux: fix video index handling in stream switching | Uoti Urpala | 2011-03-31 |
| * | options: drop support for numeric -demuxer values | Uoti Urpala | 2011-02-22 |
| * | cleanup: demuxer.[ch]: remove unused code, make functions static | Uoti Urpala | 2011-02-22 |
|/ |
|
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 |
|\ |
|
| * | demux_mkv, chapters: change millisecond arithmetic to ns | Uoti Urpala | 2011-01-26 |
| * | subs/demux: don't try to enable sub track when creating it | Uoti Urpala | 2011-01-18 |
| * | subtitles: add framework for subtitle decoders | Uoti Urpala | 2011-01-18 |
* | | demux: add sanity checks to packet allocation functions | Uoti Urpala | 2011-01-17 |
* | | cleanup: move demux packet functions from demuxer.h to demuxer.c | Uoti Urpala | 2011-01-17 |
|/ |
|
* | cosmetics: remove unused code, small formatting tweaks | Uoti Urpala | 2010-12-20 |
* | audio: FLAC: support new libavcodec parser, use lavf to demux | Uoti Urpala | 2010-12-09 |
* | demux: fix initial subtitle track selection | Uoti Urpala | 2010-11-16 |
* | core: give pts as parameter to demuxer_get_current_chapter() | Uoti Urpala | 2010-11-13 |
* | options: move -cache-min and cache-seek-min to option struct | Clément Bœsch | 2010-11-11 |
* | options: move [no]hr-mp3-seek to option struct | Clément Bœsch | 2010-11-11 |
* | options: move some demux options to option struct | Clément Bœsch | 2010-11-11 |