3262 Commits (eb034aca18f00e6bf82ee37c470177b57b697bf1)

Author SHA1 Message Date
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
Baptiste Coudurier 57810910c7 check malloc return 17 years ago
Baptiste Coudurier 8513ba097c add some dv container uls 17 years ago
Baptiste Coudurier c9c55a5699 simplify by checking min matching len 17 years ago
Ronald S. Bultje f841a0fca1 Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). 17 years ago
Roberto Togni badbe09af3 Fix forgotten braces from r11039 17 years ago
Michael Niedermayer 175e23e875 Consider initial EOR in the back_ptr calculation. 17 years ago
Michael Niedermayer 76d7c327eb Replace idiotic (what moron wrote that code?) "buffer overflow" message by 17 years ago
Diego Biurrun 9b41eb37a1 Remove some spaces to keep certain people's eyes from hurting. 17 years ago
Diego Biurrun a85736f21d misc spelling/grammar fixes 17 years ago
Luca Abeni b973f9ad7e Make avc_find_startcode non-static, so that it can be used from other 17 years ago
Michel Bardiaux 6ba90c204c Suppress runaway index on streamed input 17 years ago
Roberto Togni c5adfd641a Add support for S8 PCM (codec 2) 17 years ago
Paul Kelly 3dea63bd7e user specifyable maximum amount of memory to use for the index. 17 years ago
Víctor Paesa 1a04866480 Alignment 17 years ago
Víctor Paesa a585c469a3 Link to libraries in dependency order. 17 years ago
Michael Niedermayer f5b410312f Set pts/dts in raw (yuv,rgb,pcm) demuxers. 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
Luca Abeni cd4f256754 Do not install rtp.h (which should have never been part of the public API) 17 years ago
Aurelien Jacobs e71b0534f2 matroskaenc now depends on avc.o 17 years ago
Aurelien Jacobs aacc5f227a Use the isom avcc formatting for h264 extradata in matroska. 17 years ago
Aurelien Jacobs 1bd2d763d4 Move isom_write_avcc() and related functions into a separate file. 17 years ago
Aurelien Jacobs 6e6eebf919 extract isom_write_avcc into a function 17 years ago
Aurelien Jacobs de04ad45ec Add one more parameter to avc_parse_nal_units so that it allows not to 17 years ago
Aurelien Jacobs ed7fa39c2d Check return value of avc_parse_nal_units(). 17 years ago
Ronald S. Bultje f739b36d16 Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), 17 years ago
Ronald S. Bultje b4e3330c12 Make rtp_parse_packet() always call the vfunc of the dynamic payload handler 17 years ago
Luca Abeni 81ab1fa13e Pass a proper context to av_log() 17 years ago
Diego Biurrun aa6b38c29d Fix random typos. 17 years ago
Guillaume LecrefECERF 727601bc4b url_write is part of the public API so it may not be under ifdef. 17 years ago