summaryrefslogtreecommitdiff
path: root/libavformat/wtvenc.c
Commit message (Collapse)AuthorAge
* wtvenc: use ffio_fill()Paul B Mahol2013-05-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vformat/wtvenc: fix doxygen commentsMichael Niedermayer2013-05-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-14
| | | | | Since 4f112a8e3, this is not necessary anymore. Also, it allows to actually disable the flushing.
* wtvenc: mux thumbnail picturePeter Ross2013-01-07
|
* wtv: permit root table and first sectors to be located beyond 2GB boundaryPeter Ross2012-12-19
| | | | | | Fixes ticket #2025. Signed-off-by: Peter Ross <pross@xvid.org>
* lavf/wtvenc: fix s[tp]_pairs memleak.Clément Bœsch2012-11-13
|
* wtvenc: produce seekable filesPeter Ross2012-11-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtvenc: simplify write_timestampPeter Ross2012-11-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtvenc: output third video pts in timestamp chunk (this is what Microsoft ↵Peter Ross2012-11-07
| | | | | | Windows Media Center expects) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtvenc: indent fixupPeter Ross2012-11-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; these ↵Peter Ross2012-11-07
| | | | | | are not required for playback Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtv: move duplicated guids into wtv.cPeter Ross2012-11-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENTPeter Ross2012-11-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtvenc: fix typoPeter Ross2012-11-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '36ef5369ee9b336febc2c270f8718cec4476cb85': Replace all CODEC_ID_* with AV_CODEC_ID_* lavc: add AV prefix to codec ids. Conflicts: doc/APIchanges doc/examples/decoding_encoding.c doc/examples/muxing.c ffmpeg.c ffprobe.c ffserver.c libavcodec/8svx.c libavcodec/avcodec.h libavcodec/dnxhd_parser.c libavcodec/dvdsubdec.c libavcodec/error_resilience.c libavcodec/h263dec.c libavcodec/libvorbisenc.c libavcodec/mjpeg_parser.c libavcodec/mjpegenc.c libavcodec/mpeg12.c libavcodec/mpeg4videodec.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/pcm.c libavcodec/r210dec.c libavcodec/utils.c libavcodec/v210dec.c libavcodec/version.h libavdevice/alsa-audio-dec.c libavdevice/bktr.c libavdevice/v4l2.c libavformat/asfdec.c libavformat/asfenc.c libavformat/avformat.h libavformat/avidec.c libavformat/caf.c libavformat/electronicarts.c libavformat/flacdec.c libavformat/flvdec.c libavformat/flvenc.c libavformat/framecrcenc.c libavformat/img2.c libavformat/img2dec.c libavformat/img2enc.c libavformat/ipmovie.c libavformat/isom.c libavformat/matroska.c libavformat/matroskadec.c libavformat/matroskaenc.c libavformat/mov.c libavformat/movenc.c libavformat/mp3dec.c libavformat/mpeg.c libavformat/mpegts.c libavformat/mxf.c libavformat/mxfdec.c libavformat/mxfenc.c libavformat/nsvdec.c libavformat/nut.c libavformat/oggenc.c libavformat/pmpdec.c libavformat/rawdec.c libavformat/rawenc.c libavformat/riff.c libavformat/sdp.c libavformat/utils.c libavformat/vocenc.c libavformat/wtv.c libavformat/xmv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
|
* cleanup: remove various double end ';' all over the code.Clément Bœsch2011-11-16
|
* Use AC-3 as default codec for wtv.Carl Eugen Hoyos2011-11-12
|
* wtvenc: ensure fat tables are padded to the sector boundaryPeter Ross2011-11-06
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtvenc: use ff_put_guid and remove local copy of this functionPeter Ross2011-11-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* wtvenc: add @file commentPeter Ross2011-11-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fix whitespace nitsPeter Ross2011-11-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-26
|
* wtvenc: add some asserts because iam paranoidMichael Niedermayer2011-09-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)zhentan feng2011-09-14