summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Link to libraries in dependency order.VĂ­ctor Paesa2008-01-121-2/+2
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-121-1/+9
* Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer2008-01-121-1/+2
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-114-9/+9
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-111-0/+10
* Do not install rtp.h (which should have never been part of the public API)Luca Abeni2008-01-111-1/+1
* matroskaenc now depends on avc.oAurelien Jacobs2008-01-111-2/+2
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-111-0/+3
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-114-118/+172
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-111-12/+19
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-111-4/+4
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-111-2/+6
* Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje2008-01-101-2/+2
* Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje2008-01-101-4/+2
* Pass a proper context to av_log()Luca Abeni2008-01-101-10/+10
* Fix random typos.Diego Biurrun2008-01-081-1/+1
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-081-2/+0
* check av_new_stream return valueBaptiste Coudurier2008-01-081-0/+6
* check av_new_stream return valueBaptiste Coudurier2008-01-081-0/+4
* Linux Media Labs MPEG-4 (LMLM4) demuxerIvo van Poorten2008-01-073-0/+128
* Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten2008-01-071-10/+64
* cosmeticsIvo van Poorten2008-01-071-1/+1
* remove unnecessary checkIvo van Poorten2008-01-071-1/+0
* use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten2008-01-071-5/+3
* Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten2008-01-072-11/+15
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-073-3/+3
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-061-1/+1
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-061-2/+2
* cosmetics, split overly long linesBaptiste Coudurier2008-01-061-22/+36
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-062-12/+9
* cosmetics, superfluous spaceIvo van Poorten2008-01-051-1/+1
* proper check for valid pva_ptsIvo van Poorten2008-01-051-1/+1
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-051-2/+5
* validate streamid before useIvo van Poorten2008-01-051-0/+4
* change audio codec id to mp2Ivo van Poorten2008-01-051-1/+1
* proper type and initialization of pva_ptsIvo van Poorten2008-01-051-1/+1
* remove unnecessary shiftIvo van Poorten2008-01-051-1/+1
* improve CRC APIAurelien Jacobs2008-01-043-3/+4
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-043-330/+357
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-043-526/+556
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-041-3/+6
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-042-3/+45
* Rationalize some dependencies between rtsp and rtpLuca Abeni2008-01-032-2/+2
* Fix the RTP muxer dependenciesLuca Abeni2008-01-031-1/+1
* use one shift less in get_pts()Ivo van Poorten2008-01-031-1/+1
* mention libavfilter in warning about deprecated vhookAurelien Jacobs2008-01-031-1/+1
* Drop RTSP default protocol.Ronald S. Bultje2008-01-022-0/+4
* cosmetics: Reindent.Diego Biurrun2008-01-021-1/+1
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-021-3/+1
* move num_packets=0 where it belongsAurelien Jacobs2008-01-021-1/+1
OpenPOWER on IntegriCloud