summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* indentationBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if read child returned errorBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify with matching lenBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused crypto context uidBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check malloc returnBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some dv container ulsBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by checking min matching lenBaptiste Coudurier2008-01-19
| | | | Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-18
| | | | | | | | | This can be used later by RDT to get the flags from the RTP packet and use that for the RealMedia packet (such as whether this RTP packet represents a keyframe or not). For discussion, see "[PATCH] Realmedia / RTSP (RDT)". Originally committed as revision 11557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix forgotten braces from r11039Roberto Togni2008-01-17
| | | | Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-17
| | | | Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-17
| | | | | | abort() Originally committed as revision 11546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun2008-01-16
| | | | Originally committed as revision 11544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/grammar fixesDiego Biurrun2008-01-16
| | | | Originally committed as revision 11542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2008-01-15
| | | | | | files (and add the ff_ prefix, to avoid polluting the namespace) Originally committed as revision 11532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress runaway index on streamed inputMichel Bardiaux2008-01-14
| | | | Originally committed as revision 11527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for S8 PCM (codec 2)Roberto Togni2008-01-13
| | | | | | Fix samples/au/vrooom.au Originally committed as revision 11522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
| | | | | | | patch by Paul Kelly paul stjohnspoint co uk with some changes by me Originally committed as revision 11521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AlignmentVíctor Paesa2008-01-12
| | | | Originally committed as revision 11516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Link to libraries in dependency order.Víctor Paesa2008-01-12
| | | | | | Based on a patch by Gonzalo Garramuño, ggarra advancedsl com ar Originally committed as revision 11515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set pts/dts in raw (yuv,rgb,pcm) demuxers.Michael Niedermayer2008-01-12
| | | | Originally committed as revision 11513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer2008-01-12
| | | | | | fixes odd regression test failure i had. Originally committed as revision 11512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not install rtp.h (which should have never been part of the public API)Luca Abeni2008-01-11
| | | | Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc now depends on avc.oAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract isom_write_avcc into a functionAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add one more parameter to avc_parse_nal_units so that it allows not toAurelien Jacobs2008-01-11
| | | | | | | free the input buffer. This is required by upcoming extraction of isom_write_avcc to a function. Originally committed as revision 11496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return value of avc_parse_nal_units().Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),Ronald S. Bultje2008-01-10
| | | | | | see "[PATCH] Realmedia / RTSP (RDT)" thread on ML. Originally committed as revision 11494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rtp_parse_packet() always call the vfunc of the dynamic payload handlerRonald S. Bultje2008-01-10
| | | | | | if there is one. See "[PATCH] Realmedia / RTSP (RDT)" thread on ML. Originally committed as revision 11493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2008-01-10
| | | | Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix random typos.Diego Biurrun2008-01-08
| | | | Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-08
| | | | | | | Also fixes a compile error if all muxers and protocols are disabled. Patch by Guillaume LECERF (foxcore gmail com) Originally committed as revision 11469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return valueBaptiste Coudurier2008-01-08
| | | | Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return valueBaptiste Coudurier2008-01-08
| | | | Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Linux Media Labs MPEG-4 (LMLM4) demuxerIvo van Poorten2008-01-07
| | | | Originally committed as revision 11456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten2008-01-07
| | | | Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsIvo van Poorten2008-01-07
| | | | Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary checkIvo van Poorten2008-01-07
| | | | Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten2008-01-07
| | | | Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten2008-01-07
| | | | | | can easily be reused by other demuxers for formats that encapsulate MPEG-PES. Originally committed as revision 11451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
| | | | | | From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com > Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-06
| | | | Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk