]> git.sesse.net Git - vlc/history - src/input/decoder.c
Cosmetic.
[vlc] / src / input / decoder.c
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.
2008-06-05 Pierre d'Herbemontinput: Explain a bit more how --auto-adjust-pts-delay...
2008-06-05 Pierre d'Herbemontinput: Add --auto-adjust-pts-delay, this allows to...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-25 Rémi Denis-CourmontRemove audio output recycling support. It kept crashing.
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-01 Rémi Denis-CourmontDon't compile sout code if sout is disabled
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-03 Pierre d'Herbemontsrc/input/decoder.c: More unused args fix.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-14 Laurent AimarFixed segfault with --minimize-threads
2007-10-02 Laurent AimarAdded a new decoder function (decoder_GetDisplayDate...
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2007-06-14 Laurent AimarFixed segfault with subtitle.
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-03 Laurent AimarFixed vlc_meta_SetXXX macros
next