]> git.sesse.net Git - vlc/history - src/input/decoder.c
Removes trailing spaces. Removes tabs.
[vlc] / src / input / decoder.c
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.