]> git.sesse.net Git - vlc/history - src/input/decoder.c
Fixed memory leak of 1 audio(video?) buffer when quitting.
[vlc] / src / input / decoder.c
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
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-29 Laurent AimarFactorize code.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-02-27 Laurent AimarRemoved dead code.
2007-02-25 Laurent AimarCopy complete es format descriptor when extra data...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-09-21 Sam Hocevar * "synch" -> "sync" (gniihiihiimineeeeerveuh)
2006-09-04 Sam Hocevar * src/input/decoder.c: sorry, I'm not allowed to...
2006-09-03 Sam Hocevar * src/input/decoder.c: use real, nice quotes.
2006-09-03 Sam Hocevar * src/input/decoder.c: fix "unsupported fourcc" fatal...
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-17 Gildas Bazin* modules/demux/mp4/mp4.c, src/input/decoder.c: support...
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-12 Dennis van Amerongen* typo consummed -> consumed
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacSome more stats preliminary work
2005-10-31 Marian Durkovicavoid rounding problems
2005-10-31 Marian Durkovicsar_num needs to be adjusted as well
2005-10-30 Gildas Bazin* src/video_output/video_output.c, src/input/decoder...
2005-10-19 Marian Durkovic1088->1080 fix for broken HDTV encoders; could be disab...
2005-10-18 Marian Durkoviccalculate SAR from visible width/height
2005-10-09 Boris Dorès+ src/input/decoder.c src/libvlc.h:
2005-09-25 Boris Dorès- the creation of the audio filter pipeline when specif...
2005-08-31 Gildas Bazin* modules/stream_out/transcode.c, src/input/decoder...
2005-07-13 Rémi Denis-CourmontForgot these files
2005-07-10 Rémi Denis-Courmonttabs => spaces
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-01 Gildas Bazin* src/input/decoder.c: check for codec extra data chang...
2005-04-19 Laurent Aimar * decoder: fix a crash with delete spu.
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-02-21 Laurent Aimar * block: added
2004-10-02 Clément StenacFix segfault when spu heap is full
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-09-07 Gildas Bazin* src/input/decoder.c, modules/codec/faad.c: work aroun...
2004-08-30 Gildas Bazin* ALL: use rgb mask members in video_format_t.
2004-08-26 Gildas Bazin* src/input/decoder.c: forward the p_block->i_rate...
2004-08-26 Eric Petit + input/decoder.c: detach decoder after vout_Request...
2004-08-22 Gildas Bazin* src/input/decoder.c: don't forget that packetizers...
2004-08-13 Gildas Bazin* src/input/decoder.c: spu_new_buffer() now tries a...
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-07-29 Gildas Bazin* src/input/decoder.c: don't let the decoder/packetizer...
2004-07-08 Gildas Bazin* src/input/decoder.c: better pictures leakage detection.
2004-06-25 Laurent Aimar * sub ->subtitle : converted sub.c to a 'real' demux2.
2004-06-22 Laurent Aimar * all: rework of the input.