94 Commits (d8804905ebea1371e19beced2a39ff4bbe3a9722)

Author SHA1 Message Date
Anton Khirnov df0bb26aca lavf: remove disabled FF_API_TIMESTAMP cruft 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Matthieu Bouron 070a40f1b7 gxfenc: support timecode option 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Nicolas George af84d9bb9e gxfenc: Replace av_realloc by av_realloc_f when relevant. 13 years ago
Diego Biurrun 6eaaf8da88 gxfenc: place variable declarations before statements 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
Anton Khirnov 5f847bf61d lavf: deprecate AVFormatContext.timestamp 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov db44ea960d avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov a1b7979261 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov bbc413f943 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Baptiste Coudurier 8a451afe7d In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Baptiste Coudurier c6d04addf6 In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Reuben Martin 82ae56b3fa In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Reuben Martin ad4c3c6840 In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at gmail dot com 14 years ago
Baptiste Coudurier eeeae2bf05 gxf muxer only accepts pal or ntsc resolutions currently, so fail if resolution is something else 14 years ago
Thierry Foucu 591db22dff gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Carl Eugen Hoyos bc2d2a07d5 Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. 15 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Baptiste Coudurier c43accabd3 remove useless include 16 years ago
Baptiste Coudurier af79f1ae78 reindent 16 years ago
Baptiste Coudurier 6b4fab72df change path pattern to be similar to existing files, and remove useless buffer 16 years ago
Baptiste Coudurier 4070629dfa merge struct declaration and definition 16 years ago
Baptiste Coudurier 0c8f772791 write map packet every 100 packets according to specs 16 years ago
Baptiste Coudurier aaa43de31a write flt packet, might need some tweaking but it works 16 years ago
Baptiste Coudurier a96b1a903a correctly interleave audio and video according to specs 16 years ago
Baptiste Coudurier 46a7e3ec14 write timecode track in gxf 16 years ago
Baptiste Coudurier 33605366ee compute media info in write_header 16 years ago
Baptiste Coudurier cd34fd9c8c factorize write packet 16 years ago
Baptiste Coudurier 990287c468 remove unneeded and empty user data 16 years ago