aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* options: simplify --correct-pts handlingGravatar wm42013-07-26
* demux_libass: actually set priv contextGravatar wm42013-07-24
* demux_lavf: set keyframe flag on attached picturesGravatar wm42013-07-24
* Fix some -Wshadow warningsGravatar wm42013-07-23
* core: make --demuxer not affect external subtitlesGravatar wm42013-07-22
* demux_mkv: fix realaudio timestampsGravatar wm42013-07-20
* demux_mkv: ignore DefaultDuration in some casesGravatar wm42013-07-16
* demux_mkv: never force output sample rateGravatar wm42013-07-16
* demux_subreader: make clang happy to fix warningGravatar wm42013-07-15
* video: unify colorspace setupGravatar wm42013-07-15
* demux_lavf: add terrible hack to make DVD playback just workGravatar wm42013-07-14
* demux_raw: uncrustifyGravatar wm42013-07-14
* demux_mkv: remove weird i_bps calculation codeGravatar wm42013-07-12
* demux_raw: calculate durationGravatar wm42013-07-12
* demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.cGravatar wm42013-07-12
* demux: make claiming accurate seek the defaultGravatar wm42013-07-12
* demux_rawvideo: fix timestamps in correct-pts modeGravatar wm42013-07-12
* demux: assume correct-pts mode by defaultGravatar wm42013-07-12
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* 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