aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_audio.c
Commit message (Expand)AuthorAge
* options: move [no]hr-mp3-seek to option structGravatar Clément Bœsch2010-11-11
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* asfheader, demux_audio: Remove some pointless be2me/le2meGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30732Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \
| | * Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in aGravatar tack2010-02-22
| |/
| * Add header for AVI print functions; avoids many forward declarations.Gravatar diego2010-02-18
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\|
| * Get rid of useless indirection and use the demuxer argument directly instead ofGravatar reimar2009-09-14
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
|/
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Use 64 bit numbers for file positions in the seek function in audio demuxer.Gravatar reimar2008-11-16
* Remove unused line (and fix an icc warning).Gravatar cehoyos2008-10-09
* changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)Gravatar ptt2008-07-29
* 100l, do not use macros on functions that are not idempotentGravatar reimar2008-07-13
* Correct stream-seekability tests in demux_audio and demux_lavfGravatar reimar2008-07-11
* Only read wav header cbSize when there is enough space in header.Gravatar reimar2008-07-10
* 100l, assignment introduced in r27246 was exactly the wrong way around.Gravatar reimar2008-07-10
* Cosmetics: reindentGravatar reimar2008-07-10
* Clean up reading of wav extradata.Gravatar reimar2008-07-10
* Make sure we do not use uninitialized data in case of a short read.Gravatar reimar2008-06-29
* Continue detection if it is not clear if we have a MP3 or flac file.Gravatar reimar2008-05-21
* Remove another two useless special-case from flac metadata reading functionGravatar reimar2008-04-12
* Simplify: use AV_RB24Gravatar reimar2008-04-12
* Remove useless checksGravatar reimar2008-04-12
* Simplify (currently disabled) get_flac_metadataGravatar reimar2008-04-12
* Add a comment to the #if 0Gravatar reimar2008-01-29
* Disable reading of flac metadata, mere metadata is not worth such a mess.Gravatar reimar2008-01-29
* Properly check length of flac metadata.Gravatar reimar2008-01-29
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Fix endless loop if nAvgBytesPerSec is 0.Gravatar reimar2008-01-19
* Avoid a division by 0 if i_bps is 0.Gravatar reimar2008-01-19
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Simplify: initialize at declaration at the start of the functionGravatar reimar2007-09-24
* Get rid of rather pointless assertsGravatar reimar2007-09-24
* demux_audio.c: Fix timestamp handlingGravatar uau2007-09-24
* Get rid of: useless variable, useless cast and void * arithmeticGravatar reimar2007-06-24
* Use AV_RL32Gravatar reimar2007-06-24
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Check for eof in loop searching for data chunk.Gravatar reimar2007-03-15
* Fix wrong setting of samplesize (must be bytes per sample, not bits)Gravatar reimar2007-03-04