summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* monkey audio demuxer now can parse ape tagsBenjamin Zores2007-09-16
| | | | Originally committed as revision 10511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix:Diego Biurrun2007-09-16
| | | | | | | nutdec.c: In function ‘nut_read_timestamp’: nutdec.c:759: warning: label ‘resync’ defined but not used Originally committed as revision 10506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set codec_id correctly for RJPG codec_tagReimar Döffinger2007-09-15
| | | | Originally committed as revision 10498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support fragmentation for AAC framesLuca Abeni2007-09-14
| | | | Originally committed as revision 10492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AAC streaming over RTP. Fragmentation is not implemented yetLuca Abeni2007-09-14
| | | | Originally committed as revision 10491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Forward error code when reading a v4l2 frameBenoit Fouet2007-09-13
| | | | | | Patch by Benoit Fouet (benoit.fouet AT purplelabs DOT com) Originally committed as revision 10487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey Audio decoderKostya Shishkov2007-09-13
| | | | Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier2007-09-12
| | | | Originally committed as revision 10481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2007-09-11
| | | | Originally committed as revision 10478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
| | | | Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
| | | | Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump micro version number for r10429Ramiro Polla2007-09-10
| | | | Originally committed as revision 10473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* *_protocol are not part of public APIAurelien Jacobs2007-09-10
| | | | Originally committed as revision 10472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni2007-09-10
| | | | | | config info are available out of band (fix "-{a,v}codec copy" from .mov) Originally committed as revision 10471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-10
| | | | Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni2007-09-10
| | | | Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve track number decoding for some WMA filesPatrice Bensoussan2007-09-09
| | | | | | | | | patch by Patrice Bensoussan %patrice P bensoussan A free P fr% Original thread: Date: Sep 9, 2007 12:33 PM Subject: [FFmpeg-devel] [PATCH] Improve track number decoding for some WMA files Originally committed as revision 10462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set codec_tag when the container does not specify it.Reimar Döffinger2007-09-09
| | | | Originally committed as revision 10445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-09
| | | | Originally committed as revision 10439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the format name audio_device (used in both oss and audio_beos) to oss ↵Ramiro Polla2007-09-07
| | | | | | | | and audio_beos. -f oss and -f audio_beos should be used instead. Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
| | | | Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-06
| | | | Originally committed as revision 10421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-06
| | | | Originally committed as revision 10420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
| | | | Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename dc1394.c to libdc1394.cRamiro Polla2007-09-05
| | | | Originally committed as revision 10415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-05
| | | | Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give better filenames to bktr and v4l grabbersRamiro Polla2007-09-05
| | | | Originally committed as revision 10412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-05
| | | | Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 10409Michael Niedermayer2007-09-05
| | | | | | | there is no need for put_timestamp to be exported it is not used outside the PES code Originally committed as revision 10410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export put_timestamp()Michael Niedermayer2007-09-05
| | | | | | this will be needed for spliting the PES muxer code out Originally committed as revision 10409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-05
| | | | | | | | | | | then the container duration is set from the stream duration. patch by Neil Brown: [ neilb suse de] original thread: [FFmpeg-devel] [patch 3/3] Make timing calculations less dependant on start_time being defined. date: 08/16/2007 08:27 AM Originally committed as revision 10408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct initial timestampWolfram Gloger2007-09-05
| | | | | | | | | Patch by Wolfram Gloger: [wmglo $ dent med uni-muenchen de] Original thread: [FFmpeg-devel] [PATCH] av_estimate_timings_from_pts corrupt timestamps date: 08/25/2007 09:51 PM Originally committed as revision 10405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC support in the SDP generatorLuca Abeni2007-09-05
| | | | Originally committed as revision 10398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable Matroska muxerDavid Conrad2007-09-05
| | | | Originally committed as revision 10389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar nitsDavid Conrad2007-09-05
| | | | Originally committed as revision 10388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-05
| | | | Originally committed as revision 10387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ebml size functions to indicate that they can be used for more kinds ↵David Conrad2007-09-05
| | | | | | of numbers Originally committed as revision 10386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-05
| | | | Originally committed as revision 10385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationDavid Conrad2007-09-05
| | | | Originally committed as revision 10384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't seek when streamedDavid Conrad2007-09-05
| | | | Originally committed as revision 10383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of useless bracesDavid Conrad2007-09-05
| | | | Originally committed as revision 10382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentDavid Conrad2007-09-05
| | | | Originally committed as revision 10381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-05
| | | | Originally committed as revision 10380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-05
| | | | Originally committed as revision 10379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move writing codec private element to its own functionDavid Conrad2007-09-05
| | | | Originally committed as revision 10378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsDavid Conrad2007-09-05
| | | | Originally committed as revision 10377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-05
| | | | Originally committed as revision 10376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenify commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-05
| | | | Originally committed as revision 10374 to svn://svn.ffmpeg.org/ffmpeg/trunk