| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: fix indentation for previous commit | corey | 2007-05-18 | 1 | -1/+1 |
* | PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets | corey | 2007-05-18 | 1 | -0/+1 |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 | 1 | -0/+1 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Don't segfault if no -format is given for lavf | uau | 2007-02-16 | 1 | -1/+1 |
* | Print list of lavf muxer formats with format=help. | reimar | 2007-02-14 | 1 | -2/+14 |
* | Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c | reimar | 2007-01-21 | 1 | -6/+4 |
* | Fix compilation after lavf changes | reimar | 2007-01-21 | 1 | -1/+1 |
* | support -ffourcc with -of lavf | reimar | 2007-01-21 | 1 | -1/+1 |
* | Include "internal" libavformat/riff.h also when dynamic libavformat is used | reimar | 2007-01-06 | 1 | -10/+1 |
* | Include libavformat/riff.h when building with static libavformat and | reimar | 2007-01-06 | 1 | -4/+11 |
* | sizeof() is long, thus %d format in error message is wrong. | reimar | 2007-01-05 | 1 | -5/+6 |
* | first step toward amr-nb muxing support | michael | 2006-12-29 | 1 | -0/+3 |
* | muxers now write to output muxer->stream rather than to muxer->file | nicodvb | 2006-12-18 | 1 | -3/+19 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+0 |
* | fprintf -> mp_msg | michael | 2006-11-07 | 1 | -2/+2 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 | 1 | -1/+2 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 | 1 | -18/+1 |
* | metadata support | michael | 2006-05-30 | 1 | -1/+20 |
* | recommitted version 1.22 + Rich's 1.25 | nicodvb | 2006-03-13 | 1 | -9/+5 |
* | in fix_parameters() move assignment of audio bitrate to the proper block (the... | nicodvb | 2006-03-12 | 1 | -3/+2 |
* | check stream->wf and stream->bih before using them in fix_parameters(). Fixes... | nicodvb | 2006-03-12 | 1 | -0/+4 |
* | fix cosmetics noticed during nico's 10l | rfelker | 2006-03-12 | 1 | -4/+4 |
* | fixed C99-ism introduced with previous commit | nicodvb | 2006-03-12 | 1 | -4/+4 |
* | check muxer != NULL before using it; closes cid 201 | nicodvb | 2006-03-12 | 1 | -1/+2 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 1 | -1/+1 |
* | limits.h for INT_MAX | michael | 2006-01-25 | 1 | -0/+1 |
* | correct block align | michael | 2006-01-25 | 1 | -1/+1 |
* | fix aac in mov/mp4 | michael | 2006-01-25 | 1 | -3/+4 |
* | pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i... | michael | 2006-01-25 | 1 | -2/+19 |
* | setting codec_tag unconditionally to FMP4 is a bad idea (breaks mov/mp4) | michael | 2006-01-24 | 1 | -0/+2 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 1 | -0/+4 |
* | muxer_lavf MUST be disabled by default until someone adds AVParser | rfelker | 2005-12-02 | 1 | -0/+20 |
* | Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org... | reynaldo | 2005-11-29 | 1 | -2/+3 |
* | buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun... | nicodvb | 2005-11-21 | 1 | -8/+1 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | Use PRI?64 defines as format strings for 64 bit variables. | reimar | 2005-10-13 | 1 | -1/+1 |
* | video fourcc fix | michael | 2005-08-11 | 1 | -0/+1 |
* | LIBAVFORMAT_BUILD >= 4629 | michael | 2005-07-18 | 1 | -0/+8 |
* | mux extradata | nicodvb | 2005-05-17 | 1 | -0/+24 |
* | fix timestamps | michael | 2005-05-01 | 1 | -0/+5 |
* | at lest this fixes build.. there's no way muxer_lavf is working right yet tho... | rfelker | 2005-05-01 | 1 | -0/+5 |
* | added missing initializer in URLProtocolo; mux packets only if len > 0; secon... | nicodvb | 2005-04-17 | 1 | -12/+14 |
* | - fix gcc warnings, strlcat/strlcpy prototypes | rathann | 2005-04-06 | 1 | -1/+5 |
* | various (de)muxer_lavf fixes | michael | 2005-03-25 | 1 | -3/+5 |
* | 1000l (dwSampleSize != nSamplesPerSec) | michael | 2005-03-25 | 1 | -1/+2 |
* | initial, extremely experimental, libavformat muxer; don't expect anything to ... | nicodvb | 2005-02-21 | 1 | -0/+307 |