]> git.sesse.net Git - vlc/history - src/input/decoder.c
Merge branch 1.0-bugfix
[vlc] / src / input / decoder.c
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)
2009-03-28 Laurent AimarDo not use only one vlc_cond_t for bidirectionnal signa...
2009-03-11 Laurent AimarFixed DecoderUpdatePreroll.
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-14 Laurent AimarUse the decoder output format instead of the input...
2009-02-14 Laurent AimarRemoved useless non-const static variable in decoder.c
2009-02-09 Laurent AimarCorrectly flush video/audio decoder in all cases.
2009-02-09 Laurent AimarFixed timestamp validity check in decoder (probably...
2009-02-05 Laurent AimarModify input_ressource_RequestVout to allow avoiding...
2009-02-05 Laurent AimarFixed aout visual vout recycling.
2009-01-26 Laurent AimarFixed missing type for b_was_paused.
2009-01-25 Laurent AimarCorrectly unpause the vout for reuse.
2009-01-21 Laurent AimarReduce locking and mdate count in input clock.
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-16 Laurent AimarPrivatized i_pts_delay (input_thread_t).
2009-01-06 Rémi Denis-CourmontRemove un-needed vlc_testcancel()
2009-01-05 Laurent AimarAllows requesting active aout/vout from an input with...
2009-01-05 Laurent AimarPrepare for safe (sout)/vout/aout recycling.
2009-01-05 Laurent AimarFixed audio played/lost statistics.
2009-01-05 Laurent AimarFast decoder thread cancellation.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-09 Laurent AimarCosmetics.
2008-12-09 Laurent AimarDisplay codec meta data.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-11-30 Laurent AimarFixed a potential vout object leak in decoder.
2008-11-29 Laurent AimarFixed OS-X compilation.
2008-11-29 Laurent AimarProtect audio decoder against invalid date.
2008-11-24 Laurent AimarUpdated codec informations on decoder output change.
2008-11-23 Laurent AimarAvoid a deadlock when a decoder is in error.
2008-11-23 Laurent AimarAllows audio output users to control vout creation.
2008-11-22 Christophe MutricyInclude event.h.
2008-11-22 Laurent AimarClean up input events.
2008-11-20 Laurent AimarFixed decoder deadlock when stream output control the...
2008-11-19 Laurent AimarFix deadlock when the decoder return an error.
2008-11-19 Laurent AimarFix potential invalid sout buffer chain in decoder.
2008-11-04 Laurent AimarFixed useless timestamp discontinuity with sout.
2008-11-01 Laurent AimarMoved out a few defines from vlc_config.h
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Rémi Denis-CourmontAnother small decoder thread simplification
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-23 Laurent AimarFixed a comment.
2008-10-23 Laurent AimarRevert "Another small decoder thread simplification"
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-23 Rémi Denis-CourmontFix decoder FIFO pacing.
2008-10-23 Rémi Denis-CourmontAnother small decoder thread simplification
2008-10-23 Laurent AimarFixed segfault with decoder_GetInputAttachments/GetDisp...
2008-10-22 Laurent AimarCosmetic.
2008-10-22 Laurent AimarFlush audio/subtitle in next frame.
2008-10-22 Laurent AimarAdded input_DecoderFrameNext (not yet used).
2008-10-22 Laurent AimarFixed display of first frame after seek while paused.
2008-10-22 Laurent AimarSplit vout_internal.h to hide vout_thread_t definition...
2008-10-22 Rémi Denis-CourmontDo not check for decoder error in the demux thread
2008-10-22 Rémi Denis-CourmontSmall code factorization
2008-10-18 Jean-Baptiste KempfRevert "Try to not confuse between Dolby Surround ...
2008-10-17 Pierre YnardUnbreak compilation with --disable-sout
2008-10-16 Jean-Baptiste KempfTry to not confuse between Dolby Surround (2.1) and...
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarFactorized forced vout picture releases.
2008-10-15 Laurent AimarMoved vout helpers out of decoder.c.
2008-10-15 Laurent AimarCosmetics.
2008-10-13 Laurent AimarSanitize input headers (pass 1).
2008-10-10 Laurent AimarDisplay first frame after a seek as soon as possible.
2008-10-09 Laurent AimarFixed possible NULL deference in teletext path (CID...
2008-10-08 Laurent AimarFixed decoder_GetDisplayDate while buffering.
2008-10-08 Laurent AimarObsoleted minimize-threads option.
2008-10-08 Laurent AimarFixed a potential deadlock.
2008-10-08 Laurent AimarImplemented buffering manipulation at the es_out level.
2008-10-08 Laurent AimarFactorize (decoder).
2008-10-08 Laurent AimarNo functional changes (decoder).
2008-10-08 Laurent AimarCosmetics.
2008-10-08 Laurent AimarProtect a few whiles againts possible broken decoder.
2008-10-08 Laurent AimarObsolete auto-adjust-pts-delay.
2008-10-08 Laurent AimarCosmetics (decoder)
2008-10-08 Laurent AimarImplemented audio flushing.
2008-10-08 Laurent AimarMore accurate decoder flush.
2008-10-08 Laurent AimarCosmetics (decoder)
2008-10-08 Laurent AimarAdded vout flush.
2008-10-08 Laurent AimarFactorize preroll code and prepare for correct flush.
2008-10-08 Laurent AimarSplit up DecoderDecode function.
2008-10-08 Rémi DuraffortFix use of unitialised value (CID 262)
2008-10-01 Laurent AimarFixed annoying lates frame when slowing speed.
2008-10-01 Laurent AimarNo functionnal changes (clean up)
2008-09-30 Laurent AimarFixed too restrictive assert in decoder.
2008-09-30 Laurent AimarLet decoder handle the audio/spu delay.
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few vout tests+statistics to decoder.
next