summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Support MP4 subtitles as inReimar Döffinger2008-01-29
| | | | | | http://samples.mplayerhq.hu/MPEG-4/embedded_subs/1Video_2Audio_2SUBs_timed_text_streams_.mp4 Originally committed as revision 11663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
| | | | Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, vertically alignBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally set codec tags for mov/mp4/3gp muxers, this should not break ↵Baptiste Coudurier2008-01-28
| | | | | | anything, if it breaks anything, yell Originally committed as revision 11652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document tag fieldBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov ↵Reimar Döffinger2008-01-27
| | | | | | demuxer. Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-26
| | | | Originally committed as revision 11627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add non standard id needed for dvd subtitles.Michael Niedermayer2008-01-26
| | | | Originally committed as revision 11626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-26
| | | | | | Formatting information etc. is discarded. Originally committed as revision 11625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
| | | | | | | fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov closes issue341 Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-01-26
| | | | Originally committed as revision 11623 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-26
| | | | | | To export the others separate AVStreams must be created! Originally committed as revision 11622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-26
| | | | Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment vorbis objectype idBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this one is not standardized eitherBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove non standard object type ids, if you find samples, report themBaptiste Coudurier2008-01-26
| | | | Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-21
| | | | Originally committed as revision 11592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni2008-01-21
| | | | Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-21
| | | | Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-21
| | | | | | | avm2/flash 9 by default, not sure this is adequate though, this fixes regression tests. Originally committed as revision 11588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add minimal support for H.264 video in the SDP generatorLuca Abeni2008-01-21
| | | | Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing Makefile rules for pcm muxers/demuxersAurelien Jacobs2008-01-20
| | | | Originally committed as revision 11579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder alphabeticallyBaptiste Coudurier2008-01-20
| | | | Originally committed as revision 11575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
| | | | Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init uid to 0Baptiste Coudurier2008-01-19
| | | | Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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