]> git.sesse.net Git - vlc/history - modules/stream_out
Add video filters panel
[vlc] / modules / stream_out /
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-09 Rémi Denis-CourmontFix TTL in c= line
2006-11-09 Christophe Massiot * modules/stream_out/autodel.c: Removed unused call...
2006-11-09 Christophe Massiot * modules/stream_out/autodel.c: New autodel module...
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-10-23 Jean-Paul SamanPatch by aurelien: properly test for NULL.
2006-10-20 Rémi Denis-CourmontAnother TTL string unduped
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Derk-Jan Hartman* undo [16970]. Stick to 4 byte startcodes and single...
2006-10-07 Derk-Jan Hartman* Improve the h264 rtp muxing even more. Should now...
2006-10-07 Derk-Jan Hartman* Skip nal type 7 and 8 in RTP muxing.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-26 Jean-Paul SamanFix: Quicktime 404 error on RTSP SETUP. Patch by Brian...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-10 Clément StenacFix typo
2006-09-09 Rémi Denis-CourmontReally fix SDP ordering here too (closes #716 again)
2006-09-08 Rémi Denis-CourmontFix SDP line ordering (closes #716)
2006-09-08 Sam Hocevar * modules/stream_out/rtp.c:
2006-09-06 Clément StenacUse the "video filter2" capability for transcode's...
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-08-29 Derk-Jan Hartman* copy [16427] to the switcher module as well. ( is...
2006-08-28 Jean-Paul SamanTry to reopen the audio encoder when channels dimension...
2006-08-23 Jean-Paul SamanFix bugs in loading of audio transcoding filters.exit
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-20 Jean-Paul SamanDon't force s16l as fourcc but let that depend on the...
2006-08-17 Gildas Bazin* modules/stream_out/transcode.c: couple of small fixes.
2006-08-15 Derk-Jan Hartman* provide the SPS and PPS in the SDP when doing h264...
2006-08-06 Jean-Paul Samanenabled check for p_sys->i_channels>2 again for mp3...
2006-08-06 Jean-Paul SamanImplement afilter transcode filters and renamed vfilter...
2006-08-04 Jean-Paul SamanSome cleanup of whitespace
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-31 Filippo CaroneVideo resize function added in libvlc.
2006-07-09 Antoine Cellerier#transcode{vfilter=...} only works with video filter2...
2006-07-08 Clément StenacFix some crashes
2006-07-04 Sam Hocevar * modules/stream_out/transcode.c: improve error messa...
2006-06-10 Rémi Denis-CourmontInclude bitrate in SDP when known.
2006-05-25 Derk-Jan Hartman* H264 RTP packetization by Vitaly V. Bursov <vitalyvb...
2006-05-02 Benjamin Pracht* Hopefully fix a long lasting refcount issue in the...
2006-04-29 Rémi Denis-CourmontUse strlcpy
2006-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-04-13 Clément StenacString stuff
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-31 Clément StenacBe a bit more verbose (Refs:#438)
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
2006-03-23 Derk-Jan Hartman* Fix AMR RTP muxing. patch by Alex Antropoff <alant...
2006-03-22 Jean-Paul SamanAdd support for X-Playnow RTSP option
2006-03-19 Christophe Mutricystream_out/*: String review (refs #438)
2006-03-18 Clément StenacTranscode cropping/padding patch by Udo Richter < udo...
2006-03-14 Derk-Jan Hartman* We are not gonna start naming options to RFCs. Let...
2006-03-14 Rémi Denis-CourmontWhoops. Disable by default for now.
2006-03-14 Rémi Denis-CourmontApply RFC3016 RTP packetizer patch from Alex Antropoff
2006-03-08 Rémi Denis-CourmontFix TTL range check
2006-03-01 Derk-Jan Hartman* trackID changes for the VLC rtsp server as suggested...
2006-02-28 Derk-Jan Hartman* Fix the rtp module to not create broken SDPs. muxed...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-22 Jean-Paul SamanUse include <file.h> for include files that can be...
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-13 Rémi Denis-CourmontFurther fopen() unicode fixes (refs #528)
2006-02-11 Clément Stenaconly round width and scale height accordingly
2006-02-11 Clément StenacRound scaled sizes to 16 (Closes:#524)
2006-02-11 Rémi Denis-CourmontHandle TTL in SDP properly (IPv4 at least) for raw...
2006-02-11 Rémi Denis-Courmont- Fix typo in previous commit
2006-02-11 Rémi Denis-CourmontSimplify [12964]
2006-02-05 Antoine Celleriersout-standard-url is deprecated
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-23 Clément StenacGather some sout stats (Refs:#473)
2006-01-16 Jean-Paul SamanWhitespace cleanup
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Felix Paul Kühneo.O (refs [13767])
2005-12-15 Felix Paul Kühne* unify the Time-To-Live string and fix its Spanish...
2005-11-29 Clément StenacRemove SLP (Closes:#434)
2005-11-23 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Fixed BeOS build.
2005-11-23 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Handle on-the...
2005-11-23 Christophe Massiot * modules/stream_out/switcher.c: More logging.
2005-10-31 Gildas Bazin* modules/stream_out/transcode.c: fixed small memleak.
2005-10-27 Marian Durkovicfix relation between MTU and RTP max packet size -...
2005-10-26 Marian Durkovicfixed SAP c= line TTL issue in #standard,
2005-10-25 Marian Durkovicfix for SAP announcements:
2005-10-24 Marian Durkovicfixed SAP announcement deletion for muxed streams
2005-10-23 Marian DurkovicSAP announcer needs destination address in URI
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-10-23 Marian Durkovicif no mux, add TS also for RTP
2005-10-20 Marian Durkovicsend proper info in m= line of SAP announcements:
2005-10-20 Marian Durkovicfixed some issues with port numbers
2005-10-20 Marian Durkovicfixed rtp with mux=ts
2005-10-09 Laurent Aimar * standard: allow to use 'dst' instead of 'url' (consi...
2005-09-17 Clément StenacSelect the correct input in #display (Closes:#343)
2005-08-31 Gildas Bazin* modules/stream_out/transcode.c, src/input/decoder...
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-12 Christophe Massiot * modules/stream_out/transcode.c: New --sout-transcode...
2005-08-11 Jean-Paul SamanFix revision 12116 which broke other transcode options...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
2005-08-08 Antoine Celleriersome more trailing spaces
2005-08-08 Antoine Cellerierdelete trailing spaces ...
2005-08-05 Christophe Massiot * modules/stream_out/transcode.c: Fixed DTS madness...
2005-07-31 Rémi Denis-Courmont- Put IP6 instead of IP4 when appropriate
next