summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpgaudio.c
AgeCommit message (Expand)Author
2008-02-18Backed out changeset 698d30889b29Thibaut Mattern
2008-02-15Fixed endianess problem.Thibaut Mattern
2008-02-14Fixed mp3 sniff code.Thibaut Mattern
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-03-29Disable logging that I've left enabled by mistake.Diego 'Flameeyes' Pettenò
2007-03-29Bitrate has to be 32-bit, or it overruns.Diego 'Flameeyes' Pettenò
2007-03-29Code cleanup: don't export all the bits read in the header to the whole plugi...Diego 'Flameeyes' Pettenò
2007-03-26More bitmasks, this might be interesting, as it reduces the size quite a bit,...Diego 'Flameeyes' Pettenò
2007-03-24Make sure that the big tables are both static and const, so that they don't g...Diego 'Flameeyes' Pettenò
2007-03-03Add two extra functions (inline as they are just a return statement) that che...Diego 'Flameeyes' Pettenò
2007-03-03Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu...Diego 'Flameeyes' Pettenò
2007-03-03Use LOG_MODULE in the log messages, so that during copy and paste I don't end...Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-02-03Broken MIME type.Darren Salt
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-09-03Send to the decoder the proper header, this way FFmpeg can decode mp3 files w...Diego 'Flameeyes' Pettenò
2006-08-12don't report extensions/mimetypes if required decoder is missingMiguel Freitas
2005-10-02Fixed overflow when computing bitrate.Thibaut Mattern
2005-10-01- CleanupThibaut Mattern
2005-09-15Added minimal id3 v2.4 support.Thibaut Mattern
2005-02-07make Valgrind happy with empty files.Thibaut Mattern
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-05simple protection...Thibaut Mattern
2004-05-04- Shoutcast packet handling cleanup.Thibaut Mattern
2004-04-22do the same as newest libmad: don't stop on reserved emphasisMiguel Freitas
2004-03-03An id3 parsing error is not a reason to not play the mp3 stream.Thibaut Mattern
2004-03-01check if there is enough bytes in the buffer before reading.Thibaut Mattern
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern
2003-12-06Discard MPEG video in content detection.Thibaut Mattern
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26oops, wrong bit.Thibaut Mattern
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26!= is evaluated _before_ &, so this is not doing what it's supposed toMichael Roitzsch
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15change demux api:Miguel Freitas
2003-11-13define FOURCC only onceMarco Zuehlke
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-01Fix a bug in ID3v2.2 parsing.Thibaut Mattern
2003-10-30use info_helper functions.Thibaut Mattern
2003-10-27Use info_helper functionsThibaut Mattern
2003-10-13Fix my stupid bug, id3 tag should work with seekable inputs now.František Dvořák
2003-10-13Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.František Dvořák
2003-10-11Fix mpeg 2 frame parsing.Thibaut Mattern
2003-10-10avoid FPE error with 0 length files, use xine_demux_check_extension()Daniel Caujolle-Bert
2003-10-05Fix buffer overrun.Robin KAY
2003-10-05Better content detection.Thibaut Mattern
2003-10-04do not use id3v2 to detect mp3.Thibaut Mattern
2003-10-04fix time seeking with cbr streams.Thibaut Mattern