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
Commit message (
Expand
)
Author
Age
*
#include proper header for skip_audio_frame() instead of forward declaring it.
diego
2010-02-17
*
Add header for demux_ogg_open, init_avi_with_ogg; avoids forward declarations.
diego
2010-02-17
*
Remove demux_ogg-related declarations that are no longer necessary.
diego
2010-02-17
*
Mark demux_ogg_sub_id() as static; it is not used outside of the file.
diego
2010-02-17
*
Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
diego
2010-02-17
*
Add read_avi_header() to aviheader.h; avoids forward declarations.
diego
2010-02-17
*
Add header file for store_ughvlc(); avoids forward declarations.
diego
2010-02-17
*
Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
diego
2010-02-17
*
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
diego
2010-02-17
*
Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
diego
2010-02-17
*
Add separate header for mp_a52_framesize(); avoids forward declarations.
diego
2010-02-17
*
Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
diego
2010-02-17
*
Add separate header for aac_parse_frame(); avoids forward declarations.
diego
2010-02-17
*
Add separate header for real_fix_timestamp(); avoids forward declarations.
diego
2010-02-17
*
Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
diego
2010-02-17
*
Mark mov_build_index() as static; it is not used outside of the file.
diego
2010-02-17
*
libmpdemux: Mark functions not used outside of their files as static.
diego
2010-02-17
*
Support FFmpeg's ALS decoder.
reimar
2010-02-16
*
#include corresponding .h files in .c files.
diego
2010-02-16
*
Remove pointless header #includes; #include only required header stdint.h.
diego
2010-02-16
*
Make len unsigned. More correct anyway and avoids sign extension to 64 bit
reimar
2010-02-14
*
Simplify and slightly speed up avi_stream_id function.
reimar
2010-02-14
*
Simplify.
reimar
2010-02-14
*
Dynamically increase probe size for lavf demuxer up to 2 MB.
reimar
2010-02-12
*
Replace incorrect usage of strncpy.
reimar
2010-02-03
*
Reindent
reimar
2010-02-03
*
Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.
reimar
2010-02-03
*
Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
reimar
2010-01-26
*
Enable parsing for ASF audio streams.
reimar
2010-01-26
*
If audio was identified as DTS in the PMT do not override that with TrueHD
reimar
2010-01-24
*
Add support for parsing MLP and TrueHD.
reimar
2010-01-24
*
Add forgotten declaration of ds_clear_parser.
reimar
2010-01-24
*
Remove now unused variables.
reimar
2010-01-24
*
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
reimar
2010-01-24
*
Move the resync-related code into more consistent places instead of having it
reimar
2010-01-24
*
Add a proper header for our strsep implementation so strsep will
reimar
2010-01-17
*
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw
reimar
2010-01-15
*
Use double-precision constants instead of single precision that gets cast to ...
reimar
2010-01-13
*
Use double instead of float for pts.
cehoyos
2010-01-12
*
Fix MP1 with demuxer lavf in MPEG (PS) files.
cehoyos
2010-01-09
*
Add support for JPEG2000 via FFmpeg/OpenJPEG
reimar
2010-01-03
*
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
cehoyos
2009-12-28
*
Revert r30100: It breaks some mov and asf samples.
cehoyos
2009-12-28
*
Add support for parsing audio streams (though should be easy to extend to video)
reimar
2009-12-27
*
Remove currently unneeded members accidentally added in the last revision.
reimar
2009-12-27
*
Introduce a sh_common struct that contains the parts in common by the audio, ...
reimar
2009-12-27
*
Remove one more incorrect direct ass.h include.
reimar
2009-12-27
*
Fix grammar/missing verb in description.
reimar
2009-12-25
*
Remove unnecessary entries from extension_table, these formats are already
reimar
2009-12-25
*
Add a (unfortunately rather long) explanation on how and when to use it
reimar
2009-12-25
[next]