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