aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_lavf.c
Commit message (Expand)AuthorAge
* Don't segfault if no -format is given for lavfGravatar uau2007-02-16
* Print list of lavf muxer formats with format=help.Gravatar reimar2007-02-14
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.cGravatar reimar2007-01-21
* Fix compilation after lavf changesGravatar reimar2007-01-21
* support -ffourcc with -of lavfGravatar reimar2007-01-21
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedGravatar reimar2007-01-06
* Include libavformat/riff.h when building with static libavformat andGravatar reimar2007-01-06
* sizeof() is long, thus %d format in error message is wrong.Gravatar reimar2007-01-05
* first step toward amr-nb muxing supportGravatar michael2006-12-29
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* fprintf -> mp_msgGravatar michael2006-11-07
* pass average bitrate from encoder to (lavf) muxerGravatar michael2006-08-10
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.Gravatar diego2006-07-13
* metadata supportGravatar michael2006-05-30
* recommitted version 1.22 + Rich's 1.25Gravatar nicodvb2006-03-13
* in fix_parameters() move assignment of audio bitrate to the proper block (the...Gravatar nicodvb2006-03-12
* check stream->wf and stream->bih before using them in fix_parameters(). Fixes...Gravatar nicodvb2006-03-12
* fix cosmetics noticed during nico's 10lGravatar rfelker2006-03-12
* fixed C99-ism introduced with previous commitGravatar nicodvb2006-03-12
* check muxer != NULL before using it; closes cid 201Gravatar nicodvb2006-03-12
* 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