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