119 Commits (024bf3a1c2d3b5a391b0f952708edab072c04711)

Author SHA1 Message Date
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Michael Niedermayer 2832a82e17 avformat/gxfenc: Clear nb_fields on array deallocation 11 years ago
Michael Niedermayer a6ca08f1af avformat/gxfenc: Check and propagate return code from gxf_write_map_packet() 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Michael Niedermayer e5526a4bae avformat/gxfenc: replace deprecated PIX_FMT constants 11 years ago
Reuben Martin 4a60df2d35 avformat/gxfenc: Added support for writing correct auxiliary data for DV streams. 11 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Michael Niedermayer ba39303050 gxfenc: fix null ptr dereference 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 07108cafc6 gxfenc: assert that the to be written data has not been truncated. 12 years ago
Michael Niedermayer eb336cb881 gxfenc: dont duplicate buffer size 12 years ago
Piotr Bandurski 08277a45c3 lavf: add missing new line to some error messages 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Clément Bœsch 6b35f1a2a6 timecode: move timecode muxer options to metadata. 13 years ago
Diego Biurrun 70be4dddc8 gxfenc: remove disabled half-implemented MJPEG tag 13 years ago
Anton Khirnov a6733202cc lavf: make av_interleave_packet_per_dts() private. 13 years ago
Clément Bœsch e2407556f1 gxfenc: use new public timecode API. 13 years ago
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