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_real.c
Commit message (
Expand
)
Author
Age
*
demux_real: set aspect ratio
mplayer-svn
2012-08-03
*
demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY
Uoti Urpala
2012-07-25
*
build: switch to libavutil bswap.h and intreadwrite.h
Uoti Urpala
2012-02-01
*
build: fix --enable-debug, remove some "#ifdef MP_DEBUG"
Uoti Urpala
2011-07-30
*
cleanup: shut up more warnings
Clément Bœsch
2011-05-06
*
fix compilation with old FFmpeg versions
Uoti Urpala
2011-02-08
*
demux_real: fix some unaligned writes
reimar
2010-12-16
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
demux_real.c: Remove unused hexdump() forward declaration
diego
2010-11-02
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
demux_real: use MKTAG definition from libavutil
diego
2010-11-02
*
demux_real: Don't try to read index if stream is not seekable
reimar
2010-10-27
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30643
Uoti Urpala
2010-03-10
|
\
*
|
translations: tweak cases that relied on concatenating adjacent strings
Uoti Urpala
2010-03-07
|
*
Add header for AVI print functions; avoids many forward declarations.
diego
2010-02-18
|
*
libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
diego
2010-02-17
|
*
Add separate header for real_fix_timestamp(); avoids forward declarations.
diego
2010-02-17
*
|
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
|
\
|
*
|
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
|
|
*
In all demux_info_add calls change "name" to "title".
reimar
2009-05-30
|
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
|
/
|
*
chunk size = 0 is valid for DATA chunks (used in live streams), don't
rtogni
2009-05-10
|
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
|
/
*
Be more robust against corrupted RM files that contain invalid packet length
zuxy
2009-02-19
*
Fix a regression caused by r17933; RealMedia index tables could never be prin...
zuxy
2009-02-15
*
Support seek in multirate RealMedia files.
zuxy
2009-02-15
*
change internal real video packetizing format to the more straight forward one
aurel
2009-02-09
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Apply patch for oCERT #2008-013 / CVE-2008-3827
reimar
2008-09-30
*
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
reimar
2008-07-17
*
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
reimar
2008-07-16
*
demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
uau
2008-04-12
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
Allow demuxers to choose a default value for correct_pts
reimar
2008-02-03
*
Use defines to give names to the different seek flags.
reimar
2008-01-29
*
Make all demuxer_desc_t const, thus moving them to .rodata
reimar
2008-01-13
*
Don't overread audio data
rtogni
2008-01-06
*
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
rtogni
2008-01-06
*
Print warning about encrypted audio tracks
rtogni
2007-11-15
*
Remove unused code and fix warning:
diego
2007-10-21
*
Fix format string to match actual type.
reimar
2007-06-24
*
Declarations and code should not be mixed.
diego
2007-04-25
*
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph li...
nicodvb
2007-04-20
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Call real_fix_timestamp() after seeking, to avoid video freezing
rtogni
2007-01-27
*
Use interleaver id to select the correct interleaver instead of guessing
rtogni
2007-01-24
[next]