aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* vo_directx: Fix possible out-of-bounds accessGravatar reimar2010-11-07
* DOCS/man/zh_CH: sync with en/mplayer.1 rev. 32566Gravatar jrash2010-11-07
* TOOLS/binary_codecs.sh: make indentation consistentGravatar siretart2010-11-07
* cache, stream: avoid extra memcpy when using cacheGravatar reimar2010-11-07
* cosmetics: cache2.c: Remove some irrelevant commented-out codeGravatar reimar2010-11-07
* stream_dvd: millisecond accuracy for chapters in -identify outputGravatar cigaes2010-11-07
* demux_lavf: for avi, use packet .dts instead of .ptsGravatar Uoti Urpala2010-11-06
* build: enable vf_geq if libavutil version installs eval.hGravatar Uoti Urpala2010-11-06
* demux_lavf: avoid deprecated "first_iformat" by using newer APIGravatar Uoti Urpala2010-11-06
* demux_lavf: add hack for stream-changing ogg input (internet radio)Gravatar Uoti Urpala2010-11-06
* demux_lavf: more future proof AVInputFormat name comparisonGravatar Uoti Urpala2010-11-06
* ffmpeg_files/taglists.c: update to latest FFmpeg values (r25209)Gravatar Uoti Urpala2010-11-05
* options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pairGravatar Clément Bœsch2010-11-04
* options: move -name and -title to option structGravatar Clément Bœsch2010-11-04
* Makefile: enable .DELETE_ON_ERROR special targetGravatar Uoti Urpala2010-11-04
* Makefile: remove generated locale files in clean targetGravatar Uoti Urpala2010-11-04
* vf_stereo3d: Add stereo3d filterGravatar reimar2010-11-02
* vd_ffmpeg: improve aspect ratio handlingGravatar reimar2010-11-02
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02