| Commit message (Expand) | Author | Age | Files | Lines |
* | demux_disc: pass seek flags to stream layer | wm4 | 2015-01-19 | 3 | -6/+15 |
* | demux: return EOF when reading from unselected stream | wm4 | 2015-01-16 | 1 | -1/+1 |
* | demux_mkv: fix EBML parsing checks | wm4 | 2015-01-12 | 1 | -16/+15 |
* | demux_mkv: better check for some EBML parsing | wm4 | 2015-01-12 | 1 | -15/+19 |
* | demux_mkv: avoid endless loop with broken files | wm4 | 2015-01-12 | 1 | -1/+1 |
* | demux_mkv: improve robustness against broken libavcodec parsers | wm4 | 2015-01-09 | 1 | -2/+2 |
* | csputils: replace float[3][4] with a struct | wm4 | 2015-01-06 | 1 | -3/+3 |
* | demux_mkv: avoid PTS warning with image attachments | wm4 | 2015-01-05 | 1 | -0/+5 |
* | demux_mkv: enable codec parsing for vfw-muxed files too | wm4 | 2014-12-31 | 1 | -9/+10 |
* | demux_playlist: unquote entries in pls playlists | wm4 | 2014-12-30 | 1 | -0/+3 |
* | demux_mkv: reduce log noise | wm4 | 2014-12-29 | 2 | -3/+2 |
* | demux_mf: move mf.c contents to demux_mf.c | wm4 | 2014-12-29 | 4 | -187/+122 |
* | demux_mkv: use attachment filename as coverart title | wm4 | 2014-12-23 | 1 | -0/+1 |
* | demux_mf: add probing by mime type | wm4 | 2014-12-22 | 1 | -1/+5 |
* | demux_mkv: support embedded coverart | wm4 | 2014-12-22 | 3 | -1/+34 |
* | Check some mallocs | wm4 | 2014-12-12 | 1 | -0/+4 |
* | command: add properties for current bitrate | wm4 | 2014-12-12 | 2 | -1/+33 |
* | demux: don't always make --cache-secs override --demuxer-readahead-secs | wm4 | 2014-12-12 | 1 | -2/+4 |
* | emux_mkv: fix possible uninitialized reads with short files | wm4 | 2014-12-10 | 1 | -1/+3 |
* | demux_mkv: support svq3 | wm4 | 2014-12-08 | 1 | -14/+24 |
* | demux_mkv: reject 0 TimecodeScale | wm4 | 2014-12-06 | 1 | -0/+4 |
* | demux_playlist: fix negated condition | wm4 | 2014-12-06 | 1 | -1/+1 |
* | demux: silence unseekable message | wm4 | 2014-12-05 | 1 | -2/+2 |
* | demux_playlist: detect headerless m3u files by extension | wm4 | 2014-12-05 | 1 | -1/+24 |
* | demux: explicitly wake up playback thread on metadata change etc. | wm4 | 2014-12-04 | 1 | -0/+2 |
* | demux: don't print message if replaygain tags were not found | wm4 | 2014-12-04 | 1 | -3/+1 |
* | dvd, bd: don't unnecessarily block on demuxer/stream all the time | wm4 | 2014-12-04 | 3 | -0/+21 |
* | demux_playlist: don't ignore last line in m3u | wm4 | 2014-11-30 | 1 | -2/+2 |
* | demux_mkv: remove ancient codec mapping leftovers | wm4 | 2014-11-28 | 3 | -335/+52 |
* | demux_mkv: simplify extradata handling | wm4 | 2014-11-27 | 1 | -37/+12 |
* | demux_mkv: cosmetics | wm4 | 2014-11-27 | 1 | -24/+13 |
* | demux_mkv: fix a possible out of bounds access | wm4 | 2014-11-27 | 1 | -6/+8 |
* | demux_lavf: set PTS of first packet for formats with no timestamps | wm4 | 2014-11-25 | 1 | -0/+9 |
* | demux_mkv: fix scary sign extension issues | wm4 | 2014-11-21 | 1 | -8/+8 |
* | demux_mkv: fix possible real-audio out of bounds accesses | wm4 | 2014-11-21 | 1 | -1/+7 |
* | demux_mkv: fix uninitialized variable | wm4 | 2014-11-21 | 1 | -1/+1 |
* | demux_mkv: haali hack: add last frame duration to video length too | wm4 | 2014-11-20 | 1 | -2/+3 |
* | demux_mkv: add an option for compatibility with Haali | wm4 | 2014-11-18 | 1 | -0/+65 |
* | demux_mkv: check file type without actually reading data | wm4 | 2014-11-16 | 1 | -0/+7 |
* | demux_cue: use stream_peek() | wm4 | 2014-11-16 | 1 | -6/+2 |
* | demux_mkv: adjust subtitle preroll again (2) | wm4 | 2014-11-15 | 1 | -3/+12 |
* | demux: update cache state when paused | wm4 | 2014-11-12 | 1 | -1/+11 |
* | demux_mkv: adjust subtitle preroll again | wm4 | 2014-11-11 | 1 | -14/+17 |
* | demux_mkv: fix undefined shifts | wm4 | 2014-11-08 | 1 | -4/+4 |
* | demux_mkv: fix indentation | wm4 | 2014-11-05 | 1 | -3/+3 |
* | demux_mkv: for subtitle preroll, consider all clusters | wm4 | 2014-11-05 | 1 | -5/+3 |
* | demux_mkv: apply subtitle preroll only if needed, based on cue index | wm4 | 2014-11-05 | 1 | -0/+16 |
* | demux_mkv: read CueRelativePosition/CueDuration elements | wm4 | 2014-11-05 | 1 | -11/+27 |
* | demux_mkv: index all packets | wm4 | 2014-11-05 | 1 | -4/+2 |
* | demux: report 0s readahead time as fallback in some situations | wm4 | 2014-11-05 | 1 | -1/+5 |
* | demux: unbreak build with Libav | wm4 | 2014-11-03 | 1 | -0/+4 |
* | demux: don't account known range for streams that are EOF | wm4 | 2014-11-03 | 1 | -2/+4 |
* | demux: fix PTS comparison | wm4 | 2014-11-03 | 1 | -2/+4 |
* | demux: don't consider stream EOF an underrun | wm4 | 2014-11-03 | 1 | -1/+1 |
* | demux_mkv: remove minor code duplication | wm4 | 2014-11-03 | 1 | -12/+6 |
* | demux_mkv: implement audio skipping/trimming | wm4 | 2014-11-03 | 3 | -2/+41 |
* | player: always use demux_chapter | wm4 | 2014-11-02 | 5 | -15/+23 |
* | demux_lavf, stream_lavf: drop local buffers on time-seeks | wm4 | 2014-10-30 | 1 | -2/+5 |
* | demux_lavf: mark as seekable if protocol supports seeking by time | wm4 | 2014-10-30 | 1 | -0/+2 |
* | demux_playlist: redirect ASF streaming to mmsh:// | wm4 | 2014-10-30 | 1 | -14/+30 |
* | demux: fix demux_seek signature | wm4 | 2014-10-29 | 2 | -2/+2 |
* | demux: move some seek flag sanitation to generic code | wm4 | 2014-10-29 | 2 | -10/+15 |
* | demux_mkv: implement percentage seeking with no index | wm4 | 2014-10-29 | 1 | -22/+24 |
* | demux_mkv: export packet file position | wm4 | 2014-10-29 | 1 | -0/+1 |
* | demux: seek to position 0 when loading, instead of restoring it | wm4 | 2014-10-28 | 1 | -7/+7 |
* | demux: don't access stream while lock is held | wm4 | 2014-10-24 | 1 | -22/+30 |
* | demux: cache STREAM_CTRL_GET_BASE_FILENAME | wm4 | 2014-10-24 | 1 | -0/+18 |
* | player: add stream selection by ffmpeg index | wm4 | 2014-10-21 | 3 | -0/+4 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+2 |
* | demux: print a warning if stream is not seekable | wm4 | 2014-10-17 | 1 | -2/+3 |
* | demux_lavf: set stream network options if applicable | wm4 | 2014-10-14 | 1 | -2/+3 |
* | demux_lavf: let libavformat open HLS streams directly | wm4 | 2014-10-14 | 1 | -1/+2 |
* | demux_mkv: fix undefined behavior | wm4 | 2014-10-13 | 1 | -1/+1 |
* | demux: fix a comment | wm4 | 2014-10-12 | 1 | -2/+1 |
* | Add some missing "const"s | wm4 | 2014-10-10 | 1 | -2/+2 |
* | demux_lavf: blacklist jpeg files | wm4 | 2014-10-06 | 1 | -0/+1 |
* | demux_disc: bluray: fix stream language (2) | wm4 | 2014-09-30 | 1 | -0/+1 |
* | demux_disc: export BD/DVD audio language | wm4 | 2014-09-29 | 1 | -0/+1 |
* | demux_lavf: bluray: don't skip stream data when flushing | wm4 | 2014-09-29 | 1 | -3/+4 |
* | demux_disc: bluray: potentially fix some aspects of seeking | wm4 | 2014-09-29 | 2 | -1/+7 |
* | demux_mkv: don't use default_duration for parsed packets | wm4 | 2014-09-26 | 1 | -4/+6 |
* | Remove mpbswap.h | wm4 | 2014-09-25 | 1 | -1/+0 |
* | stream_cdda, demux_raw: always use s16le | wm4 | 2014-09-25 | 1 | -1/+1 |
* | demux_mkv: get rid of MS structs | wm4 | 2014-09-25 | 3 | -119/+39 |
* | audio: remove WAVEFORMATEX from internal demuxer API | wm4 | 2014-09-25 | 4 | -79/+83 |
* | video: remove BITMAPINFOHEADER from internal demuxer API | wm4 | 2014-09-25 | 2 | -11/+11 |
* | audio: confine demux_mkv audio PCM hack | wm4 | 2014-09-24 | 1 | -6/+28 |
* | audio: decouple demux and audio decoder/filter sample formats | wm4 | 2014-09-24 | 5 | -51/+62 |
* | audio: cleanup spdif format definitions | wm4 | 2014-09-23 | 1 | -1/+1 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 3 | -7/+17 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 6 | -25/+54 |
* | ebml: warn if there are too many subelements | wm4 | 2014-09-04 | 1 | -3/+7 |
* | demux_mkv: allow up to 256 MB of extradata to make broken files work | wm4 | 2014-09-04 | 1 | -1/+1 |
* | demux: allow increasing filepos only | wm4 | 2014-09-03 | 1 | -1/+2 |
* | player: show HLS bitrate as fallback for track titles | wm4 | 2014-09-01 | 1 | -0/+2 |
* | player: simplistic HLS bitrate selection | wm4 | 2014-09-01 | 2 | -7/+18 |
* | demux: get rid of old wrapper | wm4 | 2014-09-01 | 2 | -7/+0 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 2 | -0/+13 |
* | demux_lavf: print a warning if av_read_frame() returns an error | wm4 | 2014-08-30 | 1 | -1/+6 |
* | demux_mkv: eliminate redundant branch | shdown | 2014-08-30 | 1 | -5/+1 |
* | demux: eliminate redundant check | shdown | 2014-08-30 | 1 | -1/+1 |
* | demux_disc: handle new_sh_stream() fail correctly | shdown | 2014-08-30 | 1 | -2/+4 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 7 | -8/+7 |
* | player: slightly better cache underrun detection | wm4 | 2014-08-27 | 1 | -0/+1 |
* | demux_lavf: don't reject av:// if cache is enabled | wm4 | 2014-08-27 | 1 | -1/+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 | 2 | -0/+4 |
* | 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 | 2 | -1/+33 |
* | demux: reduce wakeups if no cache is active | wm4 | 2014-08-27 | 1 | -1/+5 |
* | demux: always use AVPacket | wm4 | 2014-08-25 | 3 | -65/+39 |
* | demux: avoid unnecessary wakeups | wm4 | 2014-08-24 | 1 | -1/+1 |
* | demux_lavf: fix crash with unknown streams | wm4 | 2014-08-23 | 1 | -1/+1 |
* | demux: enable thread by default | wm4 | 2014-08-16 | 1 | -5/+0 |
* | 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 | 2 | -13/+0 |
* | demux_lavf: support new metadata update API | wm4 | 2014-08-14 | 1 | -3/+23 |
* | 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 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 1 | -14/+5 |
* | demux_lavf: don't consider EAGAIN as EOF condition | wm4 | 2014-07-30 | 1 | -2/+3 |
* | stream: hack-fix rtmp-level seeking | wm4 | 2014-07-30 | 1 | -4/+7 |
* | demux_mf: allow seeking past the end | wm4 | 2014-07-30 | 1 | -1/+1 |
* | demux: fix timestamp type for seek calls | wm4 | 2014-07-21 | 7 | -8/+8 |
* | 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 | 2 | -14/+51 |
* | dvd, bd: fix A/V sync | wm4 | 2014-07-18 | 1 | -30/+29 |
* | demux: fix debug log output | wm4 | 2014-07-17 | 1 | -1/+1 |
* | demux: drop some unused definitions | wm4 | 2014-07-17 | 2 | -3/+0 |
* | demux_lavf: reverse rotation direction with new API | wm4 | 2014-07-17 | 1 | -1/+1 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 5 | -178/+596 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 2 | -0/+349 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 2 | -349/+0 |
* | demux_lavf: don't let metadata update mess up ogm playback | wm4 | 2014-07-14 | 1 | -1/+4 |
* | dvdnav: fix time display when starting in the middle of the DVD | wm4 | 2014-07-13 | 1 | -0/+5 |
* | dvd: potentially fix video aspect ratio | wm4 | 2014-07-12 | 1 | -1/+1 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 3 | -2/+4 |
* | demux: remove accurate_seek field | wm4 | 2014-07-08 | 2 | -4/+0 |
* | demux_disc: flush slave demuxer packet queue on resync | wm4 | 2014-07-07 | 1 | -0/+3 |
* | cache, dvd, bluray: simplify stream time handling | wm4 | 2014-07-07 | 1 | -4/+0 |
* | demux: print initial metadata | wm4 | 2014-07-07 | 1 | -0/+1 |
* | Remove stream_pts stuff | wm4 | 2014-07-06 | 4 | -7/+0 |
* | dvd, bd: enable precise seeking | wm4 | 2014-07-06 | 1 | -4/+1 |
* | dvd, bluray: handle playback display time handling differently | wm4 | 2014-07-06 | 1 | -12/+80 |
* | 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 | 3 | -1/+5 |
* | demux: minor simplification | wm4 | 2014-07-06 | 6 | -11/+8 |
* | tv: move demuxer parts to separate file | wm4 | 2014-07-05 | 1 | -0/+251 |
* | demux: minor simplification to internal API | wm4 | 2014-07-05 | 8 | -31/+21 |
* | dvd: move angle switching code | wm4 | 2014-07-05 | 2 | -46/+0 |
* | dvd: flush buffers properly on seek | wm4 | 2014-07-05 | 1 | -3/+4 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 4 | -88/+295 |
* | 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 | 3 | -17/+8 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 3 | -22/+22 |
* | demux: make replaygain per-track | wm4 | 2014-07-05 | 4 | -8/+10 |
* | demux: move packet functions to a separate source file | wm4 | 2014-07-05 | 4 | -108/+133 |
* | demux: move packet list functions | wm4 | 2014-07-05 | 3 | -73/+49 |
* | demux_lavf: for now, ignore the new libavformat image demuxers | wm4 | 2014-07-05 | 1 | -0/+3 |
* | demux_lavf: support OTF fonts in Matroska | wm4 | 2014-07-05 | 1 | -3/+10 |
* | demux_lavf: don't dump transport stream programs | wm4 | 2014-07-05 | 1 | -13/+0 |
* | demux_lavf: cleanup debug output | wm4 | 2014-07-05 | 1 | |