aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_lavf.c
Commit message (Expand)AuthorAge
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* limits.h for INT_MAXGravatar michael2006-01-25
* correct block alignGravatar michael2006-01-25
* fix aac in mov/mp4Gravatar michael2006-01-25
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...Gravatar michael2006-01-25
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)Gravatar michael2006-01-24
* added support for external libavformatGravatar nicodvb2006-01-09
* muxer_lavf MUST be disabled by default until someone adds AVParserGravatar rfelker2005-12-02
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...Gravatar reynaldo2005-11-29
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...Gravatar nicodvb2005-11-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* video fourcc fixGravatar michael2005-08-11
* LIBAVFORMAT_BUILD >= 4629Gravatar michael2005-07-18
* mux extradataGravatar nicodvb2005-05-17
* fix timestampsGravatar michael2005-05-01
* at lest this fixes build.. there's no way muxer_lavf is working right yet tho...Gravatar rfelker2005-05-01
* added missing initializer in URLProtocolo; mux packets only if len > 0; secon...Gravatar nicodvb2005-04-17
* - fix gcc warnings, strlcat/strlcpy prototypesGravatar rathann2005-04-06
* various (de)muxer_lavf fixesGravatar michael2005-03-25
* 1000l (dwSampleSize != nSamplesPerSec)Gravatar michael2005-03-25
* initial, extremely experimental, libavformat muxer; don't expect anything to ...Gravatar nicodvb2005-02-21