aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_audio.c
Commit message (Expand)AuthorAge
* Do not read beyond end of data chunk if chunk_size is set.Gravatar reimar2007-02-04
* doxify a commentGravatar reimar2006-12-18
* Require 12 consecutive MPEG-audio headers before detecting as audio.Gravatar reimar2006-12-18
* Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wavGravatar reimar2006-10-21
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* Change free_sh_audio() to take demuxer and stream id as parametersGravatar uau2006-06-14
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* Use ULL for > 32 bits constant.Gravatar reimar2006-04-16
* try to detect flac bitrate early on to avoid division by zero problems.Gravatar reimar2006-04-11
* check wav header length against upper limit, should protect againstGravatar reimar2006-04-11
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox...Gravatar aurel2006-03-20
* fix leak on read error (forgot to free demux packet)Gravatar reimar2006-03-09
* "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.Gravatar reimar2006-03-08
* Second-try commit of this patch.Gravatar corey2006-02-17
* read data in nBlockAlign aligned chunksGravatar reimar2006-02-07
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Fix seeking in wav files: align relative to start of data, not start of fileGravatar reimar2005-10-20
* Ignore movi_end (except on error) to allow playing growing files.Gravatar reimar2005-09-09
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Demuxer modularizationGravatar rtognimp2005-08-05
* set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforeGravatar reimar2005-08-01
* Fix MP3 detection (list of found MP3 headers was not kep sorted).Gravatar reimar2005-04-18
* nico partially fixed the bug i reported; here's the rest of the fix.Gravatar rfelker2005-04-17
* skip framelen-4 bytes after having successfully detected an mpeg audio frameGravatar nicodvb2005-04-17
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign...Gravatar nicodvb2005-04-17
* 100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the sameGravatar rfelker2005-03-04
* Fix possible hang when playing broken MP3 from linear stream and removeGravatar reimar2005-01-29
* better, tuneable (via #define) MP3 detection, limit demux_audio to scanningGravatar reimar2004-09-28
* moved sh_audio initialization from dec_audio to demuxer.c to fixGravatar reimar2004-09-16
* fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_ptsGravatar rfelker2004-09-05
* DTS support via lavc and libdtsGravatar rtognimp2004-08-12
* 10l to me: writing outside allocated memoryGravatar rtognimp2004-04-15
* FLAC decoding support via imported libmpflac.Gravatar lumag2003-10-04
* Fixed 'reading after EOF'. demuxers didn't check, how many they've read!Gravatar lumag2003-09-20
* get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen a...Gravatar faust32003-09-19
* don't set audio pts to infinity after seeking in mp3 files :)Gravatar rfelker2003-06-04
* Warning fix, patch by Dominik MierzejewskyGravatar rtognimp2003-03-22
* 10l cbSize not inited for l=16.\n Could give problem in print_wave_headerGravatar rtognimp2003-03-17
* Same behaviour as old code for short headersGravatar rtognimp2003-03-15
* Read extradata for wav files, based on patch by <dimakar(at)yahoo.com>. Requi...Gravatar rtognimp2003-03-15
* fixed mp3 seeking near end of fileGravatar arpi2002-12-04
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* skip id3v2 junk when looking for mp3Gravatar rfelker2002-11-05
* 10lGravatar arpi2002-11-05
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsGravatar arpi2002-11-02
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23