| Commit message (Expand) | Author | Age | Files | Lines |
* | core: make --demuxer not affect external subtitles | wm4 | 2013-07-22 | 1 | -2/+0 |
* | demux: make claiming accurate seek the default | wm4 | 2013-07-12 | 1 | -0/+1 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -12/+5 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -152/+68 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -24/+16 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -13/+8 |
* | demux: allow passing NULL as packet to demuxer_add_packet() | wm4 | 2013-07-11 | 1 | -1/+1 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 1 | -28/+0 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 1 | -7/+21 |
* | demux: refactor | wm4 | 2013-07-11 | 1 | -138/+123 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -43/+52 |
* | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -0/+7 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -117/+61 |
* | demux: remove ds_read_packet() | wm4 | 2013-07-10 | 1 | -13/+0 |
* | demux: remove some more minor unused things | wm4 | 2013-07-10 | 1 | -8/+0 |
* | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 1 | -0/+2 |
|\ |
|
| * | Fix building with --disable-libass | wm4 | 2013-07-08 | 1 | -0/+2 |
* | | demux: simplify demux_open() calls | wm4 | 2013-07-08 | 1 | -18/+9 |
* | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -70/+24 |
* | | demux: merge functions | wm4 | 2013-07-08 | 1 | -17/+9 |
* | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -36/+0 |
* | | demux: remove audio parser | wm4 | 2013-07-08 | 1 | -70/+0 |
* | | Remove old demuxers | wm4 | 2013-07-07 | 1 | -138/+2 |
|/ |
|
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 1 | -0/+13 |
* | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 1 | -15/+2 |
* | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 1 | -5/+0 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 1 | -0/+2 |
* | demux: add utility functions for preloading demuxers | wm4 | 2013-06-25 | 1 | -3/+72 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 | 1 | -1/+37 |
* | demux: don't require fill_buffer callback | wm4 | 2013-06-23 | 1 | -1/+1 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 1 | -11/+26 |
|\ |
|
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 1 | -9/+9 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 1 | -2/+17 |
* | | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+1 |
|/ |
|
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 1 | -0/+4 |
* | demux_asf: fix after commit 5165e19 | wm4 | 2013-05-29 | 1 | -2/+1 |
* | demux_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 | 1 | -4/+0 |
* | demux: workaround for -demuxer mpegts -correct-pts | wm4 | 2013-05-21 | 1 | -8/+15 |
* | demux: restructure chapter seeking code | wm4 | 2013-05-09 | 1 | -8/+8 |
* | demux: don't name unknown chapters "unknown" | wm4 | 2013-05-06 | 1 | -2/+1 |
* | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 1 | -0/+17 |
* | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 1 | -3/+1 |
* | demux: use talloc for packets | wm4 | 2013-05-05 | 1 | -15/+19 |
* | core: ignore backstep command if demuxer is not capable | wm4 | 2013-05-05 | 1 | -0/+2 |
* | demux: use demux_lavf instead of demux_mpg for DVD playback | wm4 | 2013-05-05 | 1 | -1/+1 |
* | demux: report stream time info instead of demuxer info if possible | wm4 | 2013-05-05 | 1 | -4/+7 |
* | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 1 | -0/+18 |
* | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 1 | -1/+5 |
* | demux: simplify stream ID business, fix issue with cover art | wm4 | 2013-04-29 | 1 | -13/+6 |
* | demux: get rid of sh_common_t | wm4 | 2013-04-20 | 1 | -11/+10 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -15/+0 |
* | demux: remove useless vid/aid/sid fields | wm4 | 2013-04-20 | 1 | -3/+0 |
* | demux: fix clearing of input padding | wm4 | 2013-04-20 | 1 | -2/+2 |
* | demux_mkv: introduce new_demux_packet_from() and use it | wm4 | 2013-04-20 | 1 | -1/+8 |
* | demux: remove some unused things | wm4 | 2013-04-20 | 1 | -42/+4 |
* | demux: add functions to simplify demuxers | wm4 | 2013-04-20 | 1 | -7/+42 |
* | demux: simpler way to notify demuxers about track switches | wm4 | 2013-04-20 | 1 | -2/+9 |
* | demux: simplify chapter appending code | wm4 | 2013-04-12 | 1 | -14/+8 |
* | demux: always sort chapters | wm4 | 2013-04-12 | 1 | -8/+5 |
* | demux: fix a specific gcc 4.8 warning that may hint to mis-optimized code | Rudolf Polzer | 2013-04-09 | 1 | -0/+3 |
* | demux: fix regressions by restricting cover art hack further | wm4 | 2013-03-19 | 1 | -3/+3 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -10/+10 |
* | demux: apply sparse video hack only to demux_lavf and demux_mkv | wm4 | 2013-02-14 | 1 | -10/+8 |
* | demux: restructure code that warns about packet buffer overflows | wm4 | 2013-02-14 | 1 | -34/+32 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -3/+11 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 | 1 | -1/+1 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -50/+16 |
* | demux: fix behavior with files that have sparse video packets | reimar | 2012-12-11 | 1 | -6/+31 |
* | demux_lavf: make minimum probe score customizable, remove lavf_preferred | wm4 | 2012-12-11 | 1 | -4/+3 |
* | sub: remove vobsub reader in favor of ffmpeg vobsub demuxer | wm4 | 2012-12-11 | 1 | -0/+10 |
* | core: improve seeking in external files | wm4 | 2012-12-11 | 1 | -0/+4 |
* | demux_gif: remove this demuxer in favor of libavformat | wm4 | 2012-12-03 | 1 | -4/+0 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -2/+2 |
* | demux_mf: allow displaying single image files, various cleanups | wm4 | 2012-11-16 | 1 | -1/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -5/+4 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+1435 |