4607 Commits (81f052cb7dc3f6c6b8192436dbbaff6d1f2bf676)

Author SHA1 Message Date
Baptiste Coudurier cfa3caf81c check body partitions count before writing 16 years ago
Baptiste Coudurier 2dc9188465 return error if read failed 16 years ago
Patrik Kullman 6fcce4f995 Change ffm_write_write_index to return int, and return if error occured. 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
Aurelien Jacobs bf6c32fe50 use new metadata API in ogg/vorbis demuxer 16 years ago
Baptiste Coudurier 5b4f5e5dff fix frame size, time rate is not stts duration anymore with time offset 16 years ago
Baptiste Coudurier fcdd622cfc do not set start time to 0, it is not the case with elst time offset 16 years ago
Toshimitsu Kimura 865780ae9b Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com 16 years ago
Diego Biurrun b57ac115ae Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Benoit Fouet 80e58c6153 Allow demuxing of audio substreams stored as 0x06 type. 16 years ago
Baptiste Coudurier 7a10119057 parse mpeg2 gop header time code and use it 16 years ago
Baptiste Coudurier 7c9668cf8a write timecode track 16 years ago
Baptiste Coudurier a5929abe7a adjust time rate according to elst time offset 16 years ago
Baptiste Coudurier 0cfa359660 fix last keyframe index accross body partitions 16 years ago
Baptiste Coudurier 1585b93a2c fix body offset 16 years ago
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