72 Commits (32a97d4630e8e742cba0344054842ed059dda807)

Author SHA1 Message Date
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 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov bbc413f943 lavf: replace remaining uses of put_tag with avio_write 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 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
Baptiste Coudurier 6b43d2d075 uniformize variable names and remove duplicating fields in private structs 16 years ago
Baptiste Coudurier 8b9c94e0bd remove useless fields 16 years ago
Thierry Foucu 2ead1eb0ff use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com 16 years ago
Baptiste Coudurier 032d8aece2 cosmetics, rename nb_frames to nb_fields 16 years ago
Thierry Foucu 68a7aafff6 compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com 16 years ago
Baptiste Coudurier a88f0f16ab rename wrongly named b_per_gop to b_per_i_or_p according to specs 16 years ago
Baptiste Coudurier 16e3b0b3e6 rename ff_audio_interleave to ff_audio_rechunk_interleave 16 years ago
Baptiste Coudurier 63601677fe use new audio interleaving generic code 16 years ago
Baptiste Coudurier 5efa932d2c use st->priv_data to store per stream context 16 years ago
Baptiste Coudurier d972e56cf2 second try fixing time code in gxf 16 years ago
Baptiste Coudurier e9338da87d fix endianness of time code, and calculate it in fields, according to specs 16 years ago
Baptiste Coudurier 507ff760af Do not use avctx->frame_number which might not be set, 16 years ago
Baptiste Coudurier 15a4e8b85a set correct value for starting line 16 years ago
Baptiste Coudurier fc94187857 fix gxf time code mark out value 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Reimar Döffinger d77ac324fe Avoid _t in gxf enum type names 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Baptiste Coudurier 1234da4caf use av_fifo_generic_write, old func is deprecated 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago