aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* demux: allow passing NULL as packet to demuxer_add_packet()Gravatar wm42013-07-11
* stheader: minor cleanupGravatar wm42013-07-11
* core: completely change handling of attached picture pseudo videoGravatar wm42013-07-11
* demux_lavf: do stream selection centrallyGravatar wm42013-07-11
* demux: improve DVD sub auto-selection hackGravatar wm42013-07-11
* demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONEGravatar wm42013-07-11
* video: eliminate frametime variableGravatar wm42013-07-11
* demux: refactorGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* tv: add hack in preparation of demux_stream removalGravatar wm42013-07-11
* demux_lavf: different hack for DVD sub autoselection hackGravatar wm42013-07-11
* mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* core: move code from demux/video.c to mplayer.cGravatar wm42013-07-10
* ms_hdr: remove unused definitionsGravatar wm42013-07-10
* demux: remove ds_read_packet()Gravatar wm42013-07-10
* audio: remove decoder input bufferGravatar wm42013-07-10
* demux: remove some more minor unused thingsGravatar wm42013-07-10
* options: remove --ignore-startGravatar wm42013-07-08
* Merge branch 'master' into remove_old_demuxersGravatar wm42013-07-08
|\
| * Fix building with --disable-libassGravatar wm42013-07-08
* | demux: simplify demux_open() callsGravatar wm42013-07-08
* | demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* | demux: merge functionsGravatar wm42013-07-08
* | demux: remove unused functionGravatar wm42013-07-08
* | demux: remove video_read_propertiesGravatar wm42013-07-08
* | demux: remove some old stream header functionsGravatar wm42013-07-08
* | demux: remove audio parserGravatar wm42013-07-08
* | Remove old demuxersGravatar wm42013-07-07
|/
* core: update metadata during playback, allow streams to export metadataGravatar wm42013-07-02
* demux_mkv: pass extradata for opusGravatar wm42013-07-01
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* demux_lavf: add one more AAC mimetypeGravatar wm42013-06-25
* demux_libass: do charset conversion by -subcpGravatar wm42013-06-25
* sub: prevent subtitle conversion if subs are known UTF-8Gravatar wm42013-06-25
* demux_subreader: remove iconv/enca codeGravatar wm42013-06-25
* sub: attempt to use video FPS for frame based subtitle formatsGravatar wm42013-06-25
* sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25
* core: don't set correct-pts mode randomlyGravatar wm42013-06-25
* subreader: turn into actual demuxerGravatar wm42013-06-25
* demux: add utility functions for preloading demuxersGravatar wm42013-06-25
* demux_lavf: use stream_peek() instead of read/unreadGravatar wm42013-06-25
* Move/rename subreader.cGravatar wm42013-06-25
* sub: preload external text subtitlesGravatar wm42013-06-23
* stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* demux: don't require fill_buffer callbackGravatar wm42013-06-23
* Merge branch 'cache_new'Gravatar wm42013-06-16
|\