summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-31Added INPUT_CAP_NO_CACHEPetri Hintukainen
(Do not use input_cache plugin)
2013-10-29Add libvpx-dev to Debian build deps.Darren Salt
2013-10-29Update changelog.Petri Hintukainen
2013-10-29ffmpeg: remove trailing space from codec id in mkcodeclist.plPetri Hintukainen
Fixes missing mappings for HEVC and SNOW.
2013-10-29Added VP8/VP9 decoder using libvpxPetri Hintukainen
2013-10-29Use ffmpeg HEVC decoderPetri Hintukainen
2013-10-29demux HEVC from mpeg-tsPetri Hintukainen
2013-10-29Demux VP9 and HEVC from matroskaPetri Hintukainen
2013-10-29Added buffer types for VP9 and HEVCPetri Hintukainen
2013-10-24demux_qt: add audio language info.Torsten Jager
2013-10-24demux_flv: add audio language info.Torsten Jager
Read: fix misleading frontend audio selector list.
2013-10-22demux_qt: add multitrak audio support.Torsten Jager
Long overdue I think. To do: provide language info.
2013-10-14Limit pts messages to verbosity level 3.Torsten Jager
Flood log only when requested.
2013-10-14demux_real.c: better a/v sync part 2.Torsten Jager
cook audio frames are fairly long (almost 2 seconds). For obfuscation purposes, they are sent as multiple fragments in intentionally wrong order. The first sent fragment has the timestamp for the whole frame. Sometimes, the remaining fragments carry fake timestamps interpolated across the frame duration. Let's be careful not to trap metronom into a big lag.
2013-10-14demux_real.c: better a/v sync.Torsten Jager
Metronom does not strictly follow audio pts. They usually are too coarse for seamless playback. Instead, it takes the latest discontinuity as a starting point. This can lead to terrible lags for our very long audio frames (nearly 2" for cook). So let's make sure audio has the last word here.
2013-10-14Copyright year update by hg log info #2.Torsten Jager
2013-10-14Update changelog.Darren Salt
2013-10-04ff_audio_decoder: add ATRAC 3 support, and fix some COOK audio trouble.Torsten Jager
I dont wanna lose my early 2000's videoteque. Maybe this needs my upcoming demux_real audio fix for full functionality.
2013-10-04Fix realvideo reordered pts.Torsten Jager
Dont try to guess reordering scheme in demuxer. Just pass proper pts, and let the decoder reorder them along with the frame, like ff already does.
2013-10-01Clean up vaapi µs delay code.Darren Salt
2013-10-01Fixed converting pointer to intPetri Hintukainen
2013-10-01Hide warining: 'fields[?]' may be used uninitialized in this functionPetri Hintukainen
2013-09-30post.h: fix build regression #12387 and avoid nonportable __typeof__.Torsten Jager
2013-09-30replace deprecated gtk_pixbuf_unref() with g_object_unref()Petri Hintukainen
2013-09-30g_type_init() is deprecatedPetri Hintukainen
2013-09-30gsl_read_file(): check for read errorPetri Hintukainen
2013-09-30goom: comment out unused functionsPetri Hintukainen
2013-09-30goom: Mark data static const. Use union to fix initialization.Petri Hintukainen
2013-09-30goom: mark static functions staticPetri Hintukainen
2013-09-30goom: fix declarations of functions without parametersPetri Hintukainen
2013-09-30goom: fix warning: * may be used uninitialized in this functionPetri Hintukainen
2013-09-30goom: add const to eliminate warningsPetri Hintukainen
2013-09-30Hide warningPetri Hintukainen
2013-09-30Fixed warningsPetri Hintukainen
2013-09-30Fix READ_PREFETCH_2048 so that it won't be optimized out, re-ordered or ↵Petri Hintukainen
interleaved by compiler. Simplify generated code (no add).
2013-09-30audio_alsa_out: snd_pcm_sw_params_set_xfer_align() is deprecatedPetri Hintukainen
2013-09-30audio_out: move speaker arrangement enum values and help strings to common ↵Petri Hintukainen
header.
2013-09-30Hide warning: unused variable 'frame'Petri Hintukainen
2013-09-30Added constPetri Hintukainen
2013-09-29Fix mpc_reader_read()Petri Hintukainen
2013-09-29Use ffmpeg ADPCM_G726 decoderPetri Hintukainen
2013-09-29Fix warnings in ogg/speex/theora/vorbisPetri Hintukainen
Moved plugin init function declarations to header.
2013-09-29demux_flac: implement flac_length_callback()Petri Hintukainen
2013-09-29Fixed using uninitialized variablesPetri Hintukainen
2013-09-29Added buffer type for ADPCM G.726Petri Hintukainen
2013-09-28Fix build for Fedora 19 (gcc (GCC) 4.8.1 20130603 (Red Hat 4.8.1-1))Chris Rankin
2013-09-28Update german translations.Torsten Jager
2013-09-28Improve locating of avcodec.h by replacing the sed scripts.Darren Salt
2013-09-27Merge.Darren Salt
2013-09-27color_matrix.c: default to "Signal+Size".Torsten Jager
This is preferred on any half-way sRGB compliant monitors.