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
*
100000l to the fools who don't know C
rfelker
2006-05-01
*
Change common pts variables from floats to doubles. Individual demuxers
uau
2006-04-27
*
Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.
diego
2006-04-24
*
removed more unused stuff
nicodvb
2006-04-24
*
when muxing mpeg audio streams analyze the first 32 KB of data to obtain the ...
nicodvb
2006-04-24
*
4 - Implement a better way to calculate current audio pts and use it for
rtognimp
2006-04-24
*
3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to
rtognimp
2006-04-24
*
simplified parse_audio()
nicodvb
2006-04-24
*
Get ride of the several if(identify) messy lines and rearangment of some of t...
reynaldo
2006-04-24
*
Do not give bogus timestamps for laced packets with no default duration. Patc...
mosu
2006-04-24
*
resource leak fix.
gpoirier
2006-04-23
*
Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.
diego
2006-04-23
*
Partially revert 1.140, restoring the old behaviour for all codecs
rtognimp
2006-04-23
*
removed more unused code and struct members
nicodvb
2006-04-22
*
removed unused variables
nicodvb
2006-04-22
*
moved inline at beginning of declaration
nicodvb
2006-04-22
*
finally replaced the old interleaving with the new one that respects bufferin...
nicodvb
2006-04-22
*
introduced new functions to handle pack writing and interleaving strategy (wi...
nicodvb
2006-04-22
*
fixed muxrates for xvcd and xsvcd
nicodvb
2006-04-22
*
audio init code was previously moved to fix_parameters() so removed from writ...
nicodvb
2006-04-22
*
introduced structures and code to keep track of decoder's buffers sizes
nicodvb
2006-04-22
*
new code to simplify assignment of timestamps; removed temp_ref from mpeg_fra...
nicodvb
2006-04-22
*
Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...
reynaldo
2006-04-22
*
Implement getting colors. The mapping between MPlayer's gamma range
albeu
2006-04-21
*
Implement tv_get_color_options() and make tv_set_color_options() return
albeu
2006-04-21
*
removed useless (and broken as hell) buffering code from muxer1; buffering co...
nicodvb
2006-04-20
*
removed skip_padding (never used and totally useless)
nicodvb
2006-04-20
*
added support for DX50 and dx50 4CCs
nicodvb
2006-04-20
*
fixed wrong operator precedence in parse_mpeg4_video()
nicodvb
2006-04-20
*
simplified code to patch the video framerate (removed silly comparisons)
nicodvb
2006-04-20
*
changed timebase from 1024 to 300 (no rounding errors with any of the allowed...
nicodvb
2006-04-20
*
Make the RTP demuxer work with libdvdread 0.9.5.
diego
2006-04-18
*
fixes decoding demoscene.tv nsv at http://213.186.36.129:8000
gpoirier
2006-04-17
*
Use ULL for > 32 bits constant.
reimar
2006-04-16
*
remove completely pointless != NULL check
reimar
2006-04-16
*
always cast stream IDs to unsigned before comparing to MAX_STREAMS.
reimar
2006-04-15
*
10l, keyframes must have tag 0x10, not 1.
reimar
2006-04-14
*
missing free in case sdpplin_parse_stream returns invalid stream.
reimar
2006-04-14
*
free memory on error in http_add_basic_authentication
reimar
2006-04-14
*
remove vts_no parameter from mp_get_titleset_length - it is not only useless,
reimar
2006-04-14
*
missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-direct...
reimar
2006-04-12
*
timestamps are 33 bits long, so they don't fit in an unsigned int; 10l
nicodvb
2006-04-11
*
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
*
make failures during e.g. setting the TV norm non-fatal.
reimar
2006-04-11
*
make sure the check for valid timestamps does not accidentially search through
reimar
2006-04-10
*
do not print the title length from a non-matching titleset.
reimar
2006-04-10
*
avoid cache fill status overflow with caches > ca. 20 MB
reimar
2006-04-09
*
make sure the indx chunk is big enough to hold the basic structure.
iive
2006-04-06
*
use calloc instead of malloc - simplifies code and fixes overflow problems.
reimar
2006-04-06
[next]