index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
demux_audio.c
Commit message (
Expand
)
Author
Age
*
options: move [no]hr-mp3-seek to option struct
Clément Bœsch
2010-11-11
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
asfheader, demux_audio: Remove some pointless be2me/le2me
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30732
Uoti Urpala
2010-03-10
|
\
*
\
Merge svn changes up to r30643
Uoti Urpala
2010-03-10
|
\
\
|
|
*
Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
tack
2010-02-22
|
|
/
|
*
Add header for AVI print functions; avoids many forward declarations.
diego
2010-02-18
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
|
\
|
|
*
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
reimar
2009-11-22
*
|
Merge svn changes up to r29684
Uoti Urpala
2009-09-16
|
\
|
|
*
Get rid of useless indirection and use the demuxer argument directly instead of
reimar
2009-09-14
*
|
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Merge svn changes up to r29304
Uoti Urpala
2009-07-07
|
\
\
*
|
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
|
/
|
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
|
/
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Use 64 bit numbers for file positions in the seek function in audio demuxer.
reimar
2008-11-16
*
Remove unused line (and fix an icc warning).
cehoyos
2008-10-09
*
changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
ptt
2008-07-29
*
100l, do not use macros on functions that are not idempotent
reimar
2008-07-13
*
Correct stream-seekability tests in demux_audio and demux_lavf
reimar
2008-07-11
*
Only read wav header cbSize when there is enough space in header.
reimar
2008-07-10
*
100l, assignment introduced in r27246 was exactly the wrong way around.
reimar
2008-07-10
*
Cosmetics: reindent
reimar
2008-07-10
*
Clean up reading of wav extradata.
reimar
2008-07-10
*
Make sure we do not use uninitialized data in case of a short read.
reimar
2008-06-29
*
Continue detection if it is not clear if we have a MP3 or flac file.
reimar
2008-05-21
*
Remove another two useless special-case from flac metadata reading function
reimar
2008-04-12
*
Simplify: use AV_RB24
reimar
2008-04-12
*
Remove useless checks
reimar
2008-04-12
*
Simplify (currently disabled) get_flac_metadata
reimar
2008-04-12
*
Add a comment to the #if 0
reimar
2008-01-29
*
Disable reading of flac metadata, mere metadata is not worth such a mess.
reimar
2008-01-29
*
Properly check length of flac metadata.
reimar
2008-01-29
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Fix endless loop if nAvgBytesPerSec is 0.
reimar
2008-01-19
*
Avoid a division by 0 if i_bps is 0.
reimar
2008-01-19
*
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
[next]