]> git.sesse.net Git - vlc/history - src/input/decoder.c
decoder: inline one function
[vlc] / src / input / decoder.c
2014-08-24 Rémi Denis-Courmontdecoder: inline one function
2014-04-24 Rafaël CarréDo not try to packetize if we couldn't find a packetizer
2014-04-02 Rémi Denis-Courmontdecoder: fix potential NULL dereference
2014-04-01 Rémi Denis-Courmontdecoder: fix debug message
2014-02-15 Jean-Paul SamanRevert "input core: add status field per elementary...
2014-02-15 Jean-Paul Samaninput core: add status field per elementary stream
2014-02-15 Jean-Paul Samansout: report muxer errors back
2014-02-15 Rafaël CarréUse block_ChainRelease
2014-02-15 Rafaël Carréinput_clock_ConvertTS: log failures
2014-02-07 Matthias Keiserdecoder: check video orientation in vout_new_buffer()
2014-02-07 Julian Scheeldecoder: Give packetizer aspect ratio to decoder.
2014-01-13 Rafaël Carrécore: ask video decoder to return its buffered pictures
2013-12-19 Rafaël CarréSimplify message when codec could not be found
2013-12-19 Rafaël CarréImprove the unsupported codec errors
2013-12-13 Felix Abecassisinput: rename members and functions previously related...
2013-12-13 Felix Abecassisinput: remove useless function DecoderFlushBuffering...
2013-12-13 Felix Abecassisinput: remove sout decoder buffering.
2013-12-13 Felix Abecassisinput: remove subpicture decoder buffering.
2013-12-13 Felix Abecassisinput: remove video decoder buffering.
2013-12-13 Felix Abecassisinput: remove audio decoder buffering.
2013-12-02 Rafaël Carrédecoder: Simplify DecoderWaitUnblock() proto
2013-12-02 Rafaël Carrédecoder: merge DecoderError into DecoderProcess
2013-12-02 Rafaël Carrédecoder: cosmetics
2013-11-17 Denis CharmetIncrease dpb size for HEVC
2013-10-30 Rafaël CarréAudio decoder: output buffered decoded frames on EOF
2013-09-09 Rafaël CarréClosed Captions: spawn a decoder thread
2013-08-26 Rémi Denis-CourmontRemove unused variables
2013-07-26 Rémi Denis-Courmontdecoder: separate aout initialization from buffer alloc...
2013-07-26 Rémi Denis-Courmontaout: inline aout_DecDeleteBuffer()
2013-07-26 Rémi Denis-Courmontaout: inline aout_DecNewBuffer()
2012-10-31 Rémi Denis-Courmontinput: simplify/inline aout resource handling
2012-06-02 Rémi Denis-Courmontdecoder: remove broken pause assertion (fix #6566)
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-22 Rémi Denis-CourmontReplace remaining call sites of aout_BufferFree()
2012-05-03 Rémi Denis-Courmontdecoder: work around race whereby pause kicks during...
2012-05-03 Rémi Denis-Courmontdecoder: demote incorrect warning
2012-05-03 Rémi Denis-Courmontdecoder: keep the lock around DecoderWaitDate() and...
2012-04-23 Rémi Denis-Courmontdecoder: cosmetic, balance mutex around a for-loop
2012-04-23 Rémi Denis-Courmontdecoder: simplify and avoid immediate unlock/lock pair
2012-04-23 Rémi Denis-Courmontdecoder: cosmetic change, do not special case flushing
2012-03-11 Rémi Denis-Courmontdecoder: stricter assertion
2012-03-11 Rémi Denis-Courmontdecoder: pause aout at creation in corner case (fix...
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...
next