aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_lavf.c
Commit message (Expand)AuthorAge
* fix compilation w/ FFmpeg r15533Gravatar gpoirier2008-10-03
* Use av_alloc_put_byte instead of custom protocol.Gravatar reimar2008-05-21
* cosmetics: wording/spelling fixesGravatar diego2008-05-11
* AVOptions support for lavf muxing.Gravatar michael2008-05-10
* Replace a really ugly hack by a clean but not thread safe solution.Gravatar michael2008-05-10
* Remove unnecessary version.h #includes.Gravatar diego2008-04-30
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxGravatar albeu2008-04-09
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...Gravatar iive2007-11-23
* Fix compilation error.Gravatar iive2007-11-22
* Fix typo in error messageGravatar reimar2007-11-06
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Add missing pixelformat conversion function prototypeGravatar reimar2007-08-24
* get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_framesGravatar michael2007-07-31
* make muxer store the provided timestampsGravatar michael2007-07-31
* pstrcpy -> av_strlcpyGravatar reimar2007-06-24
* cosmetics: fix indentation for previous commitGravatar corey2007-05-18
* PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getsGravatar corey2007-05-18
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).Gravatar corey2007-05-17
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* 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