aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* demux_lavf: use lavf for all formats except those listedGravatar Anton Khirnov2010-11-13
* core: do initial A-V sync by modifying audio streamGravatar Uoti Urpala2010-11-13
* core: give pts as parameter to demuxer_get_current_chapter()Gravatar Uoti Urpala2010-11-13
* demux_nsv: don't write to sh_video->ptsGravatar Uoti Urpala2010-11-13
* .gitignore: add /tags, /TAGSGravatar Uoti Urpala2010-11-13
* audio: add -gapless-audio optionGravatar Uoti Urpala2010-11-12
* audio: don't try to send partial samples to AO at EOFGravatar Uoti Urpala2010-11-12
* options: move -cache-min and cache-seek-min to option structGravatar Clément Bœsch2010-11-11
* options: move [no]hr-mp3-seek to option structGravatar Clément Bœsch2010-11-11
* options: move some demux options to option structGravatar Clément Bœsch2010-11-11
* core: rename update_video_immediately->restart_playbackGravatar Uoti Urpala2010-11-11
* demux: change "%s file format detected" messageGravatar Uoti Urpala2010-11-10
* core: print an explicit error if file format detection failsGravatar Uoti Urpala2010-11-10
* demuxer.c: clean up demux_open_stream()Gravatar Uoti Urpala2010-11-10
* demux: error out if given invalid -demuxer optionGravatar Uoti Urpala2010-11-10
* demux_lavf: add simple seek-by-bytes mode for MPEGGravatar Uoti Urpala2010-11-10
* demux: improve -alang / -slang track choosing logicGravatar Uoti Urpala2010-11-08
* demux_mkv: seek: with no track-specific index entries use anyGravatar Uoti Urpala2010-11-08
* demux_mkv: fix relative seeks without indexGravatar Uoti Urpala2010-11-08
* TOOLS/matroska.py: recognize MaxCache elementGravatar Uoti Urpala2010-11-08
* demux_mkv: fix seek hang when going past end of file without indexGravatar Uoti Urpala2010-11-08
* demux_mkv: cleanup: separate index creation part of seekingGravatar Uoti Urpala2010-11-08
* core: use correct demuxer with -audiofile / -subfileGravatar Uoti Urpala2010-11-08
* demux_demuxers: initialize stream_pts to MP_NOPTS_VALUEGravatar Uoti Urpala2010-11-08
* core: move video pos/length query functions from demux to coreGravatar Uoti Urpala2010-11-08
* demux: fix -correct-pts autoselection with -audiofileGravatar Uoti Urpala2010-11-08
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* codecs.conf: document need to add fourccs to parser list in demuxer.cGravatar cehoyos2010-11-08
* demuxer.c: add missing parser list fourccsGravatar cehoyos2010-11-08
* demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 'Gravatar cehoyos2010-11-08
* vd_ffmpeg: compare IMGFMT instead of PIX_FMTGravatar reimar2010-11-08
* codecs.conf: add missing YV12 output formats for FFmpeg codecsGravatar reimar2010-11-08
* stream_dvd: fill_buffer(): use given buffer, not stream's defaultGravatar reimar2010-11-08
* stream_dvd: minor cleanupGravatar reimar2010-11-08
* demux_ts: Fix subtitle sync issuesGravatar reimar2010-11-08
* codecs.conf: mark fflatm non-buggy (now default for AAC/LATM)Gravatar reimar2010-11-08
* ad_faad: Make work with -demuxer lavfGravatar reimar2010-11-08
* codecs_conf, mp_taglists: Use only one fourcc for LATMGravatar reimar2010-11-08
* ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_tsGravatar reimar2010-11-08
* demuxer.c: Add support for parsing LATMGravatar reimar2010-11-08
* demux_lavf: Fix program switchingGravatar reimar2010-11-08
* demux_lavf: Print PROGRAM_ID -identify output similar to demux_tsGravatar reimar2010-11-08
* vf_scale: accept all non-hw-accel formats we know a PIX_FMT forGravatar reimar2010-11-08
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroGravatar reimar2010-11-08
* mplayer.desktop: Add video/3gpp and application/x-flash-video mime typesGravatar diego2010-11-08
* configure: Do not enable rpath on NetBSDGravatar diego2010-11-08
* configure: Enable joystick support on FreeBSDGravatar diego2010-11-08
* codecs.conf, mp_taglists: Support FFmpeg LATM decodingGravatar cehoyos2010-11-08
* vo_kva: Restore all the attributes after changing aspect ratioGravatar komh2010-11-07
* vo_kva: Prevent a parent window from painting over ours in slave modeGravatar komh2010-11-07