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
*
support extradata for audio streams
lu_zero
2007-11-12
*
fetch metadata for audio (from amol)
lu_zero
2007-11-12
*
Add support for mpeg4video-es (from dario)
lu_zero
2007-11-12
*
fix forcefps (from amol)
lu_zero
2007-11-12
*
Refactor demux_nemesi (from amol)
lu_zero
2007-11-12
*
Fix typo in error message
reimar
2007-11-06
*
reindented
nicodvb
2007-11-05
*
10l, setting a non-existent timestamp (default 0.0) when the pts flag isn't s...
nicodvb
2007-11-05
*
in video_read_frame() set the keyframe flag in demuxer->video when dealing with
nicodvb
2007-11-02
*
prevent unlikely memleak
nicodvb
2007-11-02
*
10l, priv->use_psm can be 1 only if the format is genmpeg2
nicodvb
2007-11-02
*
add streams to the PSM only if priv->use_psm is set, otherwise the muxer would
nicodvb
2007-11-02
*
moved to fix_parameters() the decision of the necessity of the PSM based on t...
nicodvb
2007-11-02
*
removed no more needed variable
nicodvb
2007-11-02
*
moved to fix_parameters() the code that decides if the PSM is needed
nicodvb
2007-11-02
*
repeat the PSM once every second (in terms of delta_scr) otherwise playing th...
nicodvb
2007-11-02
*
remove the registration descriptor from the PSM: writing the fourcc in it mak...
nicodvb
2007-11-02
*
100% cosmetics: reformatted with tabs and symmetric braces and removed useles...
nicodvb
2007-11-02
*
Clean up some fields in stheader.h structs
uau
2007-11-01
*
Remove unused variable:
diego
2007-10-30
*
Disable function that is only used in disabled code, fixes warning:
diego
2007-10-30
*
Fix fps guessing
lu_zero
2007-10-29
*
Update to use newer libnemesi, should fix desync, fps guessing may fail now
lu_zero
2007-10-29
*
removed silly #if 1
nicodvb
2007-10-27
*
DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.
nicodvb
2007-10-27
*
reindented previously modified code
nicodvb
2007-10-27
*
implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switching
nicodvb
2007-10-27
*
permit identification and selection of programs
nicodvb
2007-10-27
*
permit the transititions no stream <-> some streams and viceversa (needed for...
nicodvb
2007-10-27
*
moved to a new function handle_stream() the code to parse the streams and ass...
nicodvb
2007-10-27
*
in process_userdata() move debugging messages from stdout to stderr
nicodvb
2007-10-27
*
removed funny calls to fflush(stdout) after mp_msg()
nicodvb
2007-10-27
*
removed more empty spaces and empty lines
nicodvb
2007-10-27
*
replaced giant if() with if(pre-calculated variable) (there was even a bug: P...
nicodvb
2007-10-27
*
cosmetics: removed tabs/empty lines/trailing spaces and done a partial reform...
nicodvb
2007-10-27
*
cosmetics: moved to function find_video_codec() and reused in video_read_*() ...
nicodvb
2007-10-27
*
demuxer.c: Remove useless code
uau
2007-10-25
*
add support for wavpack into matroska
aurel
2007-10-21
*
Remove unused code and fix warning:
diego
2007-10-21
*
Mark constant argument of mp_header_process_sequence_header as such.
diego
2007-10-19
*
add nellymoser codec to mplayer with internal fourcc NELL
compn
2007-10-16
*
Add -lavfdopts cryptokey
reimar
2007-10-14
*
support Y800 in raw video
diego
2007-10-13
*
in update_stats() removed a wrong 'else' that would prevent h264 headers to b...
nicodvb
2007-10-04
*
Fix missing subtitles after seeking back
uau
2007-10-04
*
support for DTS as specified in DVB (untested)
nicodvb
2007-10-03
*
Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal...
voroshil
2007-10-03
*
Set biWidth/biHeight in fli demuxer
reimar
2007-10-02
*
Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli d...
reimar
2007-10-02
*
Remove ugly unused struct name from typedef
reimar
2007-10-02
[next]