| Commit message (Expand) | Author | Age |
... | |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 |
* | demux_lavf: do stream selection centrally | wm4 | 2013-07-11 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 |
* | demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONE | wm4 | 2013-07-11 |
* | video: eliminate frametime variable | wm4 | 2013-07-11 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 |
* | demux_lavf: different hack for DVD sub autoselection hack | wm4 | 2013-07-11 |
* | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 |
* | Remove old demuxers | wm4 | 2013-07-07 |
* | demux_lavf: add one more AAC mimetype | wm4 | 2013-06-25 |
* | demux_lavf: use stream_peek() instead of read/unread | wm4 | 2013-06-25 |
* | Merge branch 'cache_new' | wm4 | 2013-06-16 |
|\ |
|
| * | stream: remove stream_reset() | wm4 | 2013-06-16 |
| * | demux_lavf: change probing, use stream_unread_buffer() | wm4 | 2013-06-16 |
* | | demux_lavf: show metadata for OGG audio files | wm4 | 2013-06-15 |
|/ |
|
* | demux_lavf: always set packet duration | wm4 | 2013-06-03 |
* | demuxer_lavf: use audio/mpeg mime type for mp3 | wm4 | 2013-05-27 |
* | demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTP | wm4 | 2013-05-27 |
* | options: add allow-mimetype suboption for demux_lavf | wm4 | 2013-05-27 |
* | demux_lavf: print how many bytes are read by avformat_find_stream_info() | wm4 | 2013-05-26 |
* | demux_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 |
|\ |
|
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 |
* | | demux_lavf: use demuxer ID for transport streams | wm4 | 2013-05-05 |
* | | demux_lavf: fix DEMUXER_CTRL_RESYNC | wm4 | 2013-05-05 |
* | | demux_lavf: set stream_pts | wm4 | 2013-05-05 |
* | | demux_lavf: fix subtitle seeking before start of the file | wm4 | 2013-04-21 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 |
* | | demux_lavf: simplify | wm4 | 2013-04-20 |
|/ |
|
* | demux_lavf: use avg_frame_rate instead of r_frame_rate | wm4 | 2013-03-13 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 |
* | core: fix SEEK_FACTOR | wm4 | 2013-03-01 |
* | demux_lavf: fix percentage display with some file formats | wm4 | 2013-03-01 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 |
* | demux_lavf: add workaround for broken libavformat seek behavior | wm4 | 2013-02-19 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 |
* | demux_lavf: default PTS to 0 for attached pictures | wm4 | 2013-02-03 |
* | demux_lavf: remove weird stream auto-selection | wm4 | 2013-02-03 |
* | demux_lavf: remove "internet radio hack" | wm4 | 2013-02-03 |
* | demux_lavf: avio_flush in DEMUXER_CTRL_RESYNC | Rudolf Polzer | 2013-01-10 |
* | demux_lavf: implement DEMUXER_CTRL_RESYNC | Rudolf Polzer | 2013-01-07 |
* | Fix compilation with ffmpeg 1.0 | wm4 | 2012-12-13 |
* | core: allow disabling display of "album art" in audio files | wm4 | 2012-12-11 |