summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-21
* Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni2008-01-21
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-21
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-21
* Add minimal support for H.264 video in the SDP generatorLuca Abeni2008-01-21
* add missing Makefile rules for pcm muxers/demuxersAurelien Jacobs2008-01-20
* reorder alphabeticallyBaptiste Coudurier2008-01-20
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
* init uid to 0Baptiste Coudurier2008-01-19
* indentationBaptiste Coudurier2008-01-19
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-19
* check if read child returned errorBaptiste Coudurier2008-01-19
* simplify with matching lenBaptiste Coudurier2008-01-19
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-19
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-19
* cosmeticsBaptiste Coudurier2008-01-19
* remove unused crypto context uidBaptiste Coudurier2008-01-19
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-19
* check malloc returnBaptiste Coudurier2008-01-19
* add some dv container ulsBaptiste Coudurier2008-01-19
* simplify by checking min matching lenBaptiste Coudurier2008-01-19
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-18
* Fix forgotten braces from r11039Roberto Togni2008-01-17
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-17
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-17
* Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun2008-01-16
* misc spelling/grammar fixesDiego Biurrun2008-01-16
* Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2008-01-15
* Suppress runaway index on streamed inputMichel Bardiaux2008-01-14
* Add support for S8 PCM (codec 2)Roberto Togni2008-01-13
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
* AlignmentVíctor Paesa2008-01-12
* Link to libraries in dependency order.Víctor Paesa2008-01-12
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-12
* Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer2008-01-12
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-11
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-11
* Do not install rtp.h (which should have never been part of the public API)Luca Abeni2008-01-11
* matroskaenc now depends on avc.oAurelien Jacobs2008-01-11
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-11
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-11
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-11
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-11
* Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje2008-01-10
* Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje2008-01-10
* Pass a proper context to av_log()Luca Abeni2008-01-10
* Fix random typos.Diego Biurrun2008-01-08
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-08
* check av_new_stream return valueBaptiste Coudurier2008-01-08