aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* mplayer: minor memory leak in error handling codeGravatar 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
* ad_lavc: re-unsimplify, fix libavcodec API usageGravatar 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: invert negated boolean variableGravatar wm42013-07-11
* mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* ad_spdif: better PTS syncGravatar wm42013-07-11
* mplayer: remove "old" audio PTS calculation codeGravatar wm42013-07-11
* mplayer: don't set bogus video pts after seek resetGravatar wm42013-07-11
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* core: remove demux_mpg subtitle PTS hackGravatar wm42013-07-10
* core: simplify some no-correct-pts codeGravatar wm42013-07-10
* core: move code from demux/video.c to mplayer.cGravatar wm42013-07-10
* ad_lavc: simplifyGravatar 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
|\
| * configure: fix oversight in log messageGravatar wm42013-07-08
| * command: add screenshot_to_file commandGravatar wm42013-07-08
| * input: actually copy sub commandsGravatar wm42013-07-08
| * cache: fix compilation without posix timersGravatar Stefano Pigozzi2013-07-08
| * input: allow binding multiple commands to a keyGravatar wm42013-07-08
| * configure: make zlib non-optionalGravatar wm42013-07-08
| * Merge remote-tracking branch 'origin/low_quality_intel_crap'Gravatar Martin Herkt2013-07-08
| |\
| * | manpage: proofread and fix formattingGravatar Martin Herkt2013-07-08
| * | stream/tv: remove unused dshow-specific optionsGravatar Martin Herkt2013-07-08
| * | sub: Do not use deprecated “Sans” fontconfig aliasGravatar Martin Herkt2013-07-08
| * | stream_radio: fix buildGravatar wm42013-07-08
| * | configure: fix previous commitGravatar wm42013-07-08
| * | configure: link with -lrtGravatar 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