2107 Commits (d44f9d26aec48a4af5e4eccca6fb1fc9bbc75c13)

Author SHA1 Message Date
Gildas Bazin d44f9d26ae * include/vlc_codec.h: defines decoders/encoders related structures here. 23 years ago
Gildas Bazin c28682f6ad * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences. 23 years ago
Gildas Bazin 52f2126b0a * modules/misc/sap.c: fixed win32 breakage. 23 years ago
Clément Stenac 260e120d83 * Fixed slider values (boundaries were wrong, some values were unreachable) 23 years ago
Clément Stenac e8fbf16e4d Compilation fix 23 years ago
Clément Stenac 123a98f9d6 * modules/misc/httpd.c: added missing sanity checks 23 years ago
Gildas Bazin 67c26fdc7c * modules/mux/mp4.c: Use SoundDescription instead of SoundDescriptionV1. 23 years ago
Gildas Bazin 9549f78f20 * modules/gui/wxwindows/*: compilation fixes for the unicode version. 23 years ago
Clément Stenac 12cbd4c8b6 * include/vlc_playlist.h 23 years ago
Gildas Bazin 80a06d334f * modules/packetizer/mpeg4audio.c: ported to the new decoder api and added ADTS streams packetization. 23 years ago
Rocky Bernstein ddd4b1ddc2 Add ability to dynamically set debug ouput. 23 years ago
Rocky Bernstein a17a2eba75 Add pf_demux_control setting. Also fix some small typos. 23 years ago
Clément Stenac df4116fc59 * use the new look also for capabilities and main helps. 23 years ago
Gildas Bazin 1c2c4af53f * modules/codec/mpeg_audio.c: fixes and improvements. 23 years ago
Sigmund Augdal Helberg 84c04e7279 modules/gui/wxwindows/preferences.cpp: 23 years ago
Gildas Bazin fd05dc698e * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein. 23 years ago
Gildas Bazin 580edf4df5 * modules/gui/wxwindows/wxwindows.cpp: fix for the skins showing the popup menu even when left-clicking with the mouse. 23 years ago
Gildas Bazin d3daf21fd9 * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api. 23 years ago
Gildas Bazin 123367786f * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders. 23 years ago
Gildas Bazin 782cc32bdb * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support. 23 years ago
Sigmund Augdal Helberg f49d070542 src/libvlc.h: fixed line length of a string 23 years ago
Gildas Bazin d33c1fc3e3 * modules/stream_out/transcode.c: get decoder specific info from the audio encoder (useful for MPEG AAC). 23 years ago
Jean-Paul Saman d434d7a9e5 Some fixes for file listing and playlist. Do not use this interface yet, it is not useable now. 23 years ago
Gildas Bazin 4f3ee7be01 * modules/codec/cinepak.c: ported the cinepak decoder to the new api. 23 years ago
Derk-Jan Hartman 2f24327b86 * compilation fix 23 years ago
Jean-Paul Saman 057ed2ca4d Rework in DVB plugin to allow tuning to DVB-T cards. 23 years ago
Derk-Jan Hartman e26f8fd1f4 * src/libvlc.h: 23 years ago
Jean-Paul Saman db7f59de42 Fix bug for DVB-T tuning. The code always used default upper and lower frequencies from DVB-S for DVB-T, but for DVB-T they could very well be different. Now using --lnb-lof1, --lnb-lof2 and --lnb-slof values are used by default instead. This make it overrideable on the commandline. 23 years ago
Derk-Jan Hartman 7c64ed1692 * modules/misc/freetype.c: spelling errors 23 years ago
Derk-Jan Hartman b8b1c4e90c * Did you know that VCR2 and PIM1 are actually MPEG1 ? 23 years ago
Derk-Jan Hartman 2290ce7c64 * Added a bunch of fourcc's 23 years ago
Gildas Bazin 91f6deaecd * modules/codec/subsdec.c: cleaned up and ported the text subtitles decoder to the new decoder api. 23 years ago
Jean-Paul Saman 2f72e38f4f Implementing new PDA User Interface design using the GTK2 widget set. This interface is currently in a rewrite and is currently unuseable. However: 23 years ago
Derk-Jan Hartman 699c64c8db * Fixed some small inconsistancy. 23 years ago
Gildas Bazin c60aacd5f8 * modules/codec/a52.c: fixes and simplifications. 23 years ago
Gildas Bazin 706de3e3b2 * modules/demux/ogg.c: had mistakenly got rid of the old i_dts = i_stop_date hack for text subtitles. 23 years ago
Gildas Bazin 2d80f7c247 * modules/stream_out/transcode.c: get the mp4v vol data from the encoder. This will make the mp4 muxer happy transcoded mp4v. 23 years ago
Sam Hocevar 74b2905711 * Fixed license blurb; these files have always been *GPL*ed. 23 years ago
Gildas Bazin a1b3ffaedf * include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;) 23 years ago
Gildas Bazin a4ee447788 * include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec. 23 years ago
Derk-Jan Hartman ebc29b883c * compile before you commit 23 years ago
Derk-Jan Hartman 9f797e41ba * src/input/input.c: fixed usage of sub-file variable. 23 years ago
Gildas Bazin 6877b7bef4 * modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining). 23 years ago
Gildas Bazin 7088ececf1 * modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now). 23 years ago
Gildas Bazin a4d9dd4ef3 * modules/codec/theora.c: don't forget to delete the sout instance. 23 years ago
Gildas Bazin 9fbf506fff * modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader(). 23 years ago
Gildas Bazin bff03e0b86 * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes. 23 years ago
Gildas Bazin f5012c5545 * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now. 23 years ago
Gildas Bazin 653b4cc30a * modules/demux/ogg.c: support for 'chaining' (concatenated ogg streams). 23 years ago
Gildas Bazin e14437f305 * modules/codec/ffmpeg/*: some chroma conversion routines require libavcodec to be initialised. 23 years ago