aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_lavf.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\
| * Mark muxer-related m_option_t arrays as const.Gravatar diego2010-04-04
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\|
| * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* | Use own mp_*_taglists code instead of libavformat internalsGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
|/
* 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