aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vf_pullup: properly reset on seekGravatar wm42013-11-29
* video: restore printing warning on decreasing filter PTSGravatar wm42013-11-29
* gl_hwdec: use a imgfmt field instead of a query_format callbackGravatar wm42013-11-29
* vdpau: always let decoder output IMGFMT_VDPAUGravatar wm42013-11-29
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* build: make pthreads mandatoryGravatar wm42013-11-28
* command: allow "current" as argument to playlist_remove commandGravatar wm42013-11-28
* input: use separate type for command definitionsGravatar wm42013-11-28
* player: simple hack to make backstep code somewhat more robustGravatar wm42013-11-28
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* video: warn against non-monotonic PTS instead of decreasing PTSGravatar wm42013-11-28
* video: add heuristic to prevent framedrop during hrseek if pts brokenGravatar wm42013-11-28
* build: make --disable-gl disable all the gl backendsGravatar Stefano Pigozzi2013-11-28
* build: add custom -I/-L flags for the BSDs [2]Gravatar Stefano Pigozzi2013-11-28
* ao_coreaudio: simplify ch label to speaker id conversionGravatar Stefano Pigozzi2013-11-27
* build: add custom -I/-L flags for the BSDsGravatar Stefano Pigozzi2013-11-27
* old-build: fix iconv check on openbsdGravatar Stefano Pigozzi2013-11-27
* af_lavi: actually free the filter graph on uninitGravatar wm42013-11-27
* video: replace d_video->pts field, change PTS jump checksGravatar wm42013-11-27
* video: if PTS is missing, make something up using the framerateGravatar wm42013-11-27
* video: refactor PTS code, add fall back heuristic to DTSGravatar wm42013-11-27
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* video: remove commented codeGravatar wm42013-11-27
* video: use dts as fallback when determining pts by sortingGravatar wm42013-11-27
* ao_coreaudio: map channel labels needed for 8ch layoutsGravatar Stefano Pigozzi2013-11-27
* audio: better rejection of invalid formatsGravatar wm42013-11-27
* video/filter: fix PIC compile on x86Gravatar Natanael Copa2013-11-26
* video: unbreak --no-correct-pts with demuxers that use DTSGravatar wm42013-11-26
* demux_mkv: fix realvideo timestamp handlingGravatar wm42013-11-26
* bootstrap.py: reindent to 4 spacesGravatar Stefano Pigozzi2013-11-26
* build: remove pointless exception handling in oss checkGravatar Stefano Pigozzi2013-11-26
* build: unbreak __get_osslibdir__ on python3Gravatar Stefano Pigozzi2013-11-26
* cocoa: unlock on uninitGravatar Stefano Pigozzi2013-11-26
* build: check for pthreads with and without additional cflagsGravatar Stefano Pigozzi2013-11-26
* av_common: fix typo in commentGravatar Stefano Pigozzi2013-11-26
* ao_alsa: do not forcibly disable ALSA resamplingGravatar Martin Herkt2013-11-26
* ad_lavc: increase number of packets for initial decodeGravatar wm42013-11-26
* player: don't use a loop when no loop is neededGravatar wm42013-11-26
* player: move code for skipping 0-sized video packets to demuxerGravatar wm42013-11-26
* build: make cygwin use *nix timersGravatar Stefano Pigozzi2013-11-26
* build: add -mwin32 on cygwinGravatar Stefano Pigozzi2013-11-26
* build: add a gdi check for windowsGravatar Stefano Pigozzi2013-11-26
* sub: respect detected language for fuzzy-matched external subtitlesGravatar wm42013-11-25
* player: only pause for waiting on cache if it makes senseGravatar wm42013-11-25
* video: move timestamp determination code to dec_videoGravatar wm42013-11-25
* video: disable PTS sorting fallback by defaultGravatar wm42013-11-25
* demux_lavf: disable genpts by default, remove the builtin genpts hackGravatar wm42013-11-25
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* player: merge no-correct-pts with correct-pts codeGravatar wm42013-11-25