| Commit message (Expand) | Author | Age |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 |
* | fix compilation w/ FFmpeg r15533 | gpoirier | 2008-10-03 |
* | Use av_alloc_put_byte instead of custom protocol. | reimar | 2008-05-21 |
* | cosmetics: wording/spelling fixes | diego | 2008-05-11 |
* | AVOptions support for lavf muxing. | michael | 2008-05-10 |
* | Replace a really ugly hack by a clean but not thread safe solution. | michael | 2008-05-10 |
* | Remove unnecessary version.h #includes. | diego | 2008-04-30 |
* | Split the lavf taglists out of the lavf muxer to allow using libmpmux | albeu | 2008-04-09 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | Bring (de)muxer_lavf up to date with the libavformat API changes introduced b... | iive | 2007-11-23 |
* | Fix compilation error. | iive | 2007-11-22 |
* | Fix typo in error message | reimar | 2007-11-06 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 |
* | Add missing pixelformat conversion function prototype | reimar | 2007-08-24 |
* | get rid of this idiotic i_certify_that_my_video_stream_does_not_use_b_frames | michael | 2007-07-31 |
* | make muxer store the provided timestamps | michael | 2007-07-31 |
* | pstrcpy -> av_strlcpy | reimar | 2007-06-24 |
* | cosmetics: fix indentation for previous commit | corey | 2007-05-18 |
* | PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets | corey | 2007-05-18 |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 |
* | Don't segfault if no -format is given for lavf | uau | 2007-02-16 |
* | Print list of lavf muxer formats with format=help. | reimar | 2007-02-14 |
* | Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c | reimar | 2007-01-21 |
* | Fix compilation after lavf changes | reimar | 2007-01-21 |
* | support -ffourcc with -of lavf | reimar | 2007-01-21 |
* | Include "internal" libavformat/riff.h also when dynamic libavformat is used | reimar | 2007-01-06 |
* | Include libavformat/riff.h when building with static libavformat and | reimar | 2007-01-06 |
* | sizeof() is long, thus %d format in error message is wrong. | reimar | 2007-01-05 |
* | first step toward amr-nb muxing support | michael | 2006-12-29 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 |
* | fprintf -> mp_msg | michael | 2006-11-07 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 |
* | metadata support | michael | 2006-05-30 |
* | recommitted version 1.22 + Rich's 1.25 | nicodvb | 2006-03-13 |
* | in fix_parameters() move assignment of audio bitrate to the proper block (the... | nicodvb | 2006-03-12 |
* | check stream->wf and stream->bih before using them in fix_parameters(). Fixes... | nicodvb | 2006-03-12 |
* | fix cosmetics noticed during nico's 10l | rfelker | 2006-03-12 |
* | fixed C99-ism introduced with previous commit | nicodvb | 2006-03-12 |
* | check muxer != NULL before using it; closes cid 201 | nicodvb | 2006-03-12 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 |
* | limits.h for INT_MAX | michael | 2006-01-25 |
* | correct block align | michael | 2006-01-25 |
* | fix aac in mov/mp4 | michael | 2006-01-25 |
* | pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i... | michael | 2006-01-25 |
* | setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4) | michael | 2006-01-24 |