| Commit message (Expand) | Author | Age | Files | Lines |
* | demux_lavf: one more hack for mp3 from network | wm4 | 2014-05-24 | 1 | -1/+1 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-03-11 | 1 | -0/+2 |
* | 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-31 | 1 | -0/+2 |
* | demux_lavf: refactor format probing hack | wm4 | 2014-01-31 | 1 | -26/+24 |
* | demux_lavf: add hack for MicroDVD for assuming frame based timing | wm4 | 2014-01-15 | 1 | -0/+6 |
* | 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 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -1/+3 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 1 | -1/+3 |
* | | demux_lavf: use demuxer ID for transport streams | wm4 | 2013-05-05 | 1 | -1/+4 |
* | | 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_lavf: fix subtitle seeking before start of the file | wm4 | 2013-04-21 | 1 | -2/+7 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -21/+0 |
* | | demux_lavf: simplify | wm4 | 2013-04-20 | 1 | -147/+74 |
|/ |
|
* | 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 | 1 | -9/+9 |
* | core: fix SEEK_FACTOR | wm4 | 2013-03-01 | 1 | -4/+17 |
* | demux_lavf: fix percentage display with some file formats | wm4 | 2013-03-01 | 1 | -1/+2 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 1 | -0/+2 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 | 1 | -8/+3 |
* | demux_lavf: add workaround for broken libavformat seek behavior | wm4 | 2013-02-19 | 1 | -1/+8 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -78/+12 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 1 | -24/+0 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 | 1 | -61/+20 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -12/+7 |
* | demux_lavf: default PTS to 0 for attached pictures | wm4 | 2013-02-03 | 1 | -0/+4 |
* | demux_lavf: remove weird stream auto-selection | wm4 | 2013-02-03 | 1 | -10/+0 |
* | demux_lavf: remove "internet radio hack" | wm4 | 2013-02-03 | 1 | -39/+1 |
* | demux_lavf: avio_flush in DEMUXER_CTRL_RESYNC | Rudolf Polzer | 2013-01-10 | 1 | -0/+2 |
* | demux_lavf: implement DEMUXER_CTRL_RESYNC | Rudolf Polzer | 2013-01-07 | 1 | -0/+15 |
* | Fix compilation with ffmpeg 1.0 | wm4 | 2012-12-13 | 1 | -2/+2 |
* | core: allow disabling display of "album art" in audio files | wm4 | 2012-12-11 | 1 | -0/+2 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 1 | -0/+17 |
* | demux_lavf: make minimum probe score customizable, remove lavf_preferred | wm4 | 2012-12-11 | 1 | -53/+33 |
* | core: improve seeking in external files | wm4 | 2012-12-11 | 1 | -2/+10 |
* | audio: improve decoder open failure handling | Uoti Urpala | 2012-12-03 | 1 | -10/+0 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 1 | -25/+45 |
* | demux_lavf: do not prefix filename passed to libavformat with "mp:" | wm4 | 2012-12-03 | 1 | -8/+9 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 1 | -3/+1 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 1 | -1/+1 |
* | subtitles: improve support for libavformat demuxed subtitles | wm4 | 2012-11-16 | 1 | -6/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -7/+7 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+1092 |