| Commit message (Expand) | Author | Age |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 |
* | Simplify: initialize at declaration at the start of the function | reimar | 2007-09-24 |
* | Get rid of rather pointless asserts | reimar | 2007-09-24 |
* | demux_audio.c: Fix timestamp handling | uau | 2007-09-24 |
* | Get rid of: useless variable, useless cast and void * arithmetic | reimar | 2007-06-24 |
* | Use AV_RL32 | reimar | 2007-06-24 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Check for eof in loop searching for data chunk. | reimar | 2007-03-15 |
* | Fix wrong setting of samplesize (must be bytes per sample, not bits) | reimar | 2007-03-04 |
* | Do not read beyond end of data chunk if chunk_size is set. | reimar | 2007-02-04 |
* | doxify a comment | reimar | 2006-12-18 |
* | Require 12 consecutive MPEG-audio headers before detecting as audio. | reimar | 2006-12-18 |
* | Try playing files with wrong wav header length, fixes riff_broken_hrdlen.wav | reimar | 2006-10-21 |
* | drops casts from void * on malloc/calloc from libmpdemux code | reynaldo | 2006-07-13 |
* | Clean up audio pts handling, make audio pts tracking in the audio-only | uau | 2006-06-14 |
* | Change free_sh_audio() to take demuxer and stream id as parameters | uau | 2006-06-14 |
* | Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod... | reynaldo | 2006-04-22 |
* | Use ULL for > 32 bits constant. | reimar | 2006-04-16 |
* | try to detect flac bitrate early on to avoid division by zero problems. | reimar | 2006-04-11 |
* | check wav header length against upper limit, should protect against | reimar | 2006-04-11 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox... | aurel | 2006-03-20 |
* | fix leak on read error (forgot to free demux packet) | reimar | 2006-03-09 |
* | "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used. | reimar | 2006-03-08 |
* | Second-try commit of this patch. | corey | 2006-02-17 |
* | read data in nBlockAlign aligned chunks | reimar | 2006-02-07 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 |
* | move resync_audio_stream after seeking to demuxer.c | reimar | 2005-10-30 |
* | Fix seeking in wav files: align relative to start of data, not start of file | reimar | 2005-10-20 |
* | Ignore movi_end (except on error) to allow playing growing files. | reimar | 2005-09-09 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 |
* | Demuxer modularization | rtognimp | 2005-08-05 |
* | set i_bps in demux_audio for WAV and MP3 to avoid division by zero before | reimar | 2005-08-01 |
* | Fix MP3 detection (list of found MP3 headers was not kep sorted). | reimar | 2005-04-18 |
* | nico partially fixed the bug i reported; here's the rest of the fix. | rfelker | 2005-04-17 |
* | skip framelen-4 bytes after having successfully detected an mpeg audio frame | nicodvb | 2005-04-17 |
* | assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally assign... | nicodvb | 2005-04-17 |
* | 100l to reimar.. sh_audio->samplerate and sh_audio->i_bps are not the same | rfelker | 2005-03-04 |
* | Fix possible hang when playing broken MP3 from linear stream and remove | reimar | 2005-01-29 |
* | better, tuneable (via #define) MP3 detection, limit demux_audio to scanning | reimar | 2004-09-28 |
* | moved sh_audio initialization from dec_audio to demuxer.c to fix | reimar | 2004-09-16 |
* | fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_pts | rfelker | 2004-09-05 |
* | DTS support via lavc and libdts | rtognimp | 2004-08-12 |
* | 10l to me: writing outside allocated memory | rtognimp | 2004-04-15 |
* | FLAC decoding support via imported libmpflac. | lumag | 2003-10-04 |
* | Fixed 'reading after EOF'. demuxers didn't check, how many they've read! | lumag | 2003-09-20 |
* | get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen a... | faust3 | 2003-09-19 |
* | don't set audio pts to infinity after seeking in mp3 files :) | rfelker | 2003-06-04 |
* | Warning fix, patch by Dominik Mierzejewsky | rtognimp | 2003-03-22 |