128 Commits (ffe2c09d4658882e5debabb9ab59ce6b3c9b7591)

Author SHA1 Message Date
Aurelien Jacobs 5f8bae8d5c matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes 16 years ago
David Conrad 3194b00479 Cosmetics: indent 16 years ago
David Conrad 1c3db2aa50 Treat disposition==0 as undefined and don't write the default flag 16 years ago
David Conrad 8a86aaa3b2 Flush the buffer after writing the header and when done with writing the files 16 years ago
Luca Abeni ca93bc175a Reindent after last commit 16 years ago
Luca Abeni 0a63a676ec Do not reallocate AVPacket's data when muxing a packet 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Aurelien Jacobs abce34d979 matroskaenc: require global header 16 years ago
Aurelien Jacobs b7f4e76d3d matroskaenc: correct muxing of ASS packets 16 years ago
Aurelien Jacobs 291902c274 matroskaenc: use correct EBML ID for block duration 16 years ago
Aurelien Jacobs 1bfbe8ff9d matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() 16 years ago
Aurelien Jacobs 8401c51407 matroskaenc: remove useless mkv_block_size() function 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Aurelien Jacobs 62c24705c8 matroska: subtitle display duration must be stored in pkt->convergence_duration 16 years ago
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 16 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 16 years ago
Diego Biurrun 5968d2dd1e misc spelling/grammar fixes 17 years ago
Aurelien Jacobs cc8be50637 matroska: expand useless define for MS compat codec id strings 17 years ago
Aurelien Jacobs f009e36f75 matroska: add support for V_QUICKTIME track type 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Justin Ruggles 8a0684f4c4 fix encoding of flac private data 17 years ago
Aurelien Jacobs 7bfacd4e75 use common aac sample rate tables 17 years ago
Evgeniy Stepanov 90c2295b24 Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing 17 years ago
Aurelien Jacobs 73260a11e1 simplification proposed by Rich 17 years ago
Aurelien Jacobs 0b247953c8 makes really sure that no undefined behavior can happen 17 years ago
Aurelien Jacobs d597655f77 Avoid infinite loop. 17 years ago
Michael Niedermayer 2024c2262b Write 0 instead of seeking forward (and leaving bytes uninitalized), 17 years ago
Aurelien Jacobs 9ab3f71b60 add a ff_ prefix to newly exported functions from avc.c 17 years ago
Aurelien Jacobs e609806ec6 Matroska muxer needs to format all NAL units, not only extradata. 17 years ago
Aurelien Jacobs aacc5f227a Use the isom avcc formatting for h264 extradata in matroska. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Diego Biurrun bf898960a7 spelling/wording nits in some Doxygen comments 17 years ago
David Conrad ab332d0133 Grammar nits 17 years ago
David Conrad b62a33d01b Always use AVFormatContext for av_log messages 17 years ago
David Conrad 0f651e8cf3 Rename ebml size functions to indicate that they can be used for more kinds of numbers 17 years ago
David Conrad 8b65b9a313 We shouldn't be passing in sizes larger than 2^56-2, so use an assert 17 years ago
David Conrad e5c29287cf Indentation 17 years ago
David Conrad ac9e1177b3 Don't seek when streamed 17 years ago
David Conrad c301d5ae0a Get rid of useless braces 17 years ago
David Conrad 7e33d3fee4 Indent 17 years ago
David Conrad dc4a9f6737 Match the behaviour betwen the bmp and wav codec tag lookups 17 years ago
David Conrad 46d18a88e1 Write codecprivate to a dynamic buffer so that seeking isn't required 17 years ago
David Conrad 5c559894e1 Move writing codec private element to its own function 17 years ago
David Conrad 211783a50a Cosmetics 17 years ago
David Conrad 91ca969082 Use num_entries directly rather than mixing it with a local copy 17 years ago
David Conrad e3cd80cdac Doxygenify comments 17 years ago
David Conrad 7f8582dfc6 Make sure that the calculated duration doesn't decrease 17 years ago
David Conrad 8ffc5f9e92 Split some really long lines 17 years ago
David Conrad 3967eb5260 Correct message 17 years ago