]> git.sesse.net Git - vlc/history - src/input/decoder.c
audio output must be reset if the format or channels mask changes
[vlc] / src / input / decoder.c
2012-03-06 Rémi Denis-Courmontaudio output must be reset if the format or channels...
2012-03-05 Rafaël CarréDecoderFixTs: deindent, cosmetics
2012-01-17 Laurent AimarRemoved now useless teletext hacks in the core.
2012-01-10 Laurent AimarAdded decoder_t::i_extra_picture_buffers field.
2011-12-04 Rafaël Carrévout_new_buffer: fix signed / unsigned comparison
2011-11-29 Rémi Denis-CourmontConvert rate stats to integer and remove useless float...
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-11 Rémi Duraffortdecoder: fix warning
2011-11-03 Laurent AimarWorkaround for video size incompatible with the colorspace.
2011-10-11 Stephan KrempelPreserve offsets set by demuxer
2011-09-08 Rafaël Carrédecoder: process the last block when closing
2011-09-05 Rémi Denis-CourmontFix warning
2011-08-25 Rémi Denis-CourmontRemove unused/unusable decoder_DeleteAudioBuffer()
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-08-10 Rémi Denis-Courmontdecoder: flush aout at end
2011-08-06 Rémi Denis-Courmontaout: hide "input" from decoder
2011-08-06 Rémi Denis-Courmontaout_DecNew: constify
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_DECODER type
2011-07-11 Rémi Denis-CourmontDo not check vlc_object_alive() on decoders
2011-06-09 Rémi Denis-CourmontCosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Rémi Denis-CourmontAlways create a new object with the parent object
2011-05-08 Laurent AimarDo not used vlc_thread_create() in input/decoder.c
2011-04-21 Rémi Duraffortdecoder: fix a segfault.
2011-04-07 Rémi Denis-Courmontdecoder: release the aout instance when we stop the...
2011-04-07 Rémi Denis-CourmontRequire an aout instance to create an aout input
2011-04-04 Rémi Denis-Courmontinput_DecoderCreate: create a decoder w/o input thread
2011-04-04 Rémi Denis-Courmontdecoder: do not emit output events if there is no input
2011-04-04 Rémi Denis-Courmontdecoder: do not update statistics if there is no input
2011-04-04 Rémi Denis-Courmontdecoder: do not try to fetch attachments if there is...
2011-04-04 Rémi Denis-Courmontdecoder: keep a pointer to resources independent of...
2011-04-04 Rémi Denis-CourmontCreateDecoder: common sub-expression
2011-03-08 Rémi Denis-CourmontEliminate dead code with !ENABLE_SOUT (fixes #4564)
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2010-11-01 Laurent AimarUsed the right object for messages in src/input/decoder.c
2010-10-30 Laurent AimarFixed playing end of decoded audio data.
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-06-19 Laurent AimarFixed video format decoder changes detection.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-01 Laurent AimarAt input EOF, wait for all pictures to be displayed.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-23 Laurent AimarManual revert of now unneeded a1b58a771b1bdfcca56d24541...
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-23 Laurent AimarRemoved now useless vout_CountPictureAvailable.
2010-04-23 Laurent AimarSplit vout_FixLeaks into vout_FixLeaks and vout_Reset.
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-03-03 Laurent AimarFixed picture leaks when unlinking a non displayed...
2010-03-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
2010-02-05 Laurent AimarFixed support for non dated teletext.
2010-01-31 Laurent AimarFixed input_GetEsObjects().
2010-01-30 Laurent AimarAdded input internal es_out_GetEsObjects to retreives...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-CourmontFactor vlc_object_release() into DeleteDecoder()
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2010-01-18 Rémi Denis-Courmontlibvlc: config_Get -> var_Inherit
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-10-19 Rémi Denis-CourmontRevert to 50 Mb FIFO limit on ARM
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-08 Marian ĎurkovičFix HDTV height for H.264 streams with correct PAR.
2009-07-27 Laurent AimarDo not decode subtitles too much in advanced.
2009-07-27 Laurent AimarCosmetics (create a DecoderWaitDate function).
2009-07-16 Laurent AimarAdded input_DecoderGetFifoSize helper.
2009-07-15 Laurent AimarIncreased fifo decoder size to 400mb.
2009-06-02 Derk-Jan HartmanCore: Closed Captions memleak
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi DuraffortAvoid \n in error messages.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-28 Laurent AimarFixed decoder spacing mode selection.
2009-04-28 Laurent AimarFixed b_out_pace_control value when using record.
2009-04-26 Laurent AimarComplete input/decoder.c review to use VLC_TS_INVALID.
2009-03-31 Rémi Denis-CourmontFormat string (make gcc happy)
next