]> git.sesse.net Git - vlc/history - src/input/decoder.c
decoder: do not wait for buffering when there is no data
[vlc] / src / input / decoder.c
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.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
2008-09-30 Laurent AimarFixed potential race condition on vout release in decoder.
2008-09-30 Laurent AimarFixed sout #display.
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Rémi Denis-Courmonttypo
2008-09-28 Laurent AimarPause vout on decoder pause.
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarInclude input_clock.h only where needed.
2008-09-28 Laurent AimarMoved input decoder declaration to input/input_decoder.h
2008-09-28 Laurent AimarNo functionnal changes (decoder).
2008-09-28 Laurent AimarSupport for no clock in decoder (sout display).
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarCorrectly set order per subtitle decoder.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-18 Laurent AimarFixed subtitle flush to not flush on pause.
2008-09-18 Laurent AimarFlush subtitle on seek.
2008-09-13 Laurent AimarAdded a subtitle properties to subpicture.
2008-09-05 Laurent AimarAdded "intf-change-vout" variable to warn about vout...
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-01 Laurent AimarFixed decoder picture leak detection code.
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Laurent AimarCosmetics (Fixed mix up between 0 and NULL).
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-10 Laurent AimarFixed memory leak of 1 audio(video?) buffer when quitting.
2008-07-02 Laurent AimarAllow to stop decoder even in infinite decoder loop...
2008-06-28 Rémi DuraffortDon't leak an object in case of an error.
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-06 Pierre d'Herbemontinput: Comment on how to enable auto pts delay adjustement.
next