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
*
Fix:
rathann
2006-05-14
*
fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P stepa...
gpoirier
2006-05-14
*
Fix some potential integer overflow in memory allocation (mot of these
rtognimp
2006-05-14
*
missing argument for mp_msg, fixes:
rathann
2006-05-13
*
where necesary, replaced all realloc() with realloc_struct() to prevent int o...
nicodvb
2006-05-13
*
when searching ac3 in unqualified pes_private1 streams there's no need to sca...
nicodvb
2006-05-13
*
prevent memleak
nicodvb
2006-05-13
*
unconditionally stop allocating memory for dvb_channel_t after 1 MB: it's unr...
nicodvb
2006-05-13
*
accidentally committed this overflow fix with the declaration fix before.
rfelker
2006-05-13
*
posix compliance, dont use ancient legacy name
rfelker
2006-05-13
*
10^100l c++ declarations
rfelker
2006-05-13
*
allocate correct extradata size
nicodvb
2006-05-12
*
raised max extradata size and refuse to store more than the limit
nicodvb
2006-05-12
*
don't allocate (and demux_push() immediately) demux_packet()s > MAX_PACK_SIZE...
nicodvb
2006-05-12
*
search ac3 in dvd substream only if pes_aligned flag is set in the pes header...
nicodvb
2006-05-12
*
Fix potential integer overflows in memory allocation. Patch by Reimar and me,...
rtognimp
2006-05-11
*
unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without ...
nicodvb
2006-05-10
*
moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...
nicodvb
2006-05-10
*
Unconditionally compile the Matroska demuxer.
diego
2006-05-08
*
COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
nicodvb
2006-05-07
*
support for vfps OGM files
diego
2006-05-06
*
Fix calculation of stream sizes when they are too big for a 32-bit variable
pacman
2006-05-06
*
fixed %d->PRIu64 in read_mpeg_timestamp()
nicodvb
2006-05-03
*
stream_read_word() returns _unsigned_ int
nicodvb
2006-05-03
*
in read_mpeg_timestamp() cast int expression to uint64_t before shifting to a...
nicodvb
2006-05-03
*
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
[next]