summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpgaudio.c
AgeCommit message (Expand)Author
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
2003-09-28Get meta infos from ID3 version 2.2 tagsThibaut Mattern
2003-09-28Revisited mpeg audio demuxer.Thibaut Mattern
2003-09-22- Fix a bug introduced by the previous commit. The id3v2 tag identifier was r...Thibaut Mattern
2003-08-31Fix .mp3 content detection for .mp3 files with a header or ID3.James Courtier-Dutton
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-10apply Frantisek patches to handle end of streams betterMiguel Freitas
2003-08-05- correctly use the Xing header in some VBR MP3s to get the correct bitrate a...Bastien Nocera
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-03-26patch by Andriy Marchenko <adv@adv.org.ua> to fix 8 bit chars in ID3 tagsMichael Roitzsch
2003-03-21remove reference of removed variable (wow)Daniel Caujolle-Bert
2003-03-19removing a segfault ;)Stefan Holst
2003-03-18parse the preview buffer (max 256 bytes) to find the matching pattern (sorry ...Daniel Caujolle-Bert
2003-03-18- try going 2 bytes deep into the file before checking for the RIFF headerBastien Nocera
2003-03-18- fix the MP3 detection for streams from live365.comBastien Nocera
2003-03-09remove my debuggingMichael Roitzsch
2003-03-09for seekable, non-blocked input (like files), the demuxer reads only 4 bytes,Michael Roitzsch
2003-02-27- Don't read data from non-seekable input plugin in the open() function.Thibaut Mattern
2003-02-14ok, it doesn't make sense to play mp3 with -A null...Miguel Freitas
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-26reject RIFF-CDXA files and remove <pthread.h>Mike Melanson
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-12fix stdin plugin, cosmetic cleanups in mp3 demuxerGuenter Bartsch
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28automatically detecting MP3 in RIFF files is great, but be sure toMike Melanson
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch