summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-12-16Tell the Real demuxer about http references.Darren Salt
2007-12-14Convert XML to UTF-8 for parsing if a BOM is detected.Darren Salt
2007-12-13Set stream information only when reading a streaminfo FLAC block.Diego 'Flameeyes' Pettenò
2007-12-13If the number of channels is not in the known cases, return a failure.Diego 'Flameeyes' Pettenò
2007-12-14Fixed a crash that happened when a video output was closedMatthias Kretz
2007-12-13Free the temporary variables that are allocated, avoid memory leaks.Diego 'Flameeyes' Pettenò
2007-12-10Simplify Pulse plugin reverting some of today's changes and going back from t...Diego 'Flameeyes' Pettenò
2007-12-10Backport the PulseAudio plugin from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-09Enable the WMV VC1 (ffmpeg) codec.Darren Salt
2007-12-08spudvb osd update fixChristophe Thommeret
2007-12-07Don't try to free the frame if it's not allocated. Fixes bug FS#3.Diego 'Flameeyes' Pettenò
2007-12-07Fix compilation of DXR3 support with external ffmpeg. Untested with actual DXR3.Darren Salt
2007-12-04fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl...Matthias Kretz
2007-12-03Fixed a race condition between ao_loop and ao_close to not lose the last buffer.Matthias Kretz
2007-12-02silence stdout of ogg demuxerMatthias Kretz
2007-12-02Don't signal fifo->empty right after reading the last bufferMatthias Kretz
2007-12-02remove redundant checkMatthias Kretz
2007-12-02Fixed ALSA close function to not discard all data that had been written but n...Matthias Kretz
2007-11-25Fix a signedness issue in genre number validation.Darren Salt
2007-11-25Avoid any future need to alter ID3_GENRE_COUNT.Darren Salt
2007-11-25patch adding additional ID3 genresMaximilian Schwerin
2007-11-24Add option to disable Nosefart/NSF plugin building.Diego 'Flameeyes' Pettenò
2007-11-23Merge.Darren Salt
2007-11-23fix one warning; remove unused variable; make float->int conversion a bit mor...Matthias Kretz
2007-11-23log if send_headers returned with DEMUX_FINISHEDMatthias Kretz
2007-11-23fix read_ogg_packet to really read all of the data; don't go into DEMUX_FINIS...Matthias Kretz
2007-11-19add support for GNU/kFreeBSDPetr Salinger ext:(%20)
2007-11-20Mark the PPC asm memcpy() implementations as hidden symbols.Diego 'Flameeyes' Pettenò
2007-11-18Get filesize from metadata, when available.Claudio Ciccani
2007-11-18Implemented a faster method to seek to absolute position (seek+resync).Claudio Ciccani
2007-11-17Send headers using script information as reference (when available).Claudio Ciccani
2007-11-15using select instead of nanosleep the wakeup count reported by powertop is re...Matthias Kretz
2007-11-15assert that not more than the buffersize is readMatthias Kretz
2007-11-15when the stream is paused fifo_wait_empty will wait forever. In that case weMatthias Kretz
2007-11-13Fix a possible DVB plugin crash when switching channels.Darren Salt
2007-11-13Missing channels.conf (ATSC)Tom Shield
2007-11-13Improve the "no channels.conf" message; tidy up local variable initialisation.Darren Salt
2007-11-12Do not mind about ASX playlist version.Claudio Ciccani
2007-11-11Merge transplanted patches.Darren Salt
2007-11-11Reset the previous screen resolution after switching to fullscreen.Claudio Ciccani
2007-11-11Added FOURCC for VP6F.Claudio Ciccani
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Fix interfacing FFmpeg especially for interlaced content.Reinhard Nißl
2007-11-10Fix detection of last.fm servers.Diego 'Flameeyes' Pettenò
2007-11-09Update videodev2.h header with copy from Linux 2.6.23.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-11-06Change how the RealPlayer codecs are detected.Darren Salt
2007-11-06Decode numbered XML char entities as UTF-8, and support codes >= 256.Darren Salt
2007-11-05Add another RealPlayer codecs path.Darren Salt
2007-11-01Improve interfacing FFmpeg especially for interlaced content.Reinhard Nißl