2925 Commits (e609806ec6a79325773d8905d1d04b5442d8b5ed)

Author SHA1 Message Date
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
Ivo van Poorten 5e40d0e898 cosmetics, superfluous space 17 years ago
Ivo van Poorten 71e1080e28 proper check for valid pva_pts 17 years ago
Ivo van Poorten dba13944f0 do not return an error, but warn and recover when encountering an audio packet 17 years ago
Ivo van Poorten 7705cf7e15 validate streamid before use 17 years ago
Ivo van Poorten fe332ad66e change audio codec id to mp2 17 years ago
Ivo van Poorten 0e8a207ff8 proper type and initialization of pva_pts 17 years ago
Ivo van Poorten 6a5ef2934c remove unnecessary shift 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Luca Abeni 83a0d3878c Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies 17 years ago
Luca Abeni 8eb793c459 Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies 17 years ago
Michael Niedermayer 6e8b982bcc Move *malloc() out of tree.c, that way the code can be used with 17 years ago
Ronald S. Bultje 0fd36362b8 Make three rm demuxer functions non static. 17 years ago
Luca Abeni 95c2184270 Rationalize some dependencies between rtsp and rtp 17 years ago
Luca Abeni d80906e7b4 Fix the RTP muxer dependencies 17 years ago
Ivo van Poorten 3d94e3ba93 use one shift less in get_pts() 17 years ago
Aurelien Jacobs f7f8b4d296 mention libavfilter in warning about deprecated vhook 17 years ago
Ronald S. Bultje c482500fa3 Drop RTSP default protocol. 17 years ago
Diego Biurrun 8f8fae80b2 cosmetics: Reindent. 17 years ago
Ronald S. Bultje b83a84242c Merge double-nested if into && condition. 17 years ago
Aurelien Jacobs e299727441 move num_packets=0 where it belongs 17 years ago
Ivo van Poorten 3feb44a9be TechnoTrend PVA Demuxer 17 years ago
Diego Biurrun bf22a10901 cosmetics: sort() 17 years ago
Dave Yeo 72be9e73ae Add portable way to check for the existence of definitions and 17 years ago
Michael Niedermayer c86ec2f4c3 Extract aspect ratio from ODML/vprp. 17 years ago