| Commit message (Expand) | Author | Age | Files | Lines |
* | demux/packet: change license to LGPL | wm4 | 2017-04-21 | 2 | -14/+15 |
* | ebml, matroska.h: change license to LGPL | wm4 | 2017-04-21 | 3 | -21/+21 |
* | demux_mkv: mention non-LGPL code | wm4 | 2017-04-21 | 1 | -0/+2 |
* | demux_mkv: change license to LGPL | wm4 | 2017-04-21 | 1 | -7/+9 |
* | codec_tags: minor simplification | wm4 | 2017-04-18 | 1 | -14/+10 |
* | codec_tags: remove some more leftovers | wm4 | 2017-04-18 | 1 | -5/+0 |
* | demux: estimate total packet size, deprecate packet number limits | wm4 | 2017-04-14 | 3 | -4/+32 |
* | demux_lavf: disable half-working mp4 edit list support in libavcodec | wm4 | 2017-04-07 | 1 | -1/+5 |
* | demux_cue: include io.h for Windows UTF-8 filesystem functions | wm4 | 2017-04-04 | 1 | -0/+2 |
* | demux_lavf: get total duration from per-track durations as fallback | wm4 | 2017-03-01 | 1 | -2/+19 |
* | demux_lavf: skip avformat_find_stream_info() for some formats | wm4 | 2017-02-23 | 1 | -5/+17 |
* | Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated one | wang-bin | 2017-02-08 | 2 | -2/+2 |
* | demux_edl: fix behavior with no init segment provided | wm4 | 2017-02-05 | 1 | -0/+6 |
* | demux_timeline: more silencing | wm4 | 2017-02-04 | 1 | -1/+1 |
* | demux: try not to read packets when cancelled | wm4 | 2017-02-04 | 1 | -1/+3 |
* | ytdl_hook, edl: implement pseudo-DASH support | wm4 | 2017-02-04 | 6 | -64/+227 |
* | demux_timeline: move code around | wm4 | 2017-02-04 | 1 | -41/+41 |
* | player: different way to auto-enable the demuxer cache | wm4 | 2017-02-02 | 3 | -6/+11 |
* | stream: get rid of streamtype enum | wm4 | 2017-02-02 | 7 | -19/+38 |
* | stream: better method signal caching, rename weird uncached_stream field | wm4 | 2017-02-02 | 1 | -3/+2 |
* | demux_tv: free the correct field instead of creating dangling pointer | wm4 | 2017-02-02 | 1 | -1/+1 |
* | demux_mkv: passthrough BlockAdditions for libvpx alpha | wm4 | 2017-01-31 | 3 | -1/+48 |
* | demux_mkv: any reference makes a frame not a keyframe | wm4 | 2017-01-31 | 1 | -2/+1 |
* | cue: accept lower-case cue commands | wm4 | 2017-01-24 | 1 | -1/+1 |
* | build: replace some FFmpeg API checks with version checks | wm4 | 2017-01-24 | 1 | -1/+1 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 2 | -29/+13 |
* | player: actually let cache readahead after opening demuxer for prefetch | wm4 | 2017-01-19 | 2 | -1/+3 |
* | player: change aspects of cover art handling | wm4 | 2017-01-10 | 1 | -1/+17 |
* | demux: rename a function | wm4 | 2017-01-10 | 1 | -3/+7 |
* | demux: uninline ds_get_packets() | wm4 | 2017-01-10 | 1 | -27/+22 |
* | demux_mkv: ebml: turn an int shift into int64 | wm4 | 2017-01-09 | 1 | -1/+1 |
* | demux_mkv: trust keyframe flags for TrueHD | wm4 | 2016-12-20 | 1 | -1/+2 |
* | demux_mkv: fix seeking in some broken files | wm4 | 2016-12-19 | 1 | -1/+16 |
* | Remove compatibility things | wm4 | 2016-12-07 | 2 | -28/+2 |
* | demux, stream: add option to prevent opening referenced files | wm4 | 2016-12-04 | 9 | -3/+39 |
* | demux_lavf: blacklist ffm (ffserver) | wm4 | 2016-12-04 | 1 | -0/+2 |
* | demux_mkv: distinguish mp2 and mp3 | wm4 | 2016-11-23 | 1 | -2/+4 |
* | demux_timeline: always signal new segment after a seek | wm4 | 2016-11-09 | 1 | -3/+1 |
* | demux: expose demuxer colorimetry metadata to player | Niklas Haas | 2016-11-08 | 2 | -0/+3 |
* | demux_mkv: parse colorimetry metadata | Niklas Haas | 2016-11-08 | 1 | -0/+39 |
* | demux: improve buffer estimation in a corner case | wm4 | 2016-11-01 | 1 | -3/+4 |
* | demux_mkv: fix ordered chapter sources with ordered editions | Uoti Urpala | 2016-10-22 | 2 | -13/+18 |
* | demux_mkv: don't recursively resolve timeline for opened reference files | wm4 | 2016-10-22 | 3 | -10/+14 |
* | demux: don't try to refresh unselected streams | wm4 | 2016-10-21 | 1 | -1/+1 |
* | demux_lavf: set title on hearing and visual impaired tracks | Aman Gupta | 2016-10-20 | 1 | -0/+4 |
* | demux_lavf: don't accidentally enable edit list crap on Libav | wm4 | 2016-10-18 | 1 | -1/+2 |
* | demux_lavf: "support" mov edit lists and log errors if used | wm4 | 2016-10-18 | 1 | -0/+4 |
* | player: fix instant subtitle refresh on track switches | wm4 | 2016-09-24 | 1 | -4/+6 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 1 | -1/+0 |
* | tv: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -6/+14 |
* | demux: do not access global options | wm4 | 2016-09-06 | 7 | -66/+137 |
* | input, demux_tv: remove some older option access methods | wm4 | 2016-09-06 | 1 | -2/+2 |
* | demux_mkv: don't crash if --ordered-chapters-files fails | wm4 | 2016-09-06 | 1 | -1/+1 |
* | demux: close underlying stream if it's fully read anyway | wm4 | 2016-08-26 | 3 | -3/+34 |
* | player: don't directly access demuxer->stream | wm4 | 2016-08-26 | 2 | -0/+3 |
* | demux: demote packet queue overflow to a warning | wm4 | 2016-08-22 | 1 | -3/+3 |
* | demux: change fps field to double | wm4 | 2016-08-19 | 1 | -1/+1 |
* | video/audio: always provide "proper" timestamps to libavcodec | wm4 | 2016-08-19 | 4 | -0/+11 |
* | demux_lavf: don't report start time for ogg | wm4 | 2016-08-18 | 1 | -2/+6 |
* | demux: fix undefined behavior with ogg metadata update | wm4 | 2016-08-16 | 1 | -1/+1 |
* | demux: minor cleanup to replaygain error handling | wm4 | 2016-08-13 | 1 | -12/+9 |
* | demux: make ALBUM replaygain tags optional | wm4 | 2016-08-13 | 1 | -3/+7 |
* | audio: log replaygain values in af_volume instead demuxer | wm4 | 2016-08-13 | 1 | -6/+1 |
* | demux: add per-track metadata | wm4 | 2016-08-12 | 5 | -59/+143 |
* | demux: do not add packets between refresh seek requested and done | wm4 | 2016-08-08 | 1 | -1/+1 |
* | demux_timeline: enable refresh seeks in some situations | wm4 | 2016-08-07 | 1 | -0/+5 |
* | demux: make refresh seek handling more generic | wm4 | 2016-08-06 | 4 | -19/+34 |
* | demux: fix a minor race condition | wm4 | 2016-08-06 | 1 | -10/+12 |
* | player: improve instant track switching | wm4 | 2016-08-06 | 4 | -63/+75 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 1 | -4/+13 |
* | demux_raw: s16be support was missing due to small typo | Eric Toombs | 2016-07-30 | 1 | -1/+1 |
* | demux_lavf: remove subtitle seeking special-case | wm4 | 2016-07-24 | 1 | -22/+7 |
* | libarchive: unify entry iteration between stream/demux layers | wm4 | 2016-07-18 | 1 | -16/+3 |
* | demux_timeline: restore mkv edition switching | wm4 | 2016-07-14 | 1 | -0/+3 |
* | demux_mkv: support Matroska webvtt | wm4 | 2016-06-14 | 1 | -0/+1 |
* | demux_lavf: assume fully read files (subtitles) are always seekable | wm4 | 2016-06-08 | 1 | -0/+1 |
* | demux: fix memory leak when loading of ordered chapter file is aborted | wm4 | 2016-06-07 | 1 | -0/+1 |
* | demux_edl: adjust warnings and variable names | wm4 | 2016-05-23 | 1 | -14/+14 |
* | demux_mkv: better resync behavior for broken google-created webms | wm4 | 2016-05-21 | 1 | -0/+2 |
* | demux_playlist: recognize m3u8 as playlist extension | wm4 | 2016-05-17 | 1 | -2/+9 |
* | demux_lavf: fix a minor memory leak | wm4 | 2016-05-08 | 1 | -1/+5 |
* | demux_playlist: read directories recursive | wm4 | 2016-04-18 | 1 | -17/+57 |
* | demux_mkv: fix seeking with files that miss the first index entry | wm4 | 2016-04-12 | 1 | -3/+6 |
* | demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change | wm4 | 2016-03-31 | 2 | -2/+18 |
* | demux_lavf: remove old MicroDVD frame timing guessing | wm4 | 2016-03-31 | 1 | -6/+1 |
* | demux_lavf: remove some old framerate guessing | wm4 | 2016-03-31 | 1 | -14/+1 |
* | Revert "demux_mkv: don't trust DefaultDuration for audio" | wm4 | 2016-03-30 | 1 | -3/+5 |
* | cache: use a single STREAM_CTRL for various cache info | wm4 | 2016-03-29 | 1 | -26/+8 |
* | demux_timeline: request subtitle prefetching on crossing segments | wm4 | 2016-03-25 | 1 | -1/+1 |
* | demux_timeline: skip decoder reinit when seeking to same segment | wm4 | 2016-03-17 | 1 | -5/+3 |
* | demux: remove pausing mechanism | wm4 | 2016-03-10 | 1 | -43/+22 |
* | demux: replace demux_pause/demux_unpause with demux_run_on_thread | wm4 | 2016-03-09 | 2 | -16/+43 |
* | demux: delay bitrate calculation on packets with unknown timestamps | wm4 | 2016-03-05 | 1 | -2/+2 |
* | demux_null: fix segfault with --cache enabled | wm4 | 2016-03-05 | 1 | -1/+1 |
* | demux_mkv: correctly export unknown packet durations | wm4 | 2016-03-05 | 1 | -2/+3 |
* | demux: add null demuxer | wm4 | 2016-03-04 | 2 | -0/+36 |
* | demux_timeline: set correct seekable flags | wm4 | 2016-03-03 | 2 | -2/+2 |
* | demux_lavf: don't copy cover art picture | wm4 | 2016-03-03 | 1 | -2/+2 |
* | Revert "demux_mkv: pretend waveext channel layouts by default" | wm4 | 2016-03-02 | 1 | -1/+1 |
* | demux_mkv: pretend waveext channel layouts by default | wm4 | 2016-02-29 | 1 | -1/+1 |
* | demux: remove relative seeking | wm4 | 2016-02-28 | 8 | -102/+40 |
* | demux_timeline: slightly improve reported file format | wm4 | 2016-02-25 | 1 | -1/+3 |
* | demux: avoid lost wakeup on queue overflow | wm4 | 2016-02-24 | 1 | -1/+6 |
* | demux_mkv: don't trust DefaultDuration for audio | wm4 | 2016-02-24 | 1 | -5/+3 |
* | demux_mkv: fix opus gapless behavior (2) | wm4 | 2016-02-22 | 1 | -2/+2 |
* | demux_lavf: adjust seeks by maximum codec delay | wm4 | 2016-02-22 | 1 | -0/+8 |
* | demux_mkv: add hack to fix opus gapless behavior | wm4 | 2016-02-21 | 1 | -0/+6 |
* | demux_timeline: fix nested timelines | wm4 | 2016-02-20 | 2 | -1/+4 |
* | demux_timeline: cosmetics: move a function | wm4 | 2016-02-16 | 1 | -26/+24 |
* | demux_timeline: disable cache for inactive segments | wm4 | 2016-02-16 | 1 | -0/+8 |
* | Rewrite ordered chapters and timeline stuff | wm4 | 2016-02-15 | 5 | -2/+418 |
* | packet: cosmetics: reorder fields | wm4 | 2016-02-15 | 1 | -4/+8 |
* | demux_mkv: support channel layout in VfW muxed PCM | wm4 | 2016-02-14 | 1 | -1/+7 |
* | demux: reduce verbosity | wm4 | 2016-02-11 | 1 | -2/+3 |
* | demux_mf: only use glob() if it is available | Jan Ekström | 2016-02-10 | 1 | -0/+2 |
* | demux_mkv: allow negative timestamps | wm4 | 2016-01-27 | 1 | -18/+20 |
* | Relicense some non-MPlayer source files to LGPL 2.1 or later | wm4 | 2016-01-19 | 10 | -88/+70 |
* | demux: remove a minor difference between threaded/unthreaded modes | wm4 | 2016-01-19 | 1 | -2/+2 |
* | demux: fix leaking closed captions packets with unselected sub stream | wm4 | 2016-01-19 | 1 | -6/+6 |
* | vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decoding | Aman Gupta | 2016-01-18 | 2 | -0/+26 |
* | demux: disable stream cache if no tracks are selected | wm4 | 2016-01-18 | 1 | -0/+8 |
* | demux: remove unused function | wm4 | 2016-01-18 | 2 | -15/+0 |
* | demux: fix interleaved subtitle reading in unthreaded mode | wm4 | 2016-01-18 | 1 | -16/+17 |
* | demux: unify codepaths for threaded/unthreaded track switching | wm4 | 2016-01-18 | 1 | -10/+8 |
* | demux: remove unused flag | wm4 | 2016-01-18 | 1 | -1/+0 |
* | sub: fix memory leaks | wm4 | 2016-01-18 | 1 | -0/+2 |
* | demux_lavf: update metadata with information from AV_PROGRAM on switch. | Oliver Freyermuth | 2016-01-14 | 1 | -0/+6 |
* | demux_lavf: fix charset conversion with UTF-16 subtitles | wm4 | 2016-01-12 | 1 | -5/+6 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 11 | -179/+165 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 8 | -8/+8 |
* | player: eliminate demux_get_next_pts() | wm4 | 2016-01-11 | 2 | -17/+0 |
* | demux_lavf: re-enable codepage autodetection for .ass | fwr | 2016-01-04 | 1 | -2/+1 |
* | demux_mkv: skip EBML void elements | Kagami Hiiragi | 2015-12-29 | 1 | -1/+1 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 | 1 | -6/+28 |
* | sub: do charset conversion in demux_lavf.c | wm4 | 2015-12-28 | 2 | -14/+19 |
* | demux_lavf: prepare for using wrapper stream instance | wm4 | 2015-12-28 | 1 | -14/+20 |
* | demux_mkv: adjust subtitle preroll defaults | wm4 | 2015-12-27 | 1 | -3/+13 |
* | sub: cache subtitle state per track instead of per demuxer stream | wm4 | 2015-12-26 | 1 | -1/+0 |
* | demux_mf: fix previous commit | wm4 | 2015-12-23 | 1 | -5/+7 |
* | demux: remove weird tripple-buffering for the sh_stream list | wm4 | 2015-12-23 | 9 | -130/+183 |
* | demux_lavf: rename to handle_new_stream to clarify intent | Aman Gupta | 2015-12-22 | 1 | -2/+2 |
* | demux_lavf: make trace output for mp_seek easier to digest | Aman Gupta | 2015-12-21 | 1 | -1/+4 |
* | demux_disc: fix aspect ratio retrieval (again) | wm4 | 2015-12-20 | 1 | -3/+3 |
* | demux_disc: fix aspect ratio | wm4 | 2015-12-20 | 1 | -2/+6 |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 4 | -12/+16 |
* | demux: check embedded cuesheet refers to only one file | Kevin Mitchell | 2015-12-17 | 3 | -4/+25 |
* | demux_cue: remove cue tracks which have a null filename. | Kevin Mitchell | 2015-12-17 | 1 | -2/+12 |
* | demux_lavf: minor cleanups | wm4 | 2015-12-17 | 1 | -13/+5 |
* | sub: detect charset in demuxer | wm4 | 2015-12-17 | 2 | -9/+27 |
* | sub: remove sd_movtext.c | wm4 | 2015-12-15 | 1 | -4/+12 |
* | demux: remove old subtitle parser | wm4 | 2015-12-10 | 2 | -840/+0 |
* | csputils: rename "yuv2rgb" functions | wm4 | 2015-12-09 | 1 | -1/+1 |
* | csputils: remove obscure int_bits matrix scaling | wm4 | 2015-12-09 | 1 | -4/+3 |
* | demux: fix seeking in .ts | wm4 | 2015-11-23 | 1 | -1/+1 |
* | demux_mkv: fix incremental indexing with single-keyframe files | wm4 | 2015-11-17 | 1 | -2/+1 |
* | player: handle rebasing start time differently | wm4 | 2015-11-16 | 2 | -1/+21 |
* | demux_libass: remove this demuxer | wm4 | 2015-11-11 | 2 | -115/+0 |
* | demux_lavf: mark ASS tracks as always UTF-8 | wm4 | 2015-11-11 | 1 | -0/+4 |
* | libarchive: remove redundant log prefix | Kevin Mitchell | 2015-11-09 | 1 | -1/+1 |
* | demux_mkv: remove --demuxer-mkv-fix-timestamps | wm4 | 2015-11-07 | 1 | -17/+1 |
* | demux_mkv: dump mixing/writing app fields in verbose log | wm4 | 2015-11-06 | 1 | -0/+4 |
* | Replace deprecated av_free_packet() calls | wm4 | 2015-10-28 | 1 | -4/+4 |
* | demux_mkv: fix cluster skip with duration probing | wm4 | 2015-10-27 | 1 | -6/+7 |
* | demux_mkv: fix duration probing for files with non-0 start time | wm4 | 2015-10-26 | 1 | -1/+1 |
* | command: do not return 0 for bitrates if unknown | wm4 | 2015-10-23 | 1 | -2/+3 |
* | demux: cosmetics: remove indirection | wm4 | 2015-10-22 | 1 | -4/+2 |
* | demux_lavf: always copy codec headers | wm4 | 2015-10-19 | 1 | -1/+8 |
* | demux: remove demux_add_packet() return value | wm4 | 2015-10-17 | 3 | -7/+7 |
* | demux_mkv: probe start time | wm4 | 2015-10-16 | 1 | -10/+43 |
* | demux_mkv: do not return subtitle packets that end before seek target | wm4 | 2015-10-12 | 1 | -2/+6 |
* | demux_subreader: participate in probing only on Libav | wm4 | 2015-10-08 | 1 | -0/+4 |
* | demux: don't attempt to open a demuxer after abort signal was given | wm4 | 2015-10-06 | 1 | -0/+3 |
* | cue: read more metadata | wm4 | 2015-10-01 | 4 | -26/+42 |
* | Take care of libavcodec convergence_duration deprecation | wm4 | 2015-09-29 | 1 | -0/+2 |
* | ebml: warn if an EBML has unknown length | wm4 | 2015-09-03 | 1 | -0/+4 |
* | demux_mkv: discard broken index | wm4 | 2015-08-26 | 1 | -4/+17 |
* | demux_mkv: don't read index twice | wm4 | 2015-08-26 | 1 | -1/+1 |
* | demux_libarchive: don't allow probing to read unlimited data | wm4 | 2015-08-24 | 1 | -5/+17 |
* | demux_libarchive: reject 0-sized files | wm4 | 2015-08-18 | 1 | -0/+3 |
* | stream: provide a stream_get_size() convenience function | wm4 | 2015-08-18 | 3 | -17/+9 |
* | demux_libarchive: open flat compressed files | wm4 | 2015-08-17 | 1 | -1/+4 |
* | stream: libarchive wrapper for reading compressed archives | wm4 | 2015-08-17 | 2 | -0/+92 |
* | demux: remove redundant demux_chapter.name field | wm4 | 2015-08-12 | 5 | -15/+11 |
* | demux_mkv: disable timestamp fixup code again | wm4 | 2015-08-10 | 1 | -1/+1 |
* | demux: add options to control maximum queue size | wm4 | 2015-08-05 | 2 | -6/+5 |
* | demux: remove options to control minimum packet queue size | wm4 | 2015-08-05 | 1 | -6/+0 |
* | player: warn against using HLS URLs with --playlist | wm4 | 2015-08-04 | 1 | -1/+4 |
* | player: use demux_open_url() to open main files | wm4 | 2015-08-04 | 2 | -4/+17 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 3 | -21/+0 |
* | demux_playlist: skip hidden directories | wm4 | 2015-07-29 | 1 | -1/+1 |
* | demux_mkv: remove unnecessary code | wm4 | 2015-07-20 | 1 | -4/+0 |
* | demux_mkv: parse FLAC channel layouts | wm4 | 2015-07-20 | 1 | -0/+67 |
* | demux: handle Matroska-style replaygain tags as well | wm4 | 2015-07-12 | 1 | -0/+8 |
* | demux: refactor replaygain tag handling | wm4 | 2015-07-12 | 1 | -17/+19 |
* | player: parse and expose m3u playlist titles | wm4 | 2015-07-10 | 1 | -2/+16 |
* | demux_mkv: improve video duration detection heuristic | wm4 | 2015-07-09 | 1 | -16/+29 |
* | player: disable seeking even if the cache is enabled | wm4 | 2015-07-08 | 1 | -3/+2 |
* | demux_lavf: check for NAN rotation angles | wm4 | 2015-06-30 | 1 | -3/+5 |
* | demux_mkv: disable ordered chapters if ChapterTimeEnd is missing | wm4 | 2015-06-28 | 1 | -2/+11 |
* | demux: export forced flag | wm4 | 2015-06-27 | 3 | -1/+11 |
* | demux_mkv: ignore deprecated FrameRate, do not assume PAL | wm4 | 2015-06-27 | 1 | -8/+2 |
* | demux_mkv: remove some ASCII art log messages | wm4 | 2015-06-27 | 1 | -8/+4 |
* | demux_mkv: use arrays for codec lookup tables | wm4 | 2015-06-26 | 1 | -18/+11 |
* | demux_mkv: minor simplification | wm4 | 2015-06-26 | 1 | -3/+1 |
* | player, demux: replace some demux_open() uses with demux_open_url() | wm4 | 2015-06-24 | 1 | -6/+2 |
* | demux_lavf: fix chapter titles | wm4 | 2015-06-24 | 1 | -1/+1 |
* | demux_mkv: allow integer and float elements with length 0 | wm4 | 2015-06-24 | 1 | -7/+11 |
* | demux: get rid of some bstr things | wm4 | 2015-06-24 | 8 | -38/+36 |
* | demux_mkv: don't use byte strings | wm4 | 2015-06-24 | 2 | -38/+48 |
* | demux: mime types are case-insensitive | wm4 | 2015-06-21 | 1 | -1/+1 |
* | demux_mkv: share some duplicated code | wm4 | 2015-06-21 | 1 | -16/+17 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 5 | -20/+16 |
* | demux_mkv: minor audio extradata cleanup | wm4 | 2015-06-21 | 1 | -27/+24 |
* | demux: rename sh_stream.format to sh_stream.codec_tag | wm4 | 2015-06-21 | 7 | -13/+11 |
* | demux_playlist: make mime type comparison case-insensitive | wm4 | 2015-06-20 | 1 | -1/+1 |
* | demux_mkv: do not reset bits_per_coded_sample if not needed | wm4 | 2015-06-19 | 1 | -7/+0 |
* | demux_mkv: do not set block_align for codecs which do not need it | wm4 | 2015-06-19 | 1 | -7/+0 |
* | demux_mkv: do not set bitrate fields for codecs which do not need it | wm4 | 2015-06-19 | 1 | -7/+0 |
* | demux_mkv: stricter realaudio extradata handling | wm4 | 2015-06-19 | 1 | -11/+13 |
* | demux_mkv: separate generic and non-VfW audio codec handling parts | wm4 | 2015-06-19 | 1 | -89/+84 |
* | demux_mkv: remove indirection through defines | wm4 | 2015-06-19 | 2 | -134/+58 |
* | demux_mkv: remove FourCCs from audio codec handling | wm4 | 2015-06-19 | 2 | -122/+73 |
* | player: add some debug output for seeking | wm4 | 2015-06-18 | 1 | -0/+7 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 1 | -1/+1 |
* | demux_mkv: always copy video extradata | wm4 | 2015-06-13 | 1 | -16/+14 |
* | demux_mkv: fix mpeg2 mapping | wm4 | 2015-06-13 | 1 | -1/+1 |
* | demux_mkv: remove FourCCs from video codec handling | wm4 | 2015-06-13 | 2 | -39/+27 |
* | demux_mkv: remove a level of indentation | wm4 | 2015-06-13 | 1 | -53/+52 |
* | demux_mkv: remove ms_compat code | wm4 | 2015-06-13 | 1 | -11/+5 |
* | demux_lavf: fix wrong printf parameter type on 64 bit systems | wm4 | 2015-06-02 | 1 | -1/+1 |
* | demux_lavf: do a better job at guessing the vobsub .sub filename | wm4 | 2015-05-28 | 1 | -0/+40 |
* | demux: don't get stuck on some cases of timestamp resets | wm4 | 2015-05-26 | 1 | -1/+2 |
* | demux_edl: fix includes | wm4 | 2015-05-24 | 1 | -2/+2 |
* | demux: read cue sheets embedded in tags | wm4 | 2015-05-19 | 1 | -2/+17 |
* | demux_cue: move cue parser to a separate file | wm4 | 2015-05-19 | 3 | -180/+257 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 4 | -5/+5 |
* | demux_lavf: drop dead code | wm4 | 2015-04-25 | 1 | -7/+1 |
* | demux_mkv: limit timestamp fixing to 1ms max | wm4 | 2015-04-23 | 1 | -1/+1 |
* | demux_mkv: attempt to fix rounded timestamps | wm4 | 2015-04-23 | 1 | -1/+18 |
* | demux_mkv: move global options to the demuxer | wm4 | 2015-04-23 | 3 | -10/+39 |
* | demux_mkv: better seeking after video end | wm4 | 2015-04-23 | 1 | -15/+7 |
* | demux: report correct cache state close to EOF | wm4 | 2015-04-20 | 1 | -5/+4 |
* | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 3 | -6/+0 |
* | player: allow playing directories | wm4 | 2015-04-17 | 1 | -1/+53 |
* | demuxer_lavf: add an option for disabling hacks | wm4 | 2015-04-17 | 1 | -0/+5 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 15 | -77/+62 |
* | demux_lavf: use mimetype instead of codec type for embedded fonts | wm4 | 2015-04-05 | 1 | -9/+3 |
* | demux: fix rar support for files containing DTS audio tracks | wm4 | 2015-03-24 | 3 | -26/+64 |
* | demux_lavf: print seek failures in verbose mode | wm4 | 2015-03-24 | 1 | -6/+12 |
* | demux_mkv_timeline: don't continue if reopening file failed | wm4 | 2015-03-23 | 1 | -1/+1 |
* | demux_lavf: assume h264/hevc raw streams have no timestamps | wm4 | 2015-03-20 | 1 | -4/+12 |
* | player: better handling of video with no timestamps | wm4 | 2015-03-20 | 2 | -10/+5 |
* | demux_mkv: never warn when trying to resync on EOF | wm4 | 2015-03-09 | 1 | -2/+4 |
* | demux_mkv: check for playback aborts | wm4 | 2015-03-09 | 3 | -0/+9 |
* | demux_mkv: actually skip elements out of reach | wm4 | 2015-03-06 | 1 | -1/+2 |
* | demux_mkv: fix issues with unseekable streams | wm4 | 2015-03-06 | 1 | -14/+16 |
* | sub: this isn't needed either | wm4 | 2015-03-03 | 2 | -3/+0 |
* | Revert "demux_lavf: workaround for broken libavformat subtitle seeking" | wm4 | 2015-03-03 | 1 | -23/+4 |
* | Remove some FFmpeg/Libav compatibility hacks | wm4 | 2015-03-03 | 2 | -35/+3 |
* | demux_lavf: use this for image formats | wm4 | 2015-03-02 | 1 | -6/+13 |
* | player: refine rar:// playlist-safety handling | wm4 | 2015-03-02 | 1 | -0/+1 |
* | buid: readd -Wparentheses | wm4 | 2015-03-02 | 1 | -2/+2 |
* | stream: remove stream filter concept | wm4 | 2015-02-27 | 1 | -1/+1 |
* | stream_rar: treat rar files as playlists | wm4 | 2015-02-27 | 1 | -0/+25 |
* | demux_mkv_timeline: fix potential issue when enabling cache | wm4 | 2015-02-25 | 1 | -0/+1 |
* | demux_mkv_timeline: move uids array to context too | wm4 | 2015-02-25 | 1 | -31/+26 |
* | demux_mkv_timeline: pass sources array as part of context | wm4 | 2015-02-25 | 1 | -45/+39 |
* | demux_mkv: minor refactor for deferred cue reading | wm4 | 2015-02-25 | 1 | -45/+41 |
* | demux_mkv: don't spam too many warnings with partial files | wm4 | 2015-02-25 | 1 | -14/+15 |
* | video: remove redundant codec parameters | wm4 | 2015-02-24 | 2 | -3/+0 |
* | demux: timeline: honor quit requests | wm4 | 2015-02-20 | 5 | -4/+12 |
* | demux: add a demux_open_url() function | wm4 | 2015-02-20 | 4 | -58/+43 |
* | demux: change demux_open() signature | wm4 | 2015-02-20 | 6 | -14/+17 |
* | demux: add free_demuxer_and_stream() function | wm4 | 2015-02-20 | 4 | -9/+14 |
* | demux_lavf: apply hacks even if format is forced | wm4 | 2015-02-20 | 1 | -27/+28 |
* | demux_lavf: blacklist bintext files | wm4 | 2015-02-18 | 1 | -0/+3 |
* | player: enable cache and demuxer thread for subtitles too | wm4 | 2015-02-18 | 8 | -0/+19 |
* | demux_lavf: reorganize hacks | wm4 | 2015-02-18 | 1 | -67/+70 |
* | demux_lavf: set interrupt_callback | wm4 | 2015-02-18 | 1 | -0/+11 |
* | demux, matroska: remove demuxer type field | wm4 | 2015-02-17 | 4 | -39/+29 |
* | demux: remove file_contents field | wm4 | 2015-02-17 | 4 | -11/+25 |
* | demux_edl: make independent from MPContext | wm4 | 2015-02-17 | 2 | -42/+36 |
* | demux_edl: move implementation | wm4 | 2015-02-17 | 1 | -2/+280 |
* | demux_cue: make independent from MPContext | wm4 | 2015-02-17 | 2 | -35/+36 |
* | demux_cue: move implementation | wm4 | 2015-02-17 | 1 | -4/+388 |
* | demux: copy priv pointer too | wm4 | 2015-02-17 | 1 | -0/+1 |
* | matroska: move timeline code to demux/ | wm4 | 2015-02-17 | 1 | -0/+654 |
* | matroska: make timeline code independent of MPContext | wm4 | 2015-02-17 | 2 | -1/+5 |
* | player: use a separate context for timeline loader stuff | wm4 | 2015-02-17 | 3 | -0/+82 |
* | demux: chapters without metadata are allowed | wm4 | 2015-02-17 | 1 | -2/+3 |
* | demux_lavf: hack against hls showing "100%" position | wm4 | 2015-02-17 | 1 | -0/+6 |
* | demux: fix dropped subtitle packets with the new stream switching | wm4 | 2015-02-14 | 2 | -3/+4 |
* | demux: hack for instant stream switching | wm4 | 2015-02-13 | 4 | -4/+87 |
* | demux_mkv: return unique file positions for all packets | wm4 | 2015-02-13 | 1 | -4/+5 |
* | demux_mkv: remove the realmedia field | wm4 | 2015-02-05 | 1 | -25/+21 |
* | demux_mkv: reindent, cosmetics | wm4 | 2015-02-05 | 1 | -97/+79 |
* | demux_mkv: simplify realaudio handling | wm4 | 2015-02-05 | 1 | -30/+17 |
* | demux_mkv: remove realvideo-specific aspect ratio handling | wm4 | 2015-02-05 | 1 | -17/+5 |
* | demux_mkv: use libavcodec parser for realvideo | wm4 | 2015-02-05 | 1 | -68/+4 |
* | demux_mkv: retrieve timestamps from libavcodec parser | wm4 | 2015-02-05 | 1 | -3/+16 |
* | demux_mkv: refactor packet parsing | wm4 | 2015-02-05 | 3 | -86/+115 |
* | demux_raw: output smaller audio packets | wm4 | 2015-02-04 | 1 | -1/+1 |
* | demux_disc: fix CDDA seekability | wm4 | 2015-02-03 | 1 | -6/+13 |
* | demux_mkv: use unique IDs for cover art pseudo-tracks | wm4 | 2015-02-01 | 1 | -0/+1 |
* | player: demote matroska ordered chapter scanning messages to Verbose | Diogo Franco (Kovensky) | 2015-01-28 | 1 | -1/+1 |
* | command: export more details about file seekability | wm4 | 2015-01-26 | 2 | -1/+4 |
* | command: export file format as property | wm4 | 2015-01-23 | 2 | -5/+3 |
* | 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 | -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 |