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