| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -19/+10 |
* | demux_lavf: fix read_seek return value | wm4 | 2014-07-05 | 1 | -3/+1 |
* | demux_mkv: cosmetics | wm4 | 2014-07-05 | 1 | -45/+27 |
* | demux: drop AVI special code | wm4 | 2014-07-02 | 1 | -8/+0 |
* | demux_mkv: minor improvement to overflow check | wm4 | 2014-07-02 | 1 | -2/+3 |
* | Audit and replace all ctype.h uses | wm4 | 2014-07-01 | 3 | -4/+2 |
* | demux: minor cleanups | wm4 | 2014-07-01 | 4 | -26/+0 |
* | demux_mkv: cosmetics | wm4 | 2014-06-29 | 2 | -26/+20 |
* | demux_mkv: add some overflow checks etc. | wm4 | 2014-06-29 | 2 | -59/+111 |
* | demux_lavf: remove unused symbol | wm4 | 2014-06-23 | 1 | -2/+0 |
* | demux_mkv: add S_DVBSUB | wm4 | 2014-06-17 | 2 | -0/+2 |
* | demux: use position as signed integer | wm4 | 2014-06-14 | 1 | -1/+1 |
* | options: turn --idx, --forceidx into --index | wm4 | 2014-06-13 | 2 | -2/+2 |
* | demux: use av_malloc for packets | wm4 | 2014-06-13 | 1 | -2/+2 |
* | demux: simplify packet resizing | wm4 | 2014-06-13 | 3 | -15/+5 |
* | demux: fix compilation with FFmpeg git | wm4 | 2014-06-12 | 2 | -11/+4 |
* | demux_lavf: make option struct local | wm4 | 2014-06-11 | 1 | -16/+34 |
* | Add more const | wm4 | 2014-06-11 | 3 | -9/+9 |
* | demux_raw: remove global option variables | wm4 | 2014-06-11 | 1 | -51/+78 |
* | demux_mf: remove global option variables | wm4 | 2014-06-11 | 2 | -9/+6 |
* | command: redo ancient TV/DVB/PVR commands | wm4 | 2014-06-11 | 1 | -0/+7 |
* | demux_lavf: support new rotation metadata API | wm4 | 2014-06-01 | 1 | -1/+11 |
* | command: improve video-bitrate property | Andrey Morozov | 2014-06-01 | 1 | -0/+3 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -3/+3 |
* | af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 3 | -5/+5 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 3 | -5/+5 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 4 | -22/+32 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 3 | -11/+10 |
* | demux_subreader: remove support for some subtitle formats | wm4 | 2014-05-19 | 1 | -629/+4 |
* | demux_playlist: fix m3u detection logic | wm4 | 2014-05-11 | 1 | -1/+1 |
* | demux_playlist: don't require header for m3u | wm4 | 2014-05-06 | 1 | -4/+3 |
* | demux_playlist: add some mime types | wm4 | 2014-05-06 | 1 | -2/+4 |
* | demux_playlist: allow recognizing format by mime type | wm4 | 2014-05-06 | 1 | -0/+21 |
* | demux_lavf: one more hack for mp3 from network | wm4 | 2014-05-04 | 1 | -1/+1 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -5/+0 |
* | demux_mkv: enable parsing for VP9 | wm4 | 2014-04-26 | 1 | -2/+4 |
* | demux_mkv: enable parsing for mp3 | wm4 | 2014-04-25 | 1 | -1/+1 |
* | build: glob() is always available | wm4 | 2014-04-22 | 1 | -6/+0 |
* | glob-win: support Unicode | James Ross-Gowan | 2014-04-21 | 1 | -9/+1 |
* | demux: export video rotation parameter | wm4 | 2014-04-21 | 2 | -0/+9 |
* | Kill all tabs | wm4 | 2014-04-13 | 1 | -572/+572 |
* | mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ | Kevin Mitchell | 2014-04-13 | 3 | -65/+6 |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 | 1 | -0/+2 |
* | demux: add "BIKb" FourCC | Vika Apelsinova | 2014-04-08 | 1 | -0/+1 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 1 | -0/+78 |
* | demux: add replaygain_data field to demuxer_t | Alessandro Ghedini | 2014-04-04 | 2 | -1/+47 |
* | player: remove demuxer chapoter API wrappers | wm4 | 2014-03-25 | 2 | -75/+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 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -15/+0 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 3 | -35/+20 |
* | demux_lavf: fix typo in comment | wm4 | 2014-03-04 | 1 | -1/+1 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 | 3 | -7/+16 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 2 | -2/+4 |
* | demux: expose stream_type_name() function | wm4 | 2014-02-16 | 2 | -1/+3 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 2 | -0/+3 |
* | demux_mkv: remove weird seeking semantics for audio | wm4 | 2014-02-09 | 1 | -6/+1 |
* | demux_mkv: improve audio-only seeking | wm4 | 2014-02-09 | 1 | -5/+8 |
* | demux: fix some newlines in output messages | wm4 | 2014-02-09 | 1 | -2/+2 |
* | demux_lavf: work around idiotic libavutil API printing a warning | wm4 | 2014-02-08 | 1 | -1/+5 |
* | demux_lavf: do metadata-from-packet update before possibly discarding it | wm4 | 2014-02-06 | 1 | -2/+1 |
* | demux_lavf: don't check for error when setting "keepside" flag | wm4 | 2014-02-06 | 1 | -4/+1 |
* | 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 | 4 | -57/+26 |
* | demux_lavf: clear metadata on update, instead of merging it | wm4 | 2014-02-06 | 3 | -0/+8 |
* | demux: handle tag updates differently | wm4 | 2014-02-06 | 2 | -14/+20 |
* | demux_lavf: get updated metadata from a packet if available | Ben Boeckel | 2014-02-06 | 1 | -0/+25 |
* | mf: don't limit filename length with PATH_MAX | wm4 | 2014-02-03 | 1 | -3/+3 |
* | demux_mkv: remove unused field | wm4 | 2014-01-31 | 1 | -4/+0 |
* | demux_lavf: fix crash with empty files | wm4 | 2014-01-31 | 1 | -1/+1 |
* | demux_lavf: add hack to workaround too unreliable mp3 detection | wm4 | 2014-01-25 | 1 | -0/+2 |
* | demux_lavf: refactor format probing hack | wm4 | 2014-01-25 | 1 | -26/+24 |
* | demux_mkv: nicer edition output | wm4 | 2014-01-23 | 2 | -10/+52 |
* | demux_mkv: don't attempt to seek back when indexing | wm4 | 2014-01-22 | 1 | -8/+0 |
* | demux_mkv: fix EOF with concatenated segments | wm4 | 2014-01-22 | 1 | -7/+14 |
* | demux_mkv: remove old track printing code | wm4 | 2014-01-22 | 1 | -12/+0 |
* | demux_mkv: always fail on header reading error | wm4 | 2014-01-22 | 1 | -6/+2 |
* | demux_mkv: avoid seeking when reading headers | wm4 | 2014-01-22 | 1 | -128/+116 |
* | demux_playlist: move parser for plaintext playlists | wm4 | 2014-01-19 | 1 | -2/+23 |
* | demux_playlist: handle stream_read_line() errors | wm4 | 2014-01-19 | 1 | -2/+6 |
* | ebml: remove length parameters from read functions | wm4 | 2014-01-14 | 3 | -39/+27 |
* | ebml: remove unused functions | wm4 | 2014-01-14 | 2 | -90/+0 |
* | demux_mkv: remove unused macros | wm4 | 2014-01-14 | 1 | -3/+0 |
* | demux_mkv: improve robustness by explicitly checking for level 1 elements | wm4 | 2014-01-14 | 3 | -46/+50 |
* | demux_mkv: avoid skipping too much data in corrupted files | wm4 | 2014-01-14 | 3 | -14/+18 |
* | demux_lavf: add hack for MicroDVD for assuming frame based timing | wm4 | 2014-01-10 | 1 | -0/+6 |
* | demux_lavf: fix minor memory leak | wm4 | 2014-01-07 | 1 | -1/+1 |
* | demux_subreader: reject file if not opened by --sub | wm4 | 2014-01-04 | 2 | -0/+4 |
* | demux_mkv: handle TrueHD properly | wm4 | 2013-12-27 | 1 | -32/+98 |
* | subreader: replace some strcpy calls | wm4 | 2013-12-22 | 1 | -2/+3 |
* | subreader: remove overlapping strcpy | wm4 | 2013-12-22 | 1 | -1/+2 |
* | demux: don't prefix tag output with demuxer name | wm4 | 2013-12-21 | 2 | -9/+12 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 1 | -1/+1 |
* | charset_conv: mp_msg conversions | wm4 | 2013-12-21 | 1 | -2/+3 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 12 | -342/+316 |
* | demux: use fprintf() for printing fatal errors | wm4 | 2013-12-21 | 1 | -6/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 14 | -24/+24 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 2 | -2/+0 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 8 | -10/+10 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 3 | -24/+24 |
* | demux_mkv: don't seek outside of the file when finding segments | wm4 | 2013-12-14 | 1 | -1/+4 |
* | stream: add function for dropping the buffer | wm4 | 2013-12-14 | 1 | -0/+1 |
* | demux_lavf: fix timebase confusion | wm4 | 2013-12-12 | 1 | -7/+7 |
* | 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 |
* | demux_lavf: remove unnecessary seek on initialization | wm4 | 2013-12-12 | 1 | -2/+0 |
* | demux: set fps for mf:// to 1 | wm4 | 2013-12-10 | 1 | -1/+1 |
* | options: allow hwaccel formats in -vf format/noformat | wm4 | 2013-12-07 | 1 | -1/+1 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 3 | -0/+5 |
* | demux_mkv: fix realvideo timestamp handling | wm4 | 2013-11-26 | 1 | -47/+40 |
* | player: move code for skipping 0-sized video packets to demuxer | wm4 | 2013-11-26 | 1 | -0/+8 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -0/+2 |
* | demux_lavf: disable genpts by default, remove the builtin genpts hack | wm4 | 2013-11-25 | 1 | -86/+9 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 4 | -17/+19 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 1 | -7/+1 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 8 | -60/+54 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 2 | -47/+8 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 1 | -2/+0 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 1 | -5/+0 |
* | timeline: reject mplayer2 EDL files, change EDL header | wm4 | 2013-11-21 | 1 | -7/+4 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 1 | -0/+4 |
* | timeline: add new EDL format | wm4 | 2013-11-19 | 1 | -8/+9 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 2 | -2/+2 |
* | demux_packet: add source stream index | wm4 | 2013-11-16 | 2 | -0/+5 |
* | demux: update a comment | wm4 | 2013-11-16 | 1 | -3/+3 |
* | demux: remove unused commands | wm4 | 2013-11-16 | 1 | -2/+0 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 4 | -9/+12 |
* | demux_lavf: remove broken and commented byte based seeks | wm4 | 2013-11-16 | 1 | -40/+0 |
* | demux: reset EOF flag differently | wm4 | 2013-11-16 | 1 | -10/+9 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 1 | -1/+1 |
* | demux: use talloc for certain stream headers | wm4 | 2013-11-14 | 3 | -48/+20 |
* | mf: silence compilation warning | wm4 | 2013-11-13 | 2 | -3/+3 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 2 | -7/+3 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 2 | -7/+3 |
* | | demux: kill libmng support | wm4 | 2013-11-11 | 2 | -576/+0 |
* | | demux_mf: use talloc | wm4 | 2013-11-11 | 3 | -55/+30 |
* | | demux_mf: uncrustify | wm4 | 2013-11-11 | 3 | -215/+213 |
* | | demux_mkv: support some raw PCM variants | wm4 | 2013-11-11 | 3 | -3/+4 |
|/ |
|
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 2 | -2/+0 |
* | playlist: rewrite PLS parser | wm4 | 2013-11-04 | 1 | -0/+22 |
* | demux_mkv: fix compiler warnings | wm4 | 2013-11-04 | 1 | -2/+2 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 8 | -39/+30 |
|\ |
|
| * | demux: make determining seek capability generic | wm4 | 2013-11-03 | 6 | -13/+20 |
| * | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 6 | -26/+10 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 3 | -7/+7 |
|/ |
|
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 4 | -123/+99 |
* | demux_mkv: fix warning | wm4 | 2013-11-02 | 1 | -1/+1 |
* | demux_mkv: use a more universal zero initializer | wm4 | 2013-11-01 | 1 | -1/+1 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 1 | -1/+1 |
* | demux_mkv: use standard C default initialization syntax | wm4 | 2013-10-19 | 1 | -17/+17 |
* | demux_mkv: cosmetics: add redundant braces for consistent style | wm4 | 2013-10-19 | 1 | -27/+46 |
* | demux_mkv: fill ordered chapters info only if it's present | wm4 | 2013-10-19 | 1 | -14/+16 |
* | Merge Matroska ordered chapter changes | wm4 | 2013-10-17 | 2 | -18/+54 |
|\ |
|
| * | matroska: select the edition using the requested edition uid | Ben Boeckel | 2013-10-07 | 1 | -2/+21 |
| * | matroska: set the edition uid when reading a chapter reference | Ben Boeckel | 2013-10-07 | 1 | -1/+3 |
| * | matroska: parse the requested edition for the segment reference | Ben Boeckel | 2013-10-07 | 1 | -5/+5 |
| * | matroska: store segment/edition uids in a single structure | Ben Boeckel | 2013-10-07 | 2 | -11/+26 |
* | | demux_mkv: add support for HEVC | wm4 | 2013-10-16 | 3 | -0/+4 |
* | | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 2 | -6/+3 |
* | | demux_raw: set a default video size | wm4 | 2013-10-07 | 1 | -2/+2 |
|/ |
|
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -8/+10 |
* | matroska: prevent uids from being dereferenced when NULL | Ben Boeckel | 2013-09-27 | 1 | -5/+5 |
* | matroska: fix uninitialized memory accesses with ordered chapters | Ben Boeckel | 2013-09-26 | 2 | -1/+2 |
* | demux: don't print "Clip info:" line if there are no tags | wm4 | 2013-09-23 | 1 | -1/+1 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 1 | -1/+22 |
* | demux_mkv: don't add too many subtitle packets during seeking | wm4 | 2013-09-16 | 1 | -14/+19 |
* | demux_playlist: add mov RTSPtext tag parser | Benjamin Franzke | 2013-09-14 | 1 | -0/+18 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 1 | -0/+1 |
* | demux: keep title chapter tag in uppercase | wm4 | 2013-09-08 | 2 | -2/+2 |
* | demux_mkv: support V_PRORES | wm4 | 2013-09-08 | 3 | -0/+11 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 4 | -8/+43 |
* | demux: refactor tag handling | wm4 | 2013-09-08 | 2 | -37/+63 |
* | demux_mkv: don't overflow packet queue when doing sub-preroll | wm4 | 2013-09-08 | 1 | -4/+13 |
* | demux_lavf: workaround for broken libavformat subtitle seeking | wm4 | 2013-09-07 | 1 | -4/+23 |
* | demux_playlist: port ini reference playlist parser | wm4 | 2013-08-28 | 1 | -1/+18 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 1 | -0/+4 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 3 | -0/+143 |
* | sub: add webvtt-in-webm support | wm4 | 2013-08-24 | 2 | -0/+4 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 8 | -20/+13 |
* | demux: check whether stream is selected in demux_get_next_pts() | wm4 | 2013-08-22 | 1 | -1/+1 |
* | demux_raw: read multiple frames per packet | wm4 | 2013-08-22 | 1 | -1/+4 |
* | options: replace --edition=-1 with --edition=auto | wm4 | 2013-08-21 | 1 | -2/+3 |
* | demux: move demux_mf before demux_subreader | wm4 | 2013-08-12 | 1 | -3/+3 |
* | demux_subreader: report what subtitle format has been found | wm4 | 2013-08-12 | 1 | -0/+2 |
* | demux_lavf: blacklist "tty" libavformat demuxerv0.1.0 | wm4 | 2013-08-07 | 1 | -1/+16 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 14 | -29/+29 |
* | demux_lavf: make avio buffer configurable | wm4 | 2013-08-04 | 1 | -6/+8 |
* | demux_lavf: fix API usage | wm4 | 2013-08-04 | 1 | -2/+10 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 1 | -1/+2 |
* | options: simplify --correct-pts handling | wm4 | 2013-07-26 | 2 | -2/+1 |
* | demux_libass: actually set priv context | wm4 | 2013-07-24 | 1 | -0/+1 |
* | demux_lavf: set keyframe flag on attached pictures | wm4 | 2013-07-24 | 1 | -0/+1 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 3 | -17/+15 |
* | core: make --demuxer not affect external subtitles | wm4 | 2013-07-22 | 1 | -2/+0 |
* | demux_mkv: fix realaudio timestamps | wm4 | 2013-07-20 | 1 | -2/+2 |
* | demux_mkv: ignore DefaultDuration in some cases | wm4 | 2013-07-16 | 1 | -0/+6 |
* | demux_mkv: never force output sample rate | wm4 | 2013-07-16 | 2 | -18/+10 |
* | demux_subreader: make clang happy to fix warning | wm4 | 2013-07-15 | 1 | -1/+1 |
* | video: unify colorspace setup | wm4 | 2013-07-15 | 1 | -3/+2 |
* | demux_lavf: add terrible hack to make DVD playback just work | wm4 | 2013-07-14 | 1 | -8/+85 |
* | demux_raw: uncrustify | wm4 | 2013-07-14 | 1 | -160/+162 |
* | demux_mkv: remove weird i_bps calculation code | wm4 | 2013-07-12 | 1 | -20/+0 |
* | demux_raw: calculate duration | wm4 | 2013-07-12 | 1 | -0/+23 |
* | demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.c | wm4 | 2013-07-12 | 2 | -149/+98 |
* | demux: make claiming accurate seek the default | wm4 | 2013-07-12 | 4 | -4/+4 |
* | demux_rawvideo: fix timestamps in correct-pts mode | wm4 | 2013-07-12 | 1 | -1/+1 |
* | demux: assume correct-pts mode by default | wm4 | 2013-07-12 | 5 | -10/+1 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 12 | -56/+20 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 13 | -420/+212 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 3 | -32/+19 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 12 | -158/+137 |
* | demux: allow passing NULL as packet to demuxer_add_packet() | wm4 | 2013-07-11 | 1 | -1/+1 |
* | stheader: minor cleanup | wm4 | 2013-07-11 | 3 | -6/+3 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 3 | -34/+11 |
* | demux_lavf: do stream selection centrally | wm4 | 2013-07-11 | 1 | -12/+13 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 3 | -24/+29 |
* | demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONE | wm4 | 2013-07-11 | 1 | -1/+1 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 | 6 | -6/+0 |
* | demux: refactor | wm4 | 2013-07-11 | 3 | -145/+126 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 10 | -101/+75 |
* | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 2 | -0/+8 |
* | demux_lavf: different hack for DVD sub autoselection hack | wm4 | 2013-07-11 | 1 | -3/+2 |
* | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -1/+0 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 4 | -152/+70 |
* | core: move code from demux/video.c to mplayer.c | wm4 | 2013-07-10 | 2 | -97/+0 |
* | ms_hdr: remove unused definitions | wm4 | 2013-07-10 | 1 | -46/+0 |
* | demux: remove ds_read_packet() | wm4 | 2013-07-10 | 3 | -21/+15 |
* | audio: remove decoder input buffer | wm4 | 2013-07-10 | 1 | -5/+0 |
* | demux: remove some more minor unused things | wm4 | 2013-07-10 | 4 | -16/+0 |
* | options: remove --ignore-start | wm4 | 2013-07-08 | 1 | -3/+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 | 2 | -22/+11 |
* | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 9 | -109/+35 |
* | | demux: merge functions | wm4 | 2013-07-08 | 1 | -17/+9 |
* | | demux: remove unused function | wm4 | 2013-07-08 | 1 | -5/+0 |
* | | demux: remove video_read_properties | wm4 | 2013-07-08 | 2 | -5/+0 |
* | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 6 | -45/+10 |
* | | demux: remove audio parser | wm4 | 2013-07-08 | 4 | -78/+0 |
* | | Remove old demuxers | wm4 | 2013-07-07 | 27 | -10562/+26 |
|/ |
|
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 2 | -0/+16 |
* | demux_mkv: pass extradata for opus | wm4 | 2013-07-01 | 1 | -0/+1 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 1 | -2/+0 |
* | demux_lavf: add one more AAC mimetype | wm4 | 2013-06-25 | 1 | -0/+1 |
* | demux_libass: do charset conversion by -subcp | wm4 | 2013-06-25 | 1 | -3/+16 |
* | sub: prevent subtitle conversion if subs are known UTF-8 | wm4 | 2013-06-25 | 2 | -0/+2 |
* | demux_subreader: remove iconv/enca code | wm4 | 2013-06-25 | 1 | -154/+1 |
* | sub: attempt to use video FPS for frame based subtitle formats | wm4 | 2013-06-25 | 2 | -0/+2 |
* | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 4 | -57/+112 |
* | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 1 | -5/+0 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 5 | -129/+227 |
* | demux: add utility functions for preloading demuxers | wm4 | 2013-06-25 | 2 | -5/+81 |
* | demux_lavf: use stream_peek() instead of read/unread | wm4 | 2013-06-25 | 1 | -6/+4 |
* | Move/rename subreader.c | wm4 | 2013-06-25 | 2 | -0/+1457 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 | 2 | -1/+38 |
* | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 3 | -3/+3 |
* | demux: don't require fill_buffer callback | wm4 | 2013-06-23 | 3 | -13/+1 |
* | Merge branch 'cache_new' | wm4 | 2013-06-16 | 6 | -45/+35 |
|\ |
|
| * | stream: fix some aspects of EOF handling | wm4 | 2013-06-16 | 1 | -3/+2 |
| * | stream: remove stream_reset() | wm4 | 2013-06-16 | 5 | -11/+0 |
| * | demux_lavf: change probing, use stream_unread_buffer() | wm4 | 2013-06-16 | 1 | -31/+33 |
* | | demux_lavf: show metadata for OGG audio files | wm4 | 2013-06-15 | 1 | -5/+18 |
|/ |
|
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 6 | -23/+75 |
|\ |
|
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 2 | -10/+10 |
| * | demux_lavf: always set packet duration | wm4 | 2013-06-03 | 1 | -5/+2 |
| * | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -2/+3 |
| * | sub: refactor | wm4 | 2013-06-01 | 1 | -2/+1 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 4 | -5/+60 |
| * | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -1/+1 |
* | | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+1 |
* | | demux_mkv: clang: fix -Wunused-function | Stefano Pigozzi | 2013-05-30 | 1 | -0/+2 |
|/ |
|
* | demux_mkv: replace awkward goto by function call | wm4 | 2013-05-30 | 1 | -39/+43 |
* | demux_mkv: make sure wavpacks works with older libavcodec versions | wm4 | 2013-05-30 | 1 | -0/+15 |
* | demux_mkv: fix wavpack in mkv | wm4 | 2013-05-30 | 1 | -0/+92 |
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 1 | -0/+4 |
* | demux_asf: fix after commit 5165e19 | wm4 | 2013-05-29 | 2 | -7/+4 |
* | demuxer_lavf: use audio/mpeg mime type for mp3 | wm4 | 2013-05-27 | 1 | -0/+1 |
* | demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTP | wm4 | 2013-05-27 | 1 | -14/+43 |
* | options: add allow-mimetype suboption for demux_lavf | wm4 | 2013-05-27 | 1 | -1/+2 |
* | demux_lavf: print how many bytes are read by avformat_find_stream_info() | wm4 | 2013-05-26 | 1 | -0/+6 |
* | demux_mkv: defer reading of seek index until first seek | wm4 | 2013-05-23 | 1 | -3/+42 |
* | demux_mkv: use a single flag to indicate whether cues have been read | wm4 | 2013-05-23 | 1 | -1/+3 |
* | demux_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 | 2 | -7/+1 |
* | demux: workaround for -demuxer mpegts -correct-pts | wm4 | 2013-05-21 | 2 | -8/+16 |
* | demux_mkv: support dirac in mkv | wm4 | 2013-05-21 | 2 | -0/+2 |
* | Silence some compiler warnings | wm4 | 2013-05-21 | 1 | -1/+1 |
* | demux_mkv: export Matroska title element as metadata | wm4 | 2013-05-15 | 1 | -0/+3 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 4 | -12/+16 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 4 | -12/+16 |
* | | demux: fix big endian PCM in mkv with demux_mkv | wm4 | 2013-05-11 | 1 | -0/+1 |
* | | 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 | 2 | -5/+3 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 2 | -5/+2 |
* | | 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_lavf: use demuxer ID for transport streams | wm4 | 2013-05-05 | 1 | -1/+4 |
* | | demux: use demux_lavf instead of demux_mpg for DVD playback | wm4 | 2013-05-05 | 1 | -1/+1 |
* | | demux_lavf: fix DEMUXER_CTRL_RESYNC | wm4 | 2013-05-05 | 1 | -1/+1 |
* | | demux_lavf: set stream_pts | wm4 | 2013-05-05 | 1 | -0/+6 |
* | | 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 | 2 | -0/+21 |
* | | 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 | 3 | -17/+9 |
* | | demux_mkv: fix segfault issue playing back VC1 in a mkv | Bin Jin | 2013-04-27 | 1 | -1/+1 |
* | | demux_mkv: cosmetics | wm4 | 2013-04-24 | 1 | -4/+3 |
* | | demux_mkv: fix out of range comparison | wm4 | 2013-04-24 | 1 | -1/+1 |
* | | demux_lavf: fix subtitle seeking before start of the file | wm4 | 2013-04-21 | 1 | -2/+7 |
* | | demux_mkv: always set track->codec_id to a string | wm4 | 2013-04-20 | 1 | -1/+3 |
* | | demux_mkv: always add subtitle tracks | wm4 | 2013-04-20 | 1 | -26/+26 |
* | | demux: remove some unused sh_video_t fields | wm4 | 2013-04-20 | 3 | -10/+1 |
* | | demux: get rid of sh_common_t | wm4 | 2013-04-20 | 2 | -21/+14 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 6 | -59/+25 |
* | | demux: remove useless vid/aid/sid fields | wm4 | 2013-04-20 | 3 | -7/+1 |
* | | 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 | 3 | -10/+15 |
* | | demux: remove some unused things | wm4 | 2013-04-20 | 3 | -47/+4 |
* | | demux_lavf: simplify | wm4 | 2013-04-20 | 1 | -147/+74 |
* | | demux_mkv: simplify use of demuxer API | wm4 | 2013-04-20 | 1 | -106/+62 |
* | | demux: add functions to simplify demuxers | wm4 | 2013-04-20 | 3 | -7/+47 |
* | | demux_mkv: code cleanup | eng | 2013-04-20 | 1 | -20/+23 |
* | | demux_mkv: use new way of track switching | wm4 | 2013-04-20 | 1 | -45/+0 |
* | | demux: simpler way to notify demuxers about track switches | wm4 | 2013-04-20 | 2 | -2/+11 |
* | | demux_mkv: remove pointless video track selection | wm4 | 2013-04-20 | 1 | -37/+0 |
* | | matroska: update dead link | wm4 | 2013-04-20 | 1 | -1/+1 |
* | | demux_mkv: support vp9 | wm4 | 2013-04-20 | 3 | -0/+3 |
* | | core: matroska: support concatenated segments | wm4 | 2013-04-20 | 2 | -10/+53 |
* | | demux_mkv: don't terminate if there are no clusters | wm4 | 2013-04-20 | 1 | -2/+3 |
* | | demux_mkv: simplify handle_block() logic a bit | wm4 | 2013-04-20 | 1 | -11/+8 |
* | | demux_mkv: verify laces separately, and in all cases | wm4 | 2013-04-20 | 1 | -4/+10 |
* | | demux_mkv: get rid of the duplicated lace case labels | wm4 | 2013-04-20 | 1 | -9/+4 |
* | | demux_mkv: there can be 256 laces | wm4 | 2013-04-20 | 1 | -6/+5 |
* | | demux_mkv: check block malloc() result | wm4 | 2013-04-20 | 1 | -0/+2 |
* | | demux_mkv: use a bounded buffer for block data | wm4 | 2013-04-20 | 3 | -120/+122 |
* | | demux_mkv: static allocation for lace sizes buffer | wm4 | 2013-04-20 | 1 | -12/+8 |
* | | demux_mkv: remove redundant check | wm4 | 2013-04-20 | 1 | -39/+37 |
* | | demux_mkv: fix seeking with index generation | wm4 | 2013-04-20 | 1 | -45/+68 |
* | | demux_mkv: move Block header parsing code | wm4 | 2013-04-20 | 1 | -34/+43 |
* | | demux_mkv: split reading blocks and reading packets | wm4 | 2013-04-20 | 1 | -37/+47 |
* | | demux_mkv: move BlockGroup reading code to a separate function | wm4 | 2013-04-20 | 1 | -49/+61 |
* | | demux_mkv: factor block reading | wm4 | 2013-04-20 | 1 | -55/+61 |
* | | demux_mkv: fix streaming clusters | wm4 | 2013-04-20 | 1 | -1/+9 |
* | | demux_mkv: simplify cluster reading code | wm4 | 2013-04-20 | 1 | -32/+24 |
* | | demux_mkv: use normal index data structure even for incomplete files | wm4 | 2013-04-20 | 1 | -84/+63 |
|/ |
|
* | demux: simplify chapter appending code | wm4 | 2013-04-12 | 1 | -14/+8 |
* | demux: always sort chapters | wm4 | 2013-04-12 | 2 | -8/+7 |
* | demux: fix a specific gcc 4.8 warning that may hint to mis-optimized code | Rudolf Polzer | 2013-04-09 | 1 | -0/+3 |
* | demux_mkv: move preroll subtitle check to the right place | wm4 | 2013-04-04 | 1 | -2/+2 |
* | demux_mkv: try to show current subtitle when seeking | wm4 | 2013-04-04 | 2 | -9/+32 |
* | demux_mkv: fix handling of 0 DisplayWidth/Height | wm4 | 2013-04-04 | 1 | -2/+5 |
* | demux_mkv: don't print non-sense warning on normal EOF | wm4 | 2013-03-30 | 1 | -1/+1 |
* | demux_mkv: improve robustness against broken files | wm4 | 2013-03-28 | 3 | -8/+73 |
* | demux_mkv: fix skipping broken header elements | wm4 | 2013-03-28 | 1 | -1/+1 |
* | demux_mkv: set correct aspect ratio even if DisplayHeight is unset | wm4 | 2013-03-28 | 1 | -2/+4 |
* | demux: fix regressions by restricting cover art hack further | wm4 | 2013-03-19 | 1 | -3/+3 |
* | demux_mf: fix crashes when '*' matches directories | wm4 | 2013-03-19 | 2 | -7/+10 |
* | demux_mkv: support ALAC | wm4 | 2013-03-15 | 3 | -0/+13 |
* | demux_mkv: Support playing Opus streams in Matroska | Stephen Hutchinson | 2013-03-14 | 3 | -0/+8 |
* | demux_lavf: use avg_frame_rate instead of r_frame_rate | wm4 | 2013-03-13 | 1 | -2/+2 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 3 | -20/+20 |
* | fix clang compiler warnings | Stefano Pigozzi | 2013-03-03 | 1 | -1/+1 |
* | core: fix SEEK_FACTOR | wm4 | 2013-03-01 | 4 | -4/+27 |
* | demux_lavf: fix percentage display with some file formats | wm4 | 2013-03-01 | 1 | -1/+2 |