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
/
muxer_lavf.c
Commit message (
Expand
)
Author
Age
*
recommitted version 1.22 + Rich's 1.25
nicodvb
2006-03-13
*
in fix_parameters() move assignment of audio bitrate to the proper block (the...
nicodvb
2006-03-12
*
check stream->wf and stream->bih before using them in fix_parameters(). Fixes...
nicodvb
2006-03-12
*
fix cosmetics noticed during nico's 10l
rfelker
2006-03-12
*
fixed C99-ism introduced with previous commit
nicodvb
2006-03-12
*
check muxer != NULL before using it; closes cid 201
nicodvb
2006-03-12
*
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...
michael
2006-01-26
*
limits.h for INT_MAX
michael
2006-01-25
*
correct block align
michael
2006-01-25
*
fix aac in mov/mp4
michael
2006-01-25
*
pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...
michael
2006-01-25
*
setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)
michael
2006-01-24
*
added support for external libavformat
nicodvb
2006-01-09
*
muxer_lavf MUST be disabled by default until someone adds AVParser
rfelker
2005-12-02
*
Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...
reynaldo
2005-11-29
*
buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...
nicodvb
2005-11-21
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
Use PRI?64 defines as format strings for 64 bit variables.
reimar
2005-10-13
*
video fourcc fix
michael
2005-08-11
*
LIBAVFORMAT_BUILD >= 4629
michael
2005-07-18
*
mux extradata
nicodvb
2005-05-17
*
fix timestamps
michael
2005-05-01
*
at lest this fixes build.. there's no way muxer_lavf is working right yet tho...
rfelker
2005-05-01
*
added missing initializer in URLProtocolo; mux packets only if len > 0; secon...
nicodvb
2005-04-17
*
- fix gcc warnings, strlcat/strlcpy prototypes
rathann
2005-04-06
*
various (de)muxer_lavf fixes
michael
2005-03-25
*
1000l (dwSampleSize != nSamplesPerSec)
michael
2005-03-25
*
initial, extremely experimental, libavformat muxer; don't expect anything to ...
nicodvb
2005-02-21