| Commit message (Expand) | Author | Age | Files | Lines |
* | video: switch from using display aspect to sample aspect | wm4 | 2015-12-19 | 1 | -6/+2 |
* | demux_lavf: minor cleanups | wm4 | 2015-12-17 | 1 | -13/+5 |
* | sub: detect charset in demuxer | wm4 | 2015-12-17 | 1 | -8/+26 |
* | sub: remove sd_movtext.c | wm4 | 2015-12-15 | 1 | -4/+12 |
* | demux_lavf: mark ASS tracks as always UTF-8 | wm4 | 2015-11-11 | 1 | -0/+4 |
* | Replace deprecated av_free_packet() calls | wm4 | 2015-10-28 | 1 | -4/+4 |
* | demux_lavf: always copy codec headers | wm4 | 2015-10-19 | 1 | -1/+8 |
* | Take care of libavcodec convergence_duration deprecation | wm4 | 2015-09-29 | 1 | -0/+2 |
* | stream: provide a stream_get_size() convenience function | wm4 | 2015-08-18 | 1 | -4/+3 |
* | demux_lavf: check for NAN rotation angles | wm4 | 2015-06-30 | 1 | -3/+5 |
* | demux: export forced flag | wm4 | 2015-06-27 | 1 | -1/+3 |
* | demux_lavf: fix chapter titles | wm4 | 2015-06-24 | 1 | -1/+1 |
* | demux: get rid of some bstr things | wm4 | 2015-06-24 | 1 | -4/+3 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 1 | -3/+3 |
* | demux: rename sh_stream.format to sh_stream.codec_tag | wm4 | 2015-06-21 | 1 | -3/+1 |
* | 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_lavf: drop dead code | wm4 | 2015-04-25 | 1 | -7/+1 |
* | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 1 | -4/+0 |
* | demuxer_lavf: add an option for disabling hacks | wm4 | 2015-04-17 | 1 | -0/+5 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | demux_lavf: use mimetype instead of codec type for embedded fonts | wm4 | 2015-04-05 | 1 | -9/+3 |
* | demux_lavf: print seek failures in verbose mode | wm4 | 2015-03-24 | 1 | -6/+12 |
* | 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 | 1 | -10/+3 |
* | sub: this isn't needed either | wm4 | 2015-03-03 | 1 | -2/+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 | 1 | -33/+2 |
* | demux_lavf: use this for image formats | wm4 | 2015-03-02 | 1 | -6/+13 |
* | 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 | 1 | -0/+8 |
* | demux_lavf: reorganize hacks | wm4 | 2015-02-18 | 1 | -67/+70 |
* | demux_lavf: set interrupt_callback | wm4 | 2015-02-18 | 1 | -0/+11 |
* | demux_lavf: hack against hls showing "100%" position | wm4 | 2015-02-17 | 1 | -0/+6 |
* | demux: hack for instant stream switching | wm4 | 2015-02-13 | 1 | -0/+2 |
* | command: export file format as property | wm4 | 2015-01-23 | 1 | -3/+1 |
* | Check some mallocs | wm4 | 2014-12-12 | 1 | -0/+4 |
* | demux_lavf: set PTS of first packet for formats with no timestamps | wm4 | 2014-11-25 | 1 | -0/+9 |
* | player: always use demux_chapter | wm4 | 2014-11-02 | 1 | -5/+1 |
* | 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 |
* | player: add stream selection by ffmpeg index | wm4 | 2014-10-21 | 1 | -0/+1 |
* | 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_lavf: blacklist jpeg files | wm4 | 2014-10-06 | 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 | 1 | -1/+1 |
* | audio: remove WAVEFORMATEX from internal demuxer API | wm4 | 2014-09-25 | 1 | -1/+1 |
* | demux: gracefully handle packet allocation failures | wm4 | 2014-09-16 | 1 | -3/+9 |
* | 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 | 1 | -7/+17 |
* | demux_lavf: print a warning if av_read_frame() returns an error | wm4 | 2014-08-30 | 1 | -1/+6 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -2/+1 |
* | demux_lavf: don't reject av:// if cache is enabled | wm4 | 2014-08-27 | 1 | -1/+1 |
* | demux: always use AVPacket | wm4 | 2014-08-25 | 1 | -18/+5 |
* | demux_lavf: fix crash with unknown streams | wm4 | 2014-08-23 | 1 | -1/+1 |
* | demux_lavf: support new metadata update API | wm4 | 2014-08-14 | 1 | -3/+23 |
* | 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: fix timestamp type for seek calls | wm4 | 2014-07-21 | 1 | -1/+1 |
* | demux_lavf: reverse rotation direction with new API | wm4 | 2014-07-17 | 1 | -1/+1 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 1 | -1/+2 |
* | demux_lavf: don't let metadata update mess up ogm playback | wm4 | 2014-07-14 | 1 | -1/+4 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 1 | -2/+1 |
* | demux: minor simplification | wm4 | 2014-07-06 | 1 | -2/+2 |
* | demux: minor simplification to internal API | wm4 | 2014-07-05 | 1 | -1/+1 |
* | 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 | 1 | -14/+2 |
* | demux: make start time a simple field | wm4 | 2014-07-05 | 1 | -5/+7 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 1 | -0/+1 |
* | demux: make replaygain per-track | wm4 | 2014-07-05 | 1 | -3/+3 |
* | 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_lavf: remove unused symbol | wm4 | 2014-06-23 | 1 | -2/+0 |
* | options: turn --idx, --forceidx into --index | wm4 | 2014-06-13 | 1 | -1/+1 |
* | demux_lavf: make option struct local | wm4 | 2014-06-11 | 1 | -16/+34 |
* | Add more const | wm4 | 2014-06-11 | 1 | -3/+3 |
* | 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 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 1 | -2/+2 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 1 | -2/+2 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -11/+14 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 1 | -4/+4 |
* | demux_lavf: one more hack for mp3 from network | wm4 | 2014-05-04 | 1 | -1/+1 |
* | demux: export video rotation parameter | wm4 | 2014-04-21 | 1 | -0/+8 |
* | mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ | Kevin Mitchell | 2014-04-13 | 1 | -11/+5 |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 | 1 | -0/+2 |
* | demux: add replaygain_data field to demuxer_t | Alessandro Ghedini | 2014-04-04 | 1 | -1/+38 |
* | 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 | 1 | -5/+13 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 1 | -0/+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: fill metadata directly, instead of using wrapper functions | wm4 | 2014-02-06 | 1 | -12/+8 |
* | demux_lavf: clear metadata on update, instead of merging it | wm4 | 2014-02-06 | 1 | -0/+1 |
* | demux_lavf: get updated metadata from a packet if available | Ben Boeckel | 2014-02-06 | 1 | -0/+25 |
* | 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_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: mp_msg conversions | wm4 | 2013-12-21 | 1 | -33/+26 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -4/+4 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | 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_lavf: remove unnecessary seek on initialization | wm4 | 2013-12-12 | 1 | -2/+0 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 1 | -0/+3 |
* | 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 | 1 | -10/+11 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -2/+2 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 1 | -3/+1 |
* | demux_lavf: remove broken and commented byte based seeks | wm4 | 2013-11-16 | 1 | -40/+0 |
* | demux: make determining seek capability generic | wm4 | 2013-11-03 | 1 | -5/+6 |
* | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 1 | -6/+6 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 1 | -1/+1 |
* | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 1 | -2/+1 |
* | network: fix rtsp playback | wm4 | 2013-09-22 | 1 | -1/+22 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 1 | -1/+6 |
* | demux_lavf: workaround for broken libavformat subtitle seeking | wm4 | 2013-09-07 | 1 | -4/+23 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 1 | -4/+3 |
* | 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 | 1 | -6/+6 |
* | 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 |
* | options: simplify --correct-pts handling | wm4 | 2013-07-26 | 1 | -1/+1 |
* | demux_lavf: set keyframe flag on attached pictures | wm4 | 2013-07-24 | 1 | -0/+1 |
* | demux_lavf: add terrible hack to make DVD playback just work | wm4 | 2013-07-14 | 1 | -8/+85 |
* | demux: assume correct-pts mode by default | wm4 | 2013-07-12 | 1 | -2/+0 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -9/+9 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -24/+24 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 1 | -5/+8 |
* | demux_lavf: do stream selection centrally | wm4 | 2013-07-11 | 1 | -12/+13 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 1 | -16/+4 |
* | demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONE | wm4 | 2013-07-11 | 1 | -1/+1 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -1/+0 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -1/+1 |
* | demux_lavf: different hack for DVD sub autoselection hack | wm4 | 2013-07-11 | 1 | -3/+2 |
* | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -3/+3 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -1/+1 |
* | demux_lavf: add one more AAC mimetype | wm4 | 2013-06-25 | 1 | -0/+1 |
* | demux_lavf: use stream_peek() instead of read/unread | wm4 | 2013-06-25 | 1 | -6/+4 |
* | Merge branch 'cache_new' | wm4 | 2013-06-16 | 1 | -32/+33 |
|\ |
|
| * | stream: remove stream_reset() | wm4 | 2013-06-16 | 1 | -1/+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 |
|/ |
|
* | demux_lavf: always set packet duration | wm4 | 2013-06-03 | 1 | -5/+2 |
* | 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_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 | 1 | -3/+1 |
* | |