2993 Commits (2b3c8f8a6a67ab52ce8be9ac803eb8619d4243f2)

Author SHA1 Message Date
Reimar Döffinger 2331e31c23 Add support for ogg text subtitles. 17 years ago
Baptiste Coudurier fa7343eaf2 stupid typo 17 years ago
Baptiste Coudurier ccac843872 support rawvideo in mov 17 years ago
Baptiste Coudurier d7742a7491 typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type 17 years ago
Baptiste Coudurier febc8fad0c init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function 17 years ago
Baptiste Coudurier 87be0d1289 add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || 17 years ago
Baptiste Coudurier 3dc761a443 typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type 17 years ago
Baptiste Coudurier 4ad08accb2 use context in av_log 17 years ago
Baptiste Coudurier c8134d7104 warning is only valid for mov 17 years ago
Reimar Döffinger eb3ba13b51 Support MP4 subtitles as in 17 years ago
Kostya Shishkov eda178d273 SMPTE 421 Annex L format demuxer 17 years ago
Baptiste Coudurier 0b98a7b3b2 cosmetics, split long lines, remove useless braces, merge comments and if 17 years ago
Baptiste Coudurier 506e4bb8bc cosmetics, vertically align 17 years ago
Baptiste Coudurier bbe052463d spoke too fast, fix dv fourcc in mov accordingly if strict 17 years ago
Baptiste Coudurier ea1664e33a finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell 17 years ago
Baptiste Coudurier d97f214435 indentation 17 years ago
Baptiste Coudurier a23c9c4a50 correctly and only set standard stsd fourcc for mp4/3gp 17 years ago
Baptiste Coudurier d0c0a29b5a write esds atom when mpeg-4 systems tags are used 17 years ago
Baptiste Coudurier efc9e44da6 reorder object types id by muxing preference 17 years ago
Baptiste Coudurier 2c2f58c0ad document tag field 17 years ago
Reimar Döffinger cc8c2c6ab3 Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. 17 years ago
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Michael Niedermayer cc8d87b793 Set subtitle codec id correctly, i hope this does not break anything. 17 years ago
Michael Niedermayer e73e3a926d Add non standard id needed for dvd subtitles. 17 years ago
Reimar Döffinger 7dfc1fdea2 Extract the pure plaintext from mov text subtitles. 17 years ago
Michael Niedermayer 1e3c9307e6 Set correct codec type and id for text subtitles. 17 years ago
Michael Niedermayer 41e19673ef indent 17 years ago
Michael Niedermayer ee6e2dbebf Only export packets which belong to the existing AVStream. 17 years ago
Michael Niedermayer 0bc4728e3b Select non jpeg if there are multiple substreams. 17 years ago
Baptiste Coudurier 067db6a58a comment vorbis objectype id 17 years ago
Baptiste Coudurier 4f8dc3b7f1 this one is not standardized either 17 years ago
Baptiste Coudurier c63d3668fc remove non standard object type ids, if you find samples, report them 17 years ago
Aurelien Jacobs 7f938dd32b ensure av_rescale_q() can be calculated (won't divide by zero) 17 years ago
Luca Abeni 29e35d6776 Support out-of-band parameter sets in SDP for H.264 video 17 years ago
Luca Abeni f79bfe481d Add support for H.264 video in the RTP muxer 17 years ago
Baptiste Coudurier afecbec22b unset extension, so code path, and guess format do not choose 17 years ago
Luca Abeni b21cd0bcb5 Add minimal support for H.264 video in the SDP generator 17 years ago
Aurelien Jacobs 078ac1dbf2 add missing Makefile rules for pcm muxers/demuxers 17 years ago
Baptiste Coudurier fa1ad97fad reorder alphabetically 17 years ago
Paul Egan dfb400a8ea new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com 17 years ago
Baptiste Coudurier 76e4864583 init uid to 0 17 years ago
Baptiste Coudurier e20c865a55 indentation 17 years ago
Baptiste Coudurier bb085dd6f1 correctly handle sony mpeg4 extradata 17 years ago
Baptiste Coudurier 6e3ea4461f check if read child returned error 17 years ago
Baptiste Coudurier a33b2c7e39 simplify with matching len 17 years ago
Baptiste Coudurier 51169b61b5 simplify and detect better non frame wrapped mappings 17 years ago
Baptiste Coudurier 4de5906fed cosmetics: read_metadata -> read 17 years ago
Baptiste Coudurier 3f2d859b7e cosmetics 17 years ago
Baptiste Coudurier 3a9c08be1b remove unused crypto context uid 17 years ago
Baptiste Coudurier 7ee7f6f958 support dynamically allocated local tags, used by encrypted files 17 years ago