summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-02support Vorbis-style comments in FLAC, courtesy of Maximilian Schwerin,Mike Melanson
2006-03-01- no need to convert to UTF-8 if the "from" encoding is already UTF-8Bastien Nocera
2006-02-19fix playing SIF DVDsMiguel Freitas
2006-02-14printf() format check & constness fixups.Darren Salt
2006-02-14Make input-only pointers point to const data.Darren Salt
2006-02-14Missing #include.Darren Salt
2006-02-14Replace some variables with #defines to allow printf() argument checking.Darren Salt
2006-02-14Fix a compiler warning.Darren Salt
2006-02-14Kill some printf() warnings.Darren Salt
2006-02-14Fix some compiler warnings.Darren Salt
2006-02-14Workaround: force -Os for dsputil_mmx.c to allow compilation to succeed.Darren Salt
2006-02-14Make smb_auth() static.Darren Salt
2006-02-14Kill a printf() warning.Darren Salt
2006-02-14Minor constness fixups.Darren Salt
2006-02-11Fix missing #include (for BE_16).Darren Salt
2006-02-09Added X11 OSD support to XDirectFB driver.Claudio Ciccani
2006-02-09fix variable declarationMiguel Freitas
2006-02-08- fix from Thibaut Mattern for the second magic for JPEG filesBastien Nocera
2006-02-08- push the priority of the gdk-pixbuf decoder above the ImageMagick oneBastien Nocera
2006-02-08- add content detection to the image demuxer, up the priority above thatBastien Nocera
2006-02-07- feed data to the GdkPixbufLoader piecemeal, as opposed to in a big chunkBastien Nocera
2006-02-06PATCH: detect aspect ratio changes in MPEG2 videoMiguel Freitas
2006-02-06- Fix compilation with older versions of GCCBastien Nocera
2006-02-06PATCH: fix PTS wrap detection and add preview buffer support to demux_mpeg_pesMiguel Freitas
2006-02-05New image noise post plugin (useful for mitigating some compression artifacts)Miguel Freitas
2006-02-05New volume normalization post plugin ported by Jason TackaberryMiguel Freitas
2006-02-05[xine-devel] PATCH: crash in ao_change_settings when using framegrab audioMiguel Freitas
2006-02-05try to fix "deadlock" in ao_open() when waiting on empty out_fifo to get emptyMiguel Freitas
2006-02-05segfault fix by Vedran RodicMiguel Freitas
2006-02-05[xine-devel] PATCH: add control buffer for resetting audio decoder's track mapMiguel Freitas
2006-02-05Fix detection of locale containing a modifier (like "@euro")Miguel Freitas
2006-02-05another CDDB parsing patch by Christopher MartinMiguel Freitas
2006-02-05ffmpeg syncMiguel Freitas
2006-02-05patch by Vlad Seryakov (don't change anything if parameters == -1)Miguel Freitas
2006-02-05Fix xxmc subpictures (broken since 1.1.1)Miguel Freitas
2006-02-04Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)Miguel Freitas
2006-02-04sparc build fix from DiegoMiguel Freitas
2006-02-04add browsable capability to input_smb by XavierMiguel Freitas
2006-02-02libsmbclient seems messing up intl'. Adding locale save/restore workaround.Daniel Caujolle-Bert
2006-02-02Add an gdk-pixbuf image decoder, faster than the ImageMagick one...Bastien Nocera
2006-02-01bugfix: prevent input_cdda from closing file descriptors like stdin while usi...Stefan Holst
2006-02-01Fix the sorting of plugin priorities, as per Thibaut's mailBastien Nocera
2006-01-30Take into account the frame field when deinterlacing.Claudio Ciccani
2006-01-29Imported FusionSound audio driver.Claudio Ciccani
2006-01-29Converted windows eol to unix eol (i.e. replaced '\r\n' by '\n').Claudio Ciccani
2006-01-28updates from Claudio CiccaniMiguel Freitas
2006-01-28Forgotten files.Thibaut Mattern
2006-01-27Fix a typo and output the PTS value (as for other, nearby, metronome messages).Darren Salt
2006-01-27Fixed a bug introduced by my list rewrite.Thibaut Mattern
2006-01-27Fixed bugs.Thibaut Mattern