Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-14 | Limit pts messages to verbosity level 3. | Torsten Jager | |
Flood log only when requested. | |||
2013-10-14 | demux_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-14 | demux_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-14 | Copyright year update by hg log info #2. | Torsten Jager | |
2013-10-04 | ff_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-04 | Fix 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-01 | Clean up vaapi µs delay code. | Darren Salt | |
2013-10-01 | Fixed converting pointer to int | Petri Hintukainen | |
2013-10-01 | Hide warining: 'fields[?]' may be used uninitialized in this function | Petri Hintukainen | |
2013-09-30 | replace deprecated gtk_pixbuf_unref() with g_object_unref() | Petri Hintukainen | |
2013-09-30 | g_type_init() is deprecated | Petri Hintukainen | |
2013-09-30 | gsl_read_file(): check for read error | Petri Hintukainen | |
2013-09-30 | goom: comment out unused functions | Petri Hintukainen | |
2013-09-30 | goom: Mark data static const. Use union to fix initialization. | Petri Hintukainen | |
2013-09-30 | goom: mark static functions static | Petri Hintukainen | |
2013-09-30 | goom: fix declarations of functions without parameters | Petri Hintukainen | |
2013-09-30 | goom: fix warning: * may be used uninitialized in this function | Petri Hintukainen | |
2013-09-30 | goom: add const to eliminate warnings | Petri Hintukainen | |
2013-09-30 | Hide warning | Petri Hintukainen | |
2013-09-30 | Fixed warnings | Petri Hintukainen | |
2013-09-30 | Fix 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-30 | audio_alsa_out: snd_pcm_sw_params_set_xfer_align() is deprecated | Petri Hintukainen | |
2013-09-30 | audio_out: move speaker arrangement enum values and help strings to common ↵ | Petri Hintukainen | |
header. | |||
2013-09-30 | Hide warning: unused variable 'frame' | Petri Hintukainen | |
2013-09-30 | Added const | Petri Hintukainen | |
2013-09-29 | Fix mpc_reader_read() | Petri Hintukainen | |
2013-09-29 | Use ffmpeg ADPCM_G726 decoder | Petri Hintukainen | |
2013-09-29 | Fix warnings in ogg/speex/theora/vorbis | Petri Hintukainen | |
Moved plugin init function declarations to header. | |||
2013-09-29 | demux_flac: implement flac_length_callback() | Petri Hintukainen | |
2013-09-29 | Fixed using uninitialized variables | Petri Hintukainen | |
2013-09-29 | Added buffer type for ADPCM G.726 | Petri Hintukainen | |
2013-09-28 | Improve locating of avcodec.h by replacing the sed scripts. | Darren Salt | |
2013-09-27 | Merge. | Darren Salt | |
2013-09-27 | color_matrix.c: default to "Signal+Size". | Torsten Jager | |
This is preferred on any half-way sRGB compliant monitors. | |||
2013-09-27 | yuv2rgb_mmx: fix swapped modes. | Torsten Jager | |
This bug probably never hit anyway. Nobody uses 24bpp X displays, as they are way slower than 32 bit ones, or even unsupported by hw. | |||
2013-09-27 | demux_qt: simple (E)AC3 support. | Torsten Jager | |
Works at least with dvb stuff. | |||
2013-09-27 | Added const | Petri Hintukainen | |
2013-09-27 | Silence warning | Petri Hintukainen | |
2013-09-27 | vaapi: fix yuy2_to_nv12 | Petri Hintukainen | |
2013-09-27 | Added const | Petri Hintukainen | |
2013-09-27 | Hide warning | Petri Hintukainen | |
2013-09-27 | Hide warnings | Petri Hintukainen | |
2013-09-27 | Added const | Petri Hintukainen | |
2013-09-27 | Hide warnings | Petri Hintukainen | |
2013-09-27 | Added const | Petri Hintukainen | |
2013-09-27 | Silenced warnings | Petri Hintukainen | |
2013-09-26 | demux_nsv: removed extra input->get_current_pos() call | Petri Hintukainen | |
(was duplicated when the function was splitted in 2004 ...) | |||
2013-09-26 | Silenced warnings | Petri Hintukainen | |
2013-09-26 | Added const | Petri Hintukainen | |
2013-09-23 | input_bluray: improved title transitions | Petri Hintukainen | |
When playlist ends, wait until all frames have been displayed. Without this menus are opened too early (while the old playlist is still playing) |