| Commit message (Expand) | Author | Age | Files | Lines |
* | demux: allow increasing filepos only | wm4 | 2014-09-03 | 1 | -1/+2 |
* | demux: get rid of old wrapper | wm4 | 2014-09-01 | 1 | -5/+0 |
* | demux: eliminate redundant check | shdown | 2014-08-30 | 1 | -1/+1 |
* | player: slightly better cache underrun detection | wm4 | 2014-08-27 | 1 | -0/+1 |
* | demux: reset idle state on seeks | wm4 | 2014-08-27 | 1 | -2/+2 |
* | player: better cache status on status line | wm4 | 2014-08-27 | 1 | -0/+3 |
* | player: fix basic playback | wm4 | 2014-08-27 | 1 | -1/+1 |
* | player: redo how stream caching and pausing on low cache works | wm4 | 2014-08-27 | 1 | -1/+27 |
* | demux: reduce wakeups if no cache is active | wm4 | 2014-08-27 | 1 | -1/+5 |
* | demux: avoid unnecessary wakeups | wm4 | 2014-08-24 | 1 | -1/+1 |
* | demux: add option to control the readahead buffer by a duration value | wm4 | 2014-08-16 | 1 | -1/+19 |
* | demux: remove unused function | wm4 | 2014-08-16 | 1 | -12/+0 |
* | demux: reduce log spam if threading is disabled | wm4 | 2014-08-11 | 1 | -3/+11 |
* | demux: fix playback abort if --demuxer-thread is not used | wm4 | 2014-08-07 | 1 | -9/+9 |
* | demux: make track switching asynchronous | wm4 | 2014-08-06 | 1 | -0/+21 |
* | demux: asynchronous seeking | wm4 | 2014-07-21 | 1 | -9/+43 |
* | demux: don't start reading if no packets were requested yet | wm4 | 2014-07-20 | 1 | -1/+1 |
* | demux: make the cache refresh cached STREAM_CTRLs | wm4 | 2014-07-20 | 1 | -0/+1 |
* | demux: fix a corner case (2) | wm4 | 2014-07-19 | 1 | -2/+4 |
* | demux: ensure demux_read_packet_async() always reads | wm4 | 2014-07-19 | 1 | -2/+3 |
* | demux: fix a corner case | wm4 | 2014-07-19 | 1 | -2/+4 |
* | demux: fix opening pipes with demux_lavf | wm4 | 2014-07-18 | 1 | -0/+5 |
* | demux: fix problems with EOF | wm4 | 2014-07-18 | 1 | -5/+14 |
* | demux: add function to read packets asychronously | wm4 | 2014-07-18 | 1 | -14/+50 |
* | demux: fix debug log output | wm4 | 2014-07-17 | 1 | -1/+1 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 1 | -162/+548 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 1 | -0/+2 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 1 | -2/+0 |
* | demux: remove accurate_seek field | wm4 | 2014-07-08 | 1 | -1/+0 |
* | demux: print initial metadata | wm4 | 2014-07-07 | 1 | -0/+1 |
* | Remove stream_pts stuff | wm4 | 2014-07-06 | 1 | -3/+0 |
* | demux: fix a corner case related to demux_disc | wm4 | 2014-07-06 | 1 | -5/+8 |
* | dvd: fix first subtitle with delayed subtitle streams | wm4 | 2014-07-06 | 1 | -0/+1 |
* | demux: minor simplification | wm4 | 2014-07-06 | 1 | -1/+1 |
* | demux: minor simplification to internal API | wm4 | 2014-07-05 | 1 | -19/+11 |
* | dvd: move angle switching code | wm4 | 2014-07-05 | 1 | -39/+0 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -71/+15 |
* | demux: set filepos field when dequeuing a packet | wm4 | 2014-07-05 | 1 | -3/+2 |
* | demux: cosmetics: minimize code | wm4 | 2014-07-05 | 1 | -16/+3 |
* | demux: make start time a simple field | wm4 | 2014-07-05 | 1 | -10/+0 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 1 | -21/+12 |
* | demux: make replaygain per-track | wm4 | 2014-07-05 | 1 | -3/+6 |
* | demux: move packet functions to a separate source file | wm4 | 2014-07-05 | 1 | -100/+0 |
* | demux: move packet list functions | wm4 | 2014-07-05 | 1 | -66/+0 |
* | demux: drop AVI special code | wm4 | 2014-07-02 | 1 | -8/+0 |
* | demux: minor cleanups | wm4 | 2014-07-01 | 1 | -6/+0 |
* | demux: use position as signed integer | wm4 | 2014-06-14 | 1 | -1/+1 |
* | demux: use av_malloc for packets | wm4 | 2014-06-13 | 1 | -2/+2 |
* | demux: simplify packet resizing | wm4 | 2014-06-13 | 1 | -13/+3 |
* | demux: fix compilation with FFmpeg git | wm4 | 2014-06-12 | 1 | -8/+4 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -3/+3 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -2/+1 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 1 | -1/+2 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -5/+0 |
* | mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ | Kevin Mitchell | 2014-04-13 | 1 | -42/+0 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 1 | -0/+78 |
* | player: remove demuxer chapoter API wrappers | wm4 | 2014-03-25 | 1 | -64/+5 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -33/+10 |
* | demux: use av_packet_ref() | wm4 | 2014-03-16 | 1 | -4/+1 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 1 | -1/+3 |
* | demux: expose stream_type_name() function | wm4 | 2014-02-16 | 1 | -1/+1 |
* | demux: fix some newlines in output messages | wm4 | 2014-02-09 | 1 | -2/+2 |
* | demux: reword "Clip info:" line to "File tags:" | wm4 | 2014-02-06 | 1 | -1/+1 |
* | demux: fill metadata directly, instead of using wrapper functions | wm4 | 2014-02-06 | 1 | -24/+1 |
* | demux_lavf: clear metadata on update, instead of merging it | wm4 | 2014-02-06 | 1 | -0/+6 |
* | demux: handle tag updates differently | wm4 | 2014-02-06 | 1 | -11/+18 |
* | demux: don't prefix tag output with demuxer name | wm4 | 2013-12-21 | 1 | -8/+11 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 1 | -46/+50 |
* | demux: use fprintf() for printing fatal errors | wm4 | 2013-12-21 | 1 | -6/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | 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 | -9/+9 |
* | demux: revert accidentally included change from previous commit | wm4 | 2013-12-12 | 1 | -1/+1 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -1/+3 |
* | player: move code for skipping 0-sized video packets to demuxer | wm4 | 2013-11-26 | 1 | -0/+8 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 1 | -0/+7 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -3/+0 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 1 | -4/+0 |
* | demux_packet: add source stream index | wm4 | 2013-11-16 | 1 | -0/+4 |
* | demux: update a comment | wm4 | 2013-11-16 | 1 | -3/+3 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 1 | -0/+4 |
* | demux: reset EOF flag differently | wm4 | 2013-11-16 | 1 | -10/+9 |
* | demux: use talloc for certain stream headers | wm4 | 2013-11-14 | 1 | -29/+1 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 1 | -1/+0 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 1 | -1/+0 |
* | | demux: kill libmng support | wm4 | 2013-11-11 | 1 | -4/+0 |
|/ |
|
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 1 | -1/+0 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 1 | -4/+9 |
|\ |
|
| * | demux: make determining seek capability generic | wm4 | 2013-11-03 | 1 | -2/+9 |
| * | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 1 | -2/+0 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -3/+3 |
|/ |
|
* | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 1 | -4/+2 |
* | demux: don't print "Clip info:" line if there are no tags | wm4 | 2013-09-23 | 1 | -1/+1 |
* | demux: keep title chapter tag in uppercase | wm4 | 2013-09-08 | 1 | -1/+1 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 1 | -2/+17 |
* | demux: refactor tag handling | wm4 | 2013-09-08 | 1 | -36/+50 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 1 | -0/+4 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 1 | -0/+4 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 1 | -3/+2 |
* | demux: check whether stream is selected in demux_get_next_pts() | wm4 | 2013-08-22 | 1 | -1/+1 |
* | demux: move demux_mf before demux_subreader | wm4 | 2013-08-12 | 1 | -3/+3 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | core: make --demuxer not affect external subtitles | wm4 | 2013-07-22 | 1 | -2/+0 |
* | demux: make claiming accurate seek the default | wm4 | 2013-07-12 | 1 | -0/+1 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -12/+5 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -152/+68 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -24/+16 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -13/+8 |
* | demux: allow passing NULL as packet to demuxer_add_packet() | wm4 | 2013-07-11 | 1 | -1/+1 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 1 | -28/+0 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 1 | -7/+21 |
* | demux: refactor | wm4 | 2013-07-11 | 1 | -138/+123 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -43/+52 |
* | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -0/+7 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -117/+61 |
* | demux: remove ds_read_packet() | wm4 | 2013-07-10 | 1 | -13/+0 |
* | demux: remove some more minor unused things | wm4 | 2013-07-10 | 1 | -8/+0 |
* | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 1 | -0/+2 |
|\ |
|
| * | Fix building with --disable-libass | wm4 | 2013-07-08 | 1 | -0/+2 |
* | | demux: simplify demux_open() calls | wm4 | 2013-07-08 | 1 | -18/+9 |
* | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -70/+24 |
* | | demux: merge functions | wm4 | 2013-07-08 | 1 | -17/+9 |
* | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -36/+0 |
* | | demux: remove audio parser | wm4 | 2013-07-08 | 1 | -70/+0 |
* | | Remove old demuxers | wm4 | 2013-07-07 | 1 | -138/+2 |
|/ |
|
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 1 | -0/+13 |
* | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 1 | -15/+2 |
* | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 1 | -5/+0 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 1 | -0/+2 |
* | demux: add utility functions for preloading demuxers | wm4 | 2013-06-25 | 1 | -3/+72 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 | 1 | -1/+37 |
* | demux: don't require fill_buffer callback | wm4 | 2013-06-23 | 1 | -1/+1 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 1 | -11/+26 |
|\ |
|
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 1 | -9/+9 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 1 | -2/+17 |
* | | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+1 |
|/ |
|
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 1 | -0/+4 |
* | demux_asf: fix after commit 5165e19 | wm4 | 2013-05-29 | 1 | -2/+1 |
* | demux_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 | 1 | -4/+0 |
* | demux: workaround for -demuxer mpegts -correct-pts | wm4 | 2013-05-21 | 1 | -8/+15 |
* | demux: restructure chapter seeking code | wm4 | 2013-05-09 | 1 | -8/+8 |
* | demux: don't name unknown chapters "unknown" | wm4 | 2013-05-06 | 1 | -2/+1 |
* | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 1 | -0/+17 |
* | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 1 | -3/+1 |
* | demux: use talloc for packets | wm4 | 2013-05-05 | 1 | -15/+19 |
* | core: ignore backstep command if demuxer is not capable | wm4 | 2013-05-05 | 1 | -0/+2 |
* | demux: use demux_lavf instead of demux_mpg for DVD playback | wm4 | 2013-05-05 | 1 | -1/+1 |
* | demux: report stream time info instead of demuxer info if possible | wm4 | 2013-05-05 | 1 | -4/+7 |
* | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 1 | -0/+18 |
* | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 1 | -1/+5 |
* | demux: simplify stream ID business, fix issue with cover art | wm4 | 2013-04-29 | 1 | -13/+6 |
* | demux: get rid of sh_common_t | wm4 | 2013-04-20 | 1 | -11/+10 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -15/+0 |
* | demux: remove useless vid/aid/sid fields | wm4 | 2013-04-20 | 1 | -3/+0 |
* | demux: fix clearing of input padding | wm4 | 2013-04-20 | 1 | -2/+2 |
* | demux_mkv: introduce new_demux_packet_from() and use it | wm4 | 2013-04-20 | 1 | -1/+8 |
* | demux: remove some unused things | wm4 | 2013-04-20 | 1 | -42/+4 |
* | demux: add functions to simplify demuxers | wm4 | 2013-04-20 | 1 | -7/+42 |
* | demux: simpler way to notify demuxers about track switches | wm4 | 2013-04-20 | 1 | -2/+9 |
* | demux: simplify chapter appending code | wm4 | 2013-04-12 | 1 | -14/+8 |
* | demux: always sort chapters | wm4 | 2013-04-12 | 1 | -8/+5 |
* | demux: fix a specific gcc 4.8 warning that may hint to mis-optimized code | Rudolf Polzer | 2013-04-09 | 1 | -0/+3 |
* | demux: fix regressions by restricting cover art hack further | wm4 | 2013-03-19 | 1 | -3/+3 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -10/+10 |
* | demux: apply sparse video hack only to demux_lavf and demux_mkv | wm4 | 2013-02-14 | 1 | -10/+8 |
* | demux: restructure code that warns about packet buffer overflows | wm4 | 2013-02-14 | 1 | -34/+32 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | |