summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* manpage: document , mapping (frame_back_step)enkore2013-11-221-0/+4
* input.conf: fix typowm42013-11-221-1/+1
* Fixing list of vo's that vavpp works with, in man page.Josh Driver2013-11-221-4/+4
* cocoa: use window-scale to support video scaling functionalityStefano Pigozzi2013-11-223-6/+10
* cocoa: implement window-scaleStefano Pigozzi2013-11-221-0/+20
* switch the build system to wafStefano Pigozzi2013-11-2149-119/+2480
* options: prefix options with "--" in help outputwm42013-11-211-1/+1
* stream_lavf: fix a small memory leakwm42013-11-211-1/+5
* timeline: reject mplayer2 EDL files, change EDL headerwm42013-11-214-16/+10
* tech-overview.txt: minor updatewm42013-11-201-2/+2
* ta: fix typo in commentwm42013-11-201-1/+1
* osdep/io.c: include config.hwm42013-11-201-0/+2
* mplayer: fix passing size_t as %d to printf()wm42013-11-201-1/+1
* timeline: remove support for the mplayer2 EDL formatwm42013-11-194-540/+1
* player: add --merge-files optionwm42013-11-196-0/+38
* timeline: add edl:// URIswm42013-11-199-3/+45
* timeline: add new EDL formatwm42013-11-196-8/+385
* manpage: fix typo in --video-align-y descriptionwm42013-11-191-1/+1
* player: select fallback stream in timeline code for better EDL handlingwm42013-11-191-0/+23
* player: deselect video track if initialization failswm42013-11-191-0/+1
* vdpau_old: enable OpenGL interopwm42013-11-191-0/+1
* ao_null: fix simulated buffer sizewm42013-11-191-1/+1
* audio/filter: rename af_tools.c to tools.cwm42013-11-182-1/+1
* demux: rename demux_packet.h to packet.hwm42013-11-186-6/+6
* audio: drop buffered filter data when seekingwm42013-11-185-0/+27
* audio/filter: remove unneeded AF_CONTROLs, convert to enumwm42013-11-1816-249/+74
* af: cleanup documentation commentswm42013-11-183-139/+22
* player: simplify audio reset when seekingwm42013-11-181-15/+10
* stream_dvb: remove bogus free callswm42013-11-181-5/+0
* vo_vdpau: don't calculate destination alpha when drawing OSDwm42013-11-181-2/+2
* audio: use the decoder buffer's format, not sh_audiowm42013-11-182-8/+21
* audio: fix mid-stream audio reconfigurationwm42013-11-183-1/+12
* stream: split out pthread helper functionwm42013-11-174-26/+70
* af_lavrresample: set cutoff as double, not intwm42013-11-171-1/+1
* player: write final audo chunk only if there is audio leftwm42013-11-171-4/+6
* ao_null: properly simulate final chunk, add buffer optionswm42013-11-172-19/+56
* player: don't remove playback status when reinitializing DVBwm42013-11-171-1/+3
* demux_packet: add source stream indexwm42013-11-162-0/+5
* demux: update a commentwm42013-11-161-3/+3
* demux: remove unused commandswm42013-11-161-2/+0
* demux: simplify handling of filepos fieldwm42013-11-165-10/+13
* demux_lavf: remove broken and commented byte based seekswm42013-11-161-40/+0
* demux: reset EOF flag differentlywm42013-11-161-10/+9
* encode_lavc: add missing newline in error messagewm42013-11-161-1/+1
* ao_lavc: use af_format_conversion_score()wm42013-11-161-26/+29
* audio/format: add heuristic to estimate loss on format conversionwm42013-11-162-0/+51
* audio/format: fix doublep sample formatwm42013-11-161-1/+1
* ao_lavc: write the final audio chunks from uninit()Rudolf Polzer2013-11-161-7/+10
* ao_lavc: fix crash with interleaved audio outputs.Rudolf Polzer2013-11-161-2/+4
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-1529-75/+63
* manpage: mark DTS-HD passthough as brokenwm42013-11-151-0/+2
* dec_audio: adjust "large" decoding amountwm42013-11-151-5/+5
* mp_ring: remove unused functionwm42013-11-152-47/+0
* af_lavcac3enc: use option parserwm42013-11-152-43/+46
* ad_spdif: fix regressionswm42013-11-142-9/+9
* osx bundle: remove embedded fonts.confStefano Pigozzi2013-11-141-120/+0
* ao_alsa: non-interleaved access is not always availablewm42013-11-141-0/+5
* demux: use talloc for certain stream headerswm42013-11-144-49/+21
* audio: fix audio data memory leakwm42013-11-141-1/+1
* gl_common: print SW renderer warning only if it was the only reason we reject...wm42013-11-141-1/+1
* vd_lavc: select correct hw decoder profile for constrained baseline h264wm42013-11-141-2/+4
* gl_common: remove unneeded callbackwm42013-11-144-4/+0
* tvi_v4l2: remove VBI stuffwm42013-11-131-100/+0
* configure: enable v4l2 input on freebsdbugmen0t2013-11-131-2/+4
* tvi_v4l2: let libv4l2 convert to a known pixel formatbugmen0t2013-11-132-47/+77
* stream: don't include linux/types.h in some fileswm42013-11-133-4/+0
* m_option: handle audio/filter filters with old option parsingwm42013-11-131-3/+9
* ao_null: add untimed sub-optionwm42013-11-132-3/+24
* ao_null: support pausing properlywm42013-11-131-4/+14
* mf: silence compilation warningwm42013-11-132-3/+3
* ao_lavc: support non-interleaved audiowm42013-11-133-232/+42
* wayland: create xkbcommon keymap from stringAlexander Preisinger2013-11-131-2/+1
* Merge branch 'planar_audio'wm42013-11-1265-1489/+1549
|\
| * audio: add support for using non-interleaved audio from decoders directlywm42013-11-1210-495/+324
| * ad_mpg123: reduce ifdefferywm42013-11-122-50/+3
| * dec_audio: fix behavior on format changeswm42013-11-121-3/+1
| * mp_audio: use av_malloc (cargo cult for libav*)wm42013-11-122-3/+30
| * ao_jack: switch from interleaved to planar audioWilliam Light2013-11-121-95/+92
| * ao_jack: refactoring, also fix "no-connect" optionWilliam Light2013-11-121-57/+97
| * af_lavcac3enc: use planar formatswm42013-11-121-134/+82
| * af_lavcac3enc: simplify format negotiationwm42013-11-121-28/+33
| * audio/filter: fix mul/delay scale and valueswm42013-11-1229-56/+24
| * ao_openal: support non-interleaved outputwm42013-11-121-18/+11
| * ao_alsa: support non-interleaved audiowm42013-11-121-25/+23
| * ao_null: support non-interleaved audiowm42013-11-121-17/+20
| * audio: switch output to mp_audio_bufferwm42013-11-126-113/+112
| * audio: add mp_audio_bufferwm42013-11-123-0/+197
| * audio/out: prepare for non-interleaved audiowm42013-11-1217-85/+92
| * af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-1227-211/+36
| * af_lavfi: add support for non-interleaved audiowm42013-11-121-30/+24
| * af_volume: add support for non-interleaved audiowm42013-11-121-16/+25
| * af_lavrresample: add support for non-interleaved audiowm42013-11-121-27/+45
| * audio/out: reject non-interleaved formatswm42013-11-1213-1/+25
| * audio/filter: prepare filter chain for non-interleaved audiowm42013-11-1228-177/+332
| * audio/format: add non-interleaved audio formatswm42013-11-123-2/+75
* | waylad: implement functionality for window-scalingAlexander Preisinger2013-11-121-0/+12
* | demux: kill libmng supportwm42013-11-114-596/+0
* | demux_mf: use tallocwm42013-11-113-55/+30
* | demux_mf: uncrustifywm42013-11-113-215/+213
* | demux_mkv: support some raw PCM variantswm42013-11-114-26/+15
* | ao_lavc: remove audio offset hack to ease supporting planar audio.Rudolf Polzer2013-11-111-66/+11
* | vo_lavc: fix -ovoffset.Rudolf Polzer2013-11-111-1/+3
|/
* ao: add ao_play_silence, use for ao_alsa and ao_osswm42013-11-106-13/+31
* af: don't skip filtering if there's no more audiowm42013-11-102-3/+5
* vo_opengl: fix alpha values written to the framebufferwm42013-11-103-5/+16
* ad_spdif: change API usage so that it works on Libavwm42013-11-101-3/+9
* player: set PulseAudio stream title to window titlewm42013-11-107-10/+39
* gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop specwm42013-11-091-2/+6
* af_volume: use only one volume setting for all channelswm42013-11-092-34/+22
* ao_alsa: use correct magic spdif flagswm42013-11-091-14/+11
* Remove sh_audio->samplesizewm42013-11-099-25/+9
* af_scaletempo: uncrustifywm42013-11-091-404/+388
* af_lavrresample: reconfigure libavresample only on successful initwm42013-11-091-7/+6
* af_lavrresample: move libavresample setup to separate functionwm42013-11-091-90/+98
* af_convert24: fix complicated and incorrect format negotiationwm42013-11-091-9/+4
* af_surround: fix format negotiationwm42013-11-091-12/+9
* af: allow filters to return AF_OK, even if format doesn't matchwm42013-11-091-0/+2
* ao: print requested audio format on initwm42013-11-093-6/+4
* ao_alsa: add magic spdif parameterswm42013-11-091-1/+25
* ao_alsa: redo the way parameters are added in the spdif casewm42013-11-091-38/+24
* ad_spdif: fix libavformat API usagewm42013-11-091-107/+76
* af: always remove auto-inserted filters, improve error messagewm42013-11-091-4/+3
* vdpau: unbreakwm42013-11-091-0/+1
* travis: remove e-mail notificationsStefano Pigozzi2013-11-081-4/+0
* player: factor audio buffer clearing codewm42013-11-084-13/+25
* audio: don't let ao_lavc access frontend internals, change gapless audiowm42013-11-086-46/+77
* audio: stop "unsupported sample format" spamwm42013-11-071-6/+1
* audio: fix bogus audio format comparisonwm42013-11-071-1/+1
* vdpau: drop dummy render functionwm42013-11-071-14/+2
* af: remove a pointless macrowm42013-11-072-28/+16
* audio/format: convert format macros to enum, drop NE suffixwm42013-11-072-95/+96
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-0714-37/+24
* audio/format: reformatwm42013-11-072-58/+56
* encoding-example-profiles: support setsar in FFmpeg-gitRudolf Polzer2013-11-071-13/+19
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-077-8/+55
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Rudolf Polzer2013-11-072-4/+25
* ao_oss: fix previous ao_oss commitwm42013-11-061-1/+0
* travis: use clang for ffmpeg/libav compilationStefano Pigozzi2013-11-061-1/+1
* ao_oss: hide warningwm42013-11-061-2/+2
* ao_oss: don't enable -softvol by default on OSSv4bugmen0t2013-11-061-0/+4
* ao_oss: make no_persistent_volume volume work when seekingbugmen0t2013-11-061-0/+4
* osdep: handle SIGTERMwm42013-11-061-0/+2
* input.conf: clarify the magic how default key bindings are addedwm42013-11-061-3/+7
* memcpy_pic: reformatwm42013-11-061-27/+17
* vd_lavc: remove explicit crystalhd supportwm42013-11-063-16/+0
* input: remove unused key_down_event commandwm42013-11-063-6/+0
* input: disallow autorepeat by default for most commandswm42013-11-062-13/+25
* gl_header_fixes: fix inverted conditionwm42013-11-051-1/+1
* vo_opengl: support for vdpau hardware decodingwm42013-11-058-1/+308
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-053-220/+271
* vo_opengl: redo aspects of initialization, change hwdec APIwm42013-11-053-38/+38
* vo_opengl/vaapi: use IMGFMT_RGB0wm42013-11-051-1/+1
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itwm42013-11-053-27/+36
* manpage: fix incorrect default for --oscwm42013-11-051-1/+1
* vo_xv: fix compilation of SHM not availablewm42013-11-051-1/+1
* travis: update ffmpeg stable to 1.2.4 tarballStefano Pigozzi2013-11-051-1/+1
* travis: Update libav stable tarballTimothy Gu2013-11-051-1/+1
* playlist: rewrite PLS parserwm42013-11-042-140/+22
* demux_mkv: fix compiler warningswm42013-11-042-3/+3
* Adjust wayland definesPaweł Forysiuk2013-11-042-3/+3
* vdpau: drop required/deprecated access to a libavcodec struct fieldwm42013-11-041-3/+0
* stream_lavf: don't duplicate list of rtmp protocolswm42013-11-041-6/+4
* stream_lavf: support more libavformat protocolswm42013-11-041-1/+3
* vo_opengl: cosmetics/fix typoswm42013-11-042-2/+2
* vo_opengl: reserve 4 texture units for video instead of 3wm42013-11-041-5/+5
* osx: fix -Wshadow warnings on platform specific codeStefano Pigozzi2013-11-042-7/+7
* Merge remote-tracking branch 'origin/have_configure'Stefano Pigozzi2013-11-0452-503/+534
|\
| * fix HAVE_PTHREADS being undefined on windowswm42013-11-041-0/+1
| * fix HAVE_JACK being undefinedwm42013-11-041-0/+1
| * define HAVE_COREAUDIO on platforms other than OSXwm42013-11-041-0/+1
| * fix weird DPMS->EXT replacementwm42013-11-041-3/+3
| * Merge branch 'master' into have_configurewm42013-11-0428-94/+478
| |\