summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer_lavf.c
Commit message (Expand)AuthorAgeFilesLines
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxalbeu2008-04-091-3/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+1
* Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...iive2007-11-231-2/+2
* Fix compilation error.iive2007-11-221-1/+1
* Fix typo in error messagereimar2007-11-061-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* Add missing pixelformat conversion function prototypereimar2007-08-241-0/+2
* get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_framesmichael2007-07-311-14/+1
* make muxer store the provided timestampsmichael2007-07-311-4/+3
* pstrcpy -> av_strlcpyreimar2007-06-241-7/+6
* cosmetics: fix indentation for previous commitcorey2007-05-181-1/+1
* PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt getscorey2007-05-181-0/+1
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-171-0/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Don't segfault if no -format is given for lavfuau2007-02-161-1/+1
* Print list of lavf muxer formats with format=help.reimar2007-02-141-2/+14
* Simplify by using av_codec_get_id and include riff.h only in demux_lavf.creimar2007-01-211-6/+4
* Fix compilation after lavf changesreimar2007-01-211-1/+1
* support -ffourcc with -of lavfreimar2007-01-211-1/+1
* Include "internal" libavformat/riff.h also when dynamic libavformat is usedreimar2007-01-061-10/+1
* Include libavformat/riff.h when building with static libavformat andreimar2007-01-061-4/+11
* sizeof() is long, thus %d format in error message is wrong.reimar2007-01-051-5/+6
* first step toward amr-nb muxing supportmichael2006-12-291-0/+3
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-3/+19
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+0
* fprintf -> mp_msgmichael2006-11-071-2/+2
* pass average bitrate from encoder to (lavf) muxermichael2006-08-101-1/+2
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-131-18/+1
* metadata supportmichael2006-05-301-1/+20
* recommitted version 1.22 + Rich's 1.25nicodvb2006-03-131-9/+5
* in fix_parameters() move assignment of audio bitrate to the proper block (the...nicodvb2006-03-121-3/+2
* check stream->wf and stream->bih before using them in fix_parameters(). Fixes...nicodvb2006-03-121-0/+4
* fix cosmetics noticed during nico's 10lrfelker2006-03-121-4/+4
* fixed C99-ism introduced with previous commitnicodvb2006-03-121-4/+4
* check muxer != NULL before using it; closes cid 201nicodvb2006-03-121-1/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* limits.h for INT_MAXmichael2006-01-251-0/+1
* correct block alignmichael2006-01-251-1/+1
* fix aac in mov/mp4michael2006-01-251-3/+4
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-251-2/+19
* setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4)michael2006-01-241-0/+2
* added support for external libavformatnicodvb2006-01-091-0/+4
* muxer_lavf MUST be disabled by default until someone adds AVParserrfelker2005-12-021-0/+20
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...reynaldo2005-11-291-2/+3
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...nicodvb2005-11-211-8/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-1/+1
* video fourcc fixmichael2005-08-111-0/+1
* LIBAVFORMAT_BUILD >= 4629michael2005-07-181-0/+8
* mux extradatanicodvb2005-05-171-0/+24
* fix timestampsmichael2005-05-011-0/+5
* at lest this fixes build.. there's no way muxer_lavf is working right yet tho...rfelker2005-05-011-0/+5
* added missing initializer in URLProtocolo; mux packets only if len > 0; secon...nicodvb2005-04-171-12/+14
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-1/+5
* various (de)muxer_lavf fixesmichael2005-03-251-3/+5
* 1000l (dwSampleSize != nSamplesPerSec)michael2005-03-251-1/+2
* initial, extremely experimental, libavformat muxer; don't expect anything to ...nicodvb2005-02-211-0/+307