4641 Commits (e1374c06d6f68629573b1c79b2f57cc4bb12e768)

Author SHA1 Message Date
Stefano Sabatini 4c08b2bdcb Cosmetics: vertical align "*" for consistency with the other doxyies. 16 years ago
Stefano Sabatini 3dc6cb2e92 Remove @deprecated notice from AVFrac, it is not deprecated anymore. 16 years ago
Baptiste Coudurier 9c91a0b049 fix partition offset when only one stream present 16 years ago
Baptiste Coudurier 0e633e2b01 fix timecode value 16 years ago
Baptiste Coudurier 99b170f896 write body partitions 16 years ago
Baptiste Coudurier 7524f46e21 compute index byte count in mxf_write_partition 16 years ago
Baptiste Coudurier c1425a14f1 remove check, mxf muxer does not have track number limitation anymore 16 years ago
Baptiste Coudurier 4a15f3ee99 retrieve flags from mxf_parse_mpeg2_frame using a param 16 years ago
Baptiste Coudurier a784cc679f 10l, edit unit offset is after klv fill 16 years ago
Baptiste Coudurier bf31d93ad2 cosmetics, associate mxf_write_klv_fill to aligned elements 16 years ago
Baptiste Coudurier ee1f7f4bf9 write component depth and horizontal subsampling best effort local tags 16 years ago
Baptiste Coudurier 7be3405291 fix header byte count 16 years ago
Baptiste Coudurier b25ee3fb38 move up mxf_write_klv_fill and align index, rip and primer pack 16 years ago
Baptiste Coudurier bd5c94b546 fix primer pack local tags uls 16 years ago
Baptiste Coudurier 216b6631fb correctly set multi track operational pattern 16 years ago
Baptiste Coudurier 4c125b8f6e fix compilation with DEBUG defined, field does not exist anymore 16 years ago
Aurelien Jacobs 949cd9783b remove now useless av_set_program_name() function 16 years ago
Aurelien Jacobs 0868119106 use new metadata API in mpegts demuxer 16 years ago
Baptiste Coudurier 16e3b0b3e6 rename ff_audio_interleave to ff_audio_rechunk_interleave 16 years ago
Michael Niedermayer f0b00aba89 Try to clarify doxy of avformat_seek_file(). 16 years ago
Alex Converse d84d6fbf28 Increase the number of packets required to identify as MPEG PES to keep from 16 years ago
Baptiste Coudurier 7a094c6a42 remove no more needed comment, declaration is in internal header 16 years ago
Diego Biurrun fbd7ddf459 cosmetics: typo/grammar fixes in doxygen and other comments 16 years ago
Diego Biurrun 7be75dd7df cosmetics: comment grammar/spelling fixes 16 years ago
Francesco Cosoleto ced06bd8fe Add the ability to set the timestamp to the current time by specifying 'now' 16 years ago
Vitor Sessak f9e5b9420e 10l: fix compiler warning: 16 years ago
Baptiste Coudurier 1cc65cecb2 Move declaration of ff_interleave_add_packet to internal.h. 16 years ago
Baptiste Coudurier 18099ade6f Declare ff_interleave_new_audio_packet as static, it is not used 16 years ago
Baptiste Coudurier 94027d3bdd document ff_audio_interleave 16 years ago
Nicolas Martin eaf5d0112b NC camera demuxer 16 years ago
Michael Niedermayer 998b6f7ca2 Clarify that avformat_seek_file() is not part of the stable API yet. 16 years ago
Michael Niedermayer d04768fa80 avformat_seek_file() prototype 16 years ago
Baptiste Coudurier 04e06cfa20 cosmetics: sample_to_chunk -> stsc 16 years ago
Baptiste Coudurier a234e38d6e cosmetics: sample_to_ctime -> ctts 16 years ago
Baptiste Coudurier 1975c52c2a remove useless field 16 years ago
Baptiste Coudurier 9e8d61d4f1 rewrite pts also, as comment says 16 years ago
Baptiste Coudurier 59453725f2 remove useless return 16 years ago
Baptiste Coudurier 425c9962b2 fix doxygen 16 years ago
Stefano Sabatini 8e2fd8e1d4 Replace the calls to the deprecated av_alloc_format_context() with 16 years ago
Stefano Sabatini 88a2896520 Deprecate av_malloc_format_context() in favor of 16 years ago
Baptiste Coudurier 5ac4d7689d reuse MXFCodecUL for data def and simplify 16 years ago
Baptiste Coudurier 251bf87560 remove implicit header inclusions from mxf.h 16 years ago
Baptiste Coudurier 84a2d3045b free index entries 16 years ago
Baptiste Coudurier 63601677fe use new audio interleaving generic code 16 years ago
Baptiste Coudurier f1544e79f2 extract audio interleaving code from mxf muxer, will be used by gxf and dv 16 years ago
Baptiste Coudurier baf2ffd329 offset dts according to edit list, hackish but works, based on patch by Reimar 16 years ago
Diego Biurrun 6bab479955 Remove const qualifier from function argument to eliminate the warning 16 years ago
Baptiste Coudurier d526105f08 only use 2 slices for index, one video(vbr) and one audio(cbr) 16 years ago
Baptiste Coudurier 5ccc2316ab force first track to be video and simplify 16 years ago
Baptiste Coudurier 67d8ac4a02 write system item 16 years ago