369 Commits (6a73f3bbdfa0ea4984d8df280411d3e0e185c792)

Author SHA1 Message Date
Martin Storsjö a78dbada55 movenc: Don't store a nonzero creation time if nothing was set by the caller 13 years ago
Alex Converse 4bf3c8f226 mov: Don't stick the QuickTime field ordering atom in extradata. 13 years ago
Alex Converse d3b8bde2f1 movenc: Rudimentary IODs support. 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Martin Storsjö e2484fb644 movenc: Use the actual converted sample for RTP hinting 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Justin Ruggles 60cd802daf movenc: write 'chan' tag for AC-3 in MOV 13 years ago
Justin Ruggles 1fdf18f4b7 mov: add support for reading and writing the 'chan' tag 13 years ago
Justin Ruggles 8e8c51318c movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Carl Eugen Hoyos ed669c9bec movenc: Set a correct packet size for AMR-NB mode 15, "no data" 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov a4ea00d021 lavc/lavf: use unique private classes. 13 years ago
Anton Khirnov c92a2a4eb8 movenc: fix NULL reference in mov_write_tkhd_tag 13 years ago
Anton Khirnov 7574cacbd5 movenc: create an alternate group for each media type 13 years ago
Laurent Aimar b59efc9434 Fixed size given to init_get_bits(). 13 years ago
Anton Khirnov fb42d156ed movenc: use libx264 by default when possible for mov, mp4 and psp 14 years ago
Anton Khirnov eb97dbb05a movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings 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
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 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
Martin Storsjö d16cccac98 movenc: Add RTP muxer/hinter options 14 years ago
Martin Storsjö f3f82296a4 movenc: Pass the RTP AVFormatContext to the SDP generation 14 years ago
Martin Storsjö 0558e266a2 sdp: Allow passing an AVFormatContext to the SDP generation 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Gil Pedersen c16919487e improved 'edts' atom writing support 14 years ago
Martin Storsjö 28734ac995 movenc: Deprecate the global RTP hinting flag, use a private AVOption instead 14 years ago
Martin Storsjö 91e3a25ef6 movenc: Add an AVClass for setting muxer specific options 14 years ago
Baptiste Coudurier 7e19a6e868 movenc: always write esds descriptor length using 4 bytes. 14 years ago
Baptiste Coudurier 304e983dc7 movenc: fix yuv range in avid atoms used by dnxhd. 14 years ago
Alex Converse 7fe3207e25 movenc: fix adpcm mono muxing. 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 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 a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Baptiste Coudurier 06ed4873e6 movenc: use correct tag for dvcpro hd 14 years ago
Baptiste Coudurier fffdee89cc movenc: fix tkhd height for imx 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Ronald S. Bultje 13ff92d197 movenc: remove uses of deprecated API. 14 years ago
Maksym Veremeyenko d184c86cd3 store pasp atom for all types of quicktime movie 14 years ago
Maksym Veremeyenko 77d207cbe6 reindent after tapt patch 14 years ago
Maksym Veremeyenko ea1afa124c use tapt atom for sample aspect ratio 14 years ago
Anton Khirnov 0abdb29317 lavf: use a new ffio_wfourcc macro instead of put_tag() where possible 14 years ago