3049 Commits (816ebf93201cd11e01b59c136930f317192d160e)

Author SHA1 Message Date
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
Baptiste Coudurier e55a4dd328 check av_new_stream return value 17 years ago
Baptiste Coudurier ebbe25d2a3 check av_new_stream return value 17 years ago
Ivo van Poorten 670c78479d Linux Media Labs MPEG-4 (LMLM4) demuxer 17 years ago
Ivo van Poorten e03caf2efd Implement read_timestamp and enable seeking in PVA files. 17 years ago
Ivo van Poorten ffc2934112 cosmetics 17 years ago
Ivo van Poorten e661f76051 remove unnecessary check 17 years ago
Ivo van Poorten 9ae092036b use ff_parse_pes_pts for parsing an MPEG-PES timestamp 17 years ago
Ivo van Poorten 66e9e30239 Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it 17 years ago
Aurelien Jacobs 4f632b065b Make ff_mkv_codec_tags lie entirely in .rodata section. 17 years ago
Diego Biurrun c807e68f46 cosmetics: Add another pair of parentheses to aid readability. 17 years ago
Diego Biurrun 621d7fe936 Rename two structures, identifiers starting with _[A-Z] are reserved. 17 years ago
Baptiste Coudurier 29c90869e6 cosmetics, split overly long lines 17 years ago
Diego Pettenò 7d51edddd4 Make AVRtpPayloadTypes static and constant 17 years ago