summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje2008-12-13
| | | | | | | | | | | | function is assured to parse at most one packet. This makes this function useful for ASF data packet parsing in a "push-mode" in addition to the current "pull-mode", and therefore allows for use of these functions in, for example, the RTSP demuxer (for MS-RTSP support). Tested to give identical output before and after for regular ASF playback, also see discussion in the ML thread "[PATCH] asf.c: move packet_time_start=0 statement". Testsuite also works after the patch, tested by Benoit Fouet. Originally committed as revision 16108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Add missing backslashes.Diego Biurrun2008-12-13
| | | | Originally committed as revision 16107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break some lines for a more aesthetically pleasing result.Diego Biurrun2008-12-13
| | | | Originally committed as revision 16106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun2008-12-13
| | | | Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2008-12-13
| | | | Originally committed as revision 16100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid _t in identifier names, _t is reserved by POSIX.Jai Menon2008-12-13
| | | | | | patch by Jai Menon, jmenon86 gmail com Originally committed as revision 16098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg2008-12-13
| | | | | | extracted from a patch by Anders Grönberg, galileo.m2 gmail com Originally committed as revision 16096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename type to be consistentLuca Barbato2008-12-13
| | | | Originally committed as revision 16090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts: replace Program_t typedef with "struct Program"Måns Rullgård2008-12-13
| | | | Originally committed as revision 16086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: sort codec tags listAurelien Jacobs2008-12-12
| | | | Originally committed as revision 16081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise2008-12-12
| | | | Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-12
| | | | Originally committed as revision 16079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-12
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 16077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update lavf/libnut.c to _tt type names in libnut APIOded Shimon2008-12-12
| | | | Originally committed as revision 16075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
| | | | Originally committed as revision 16067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse pasp atom and set sample aspect ratio,Baptiste Coudurier2008-12-11
| | | | | | | warn if transformation matrix differs from pasp, based on a patch by Skal. Originally committed as revision 16066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove _t in typedef for POSIX compatibilityBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove comment suggesting using variables ending in _t as this would break ↵Michael Niedermayer2008-12-11
| | | | | | POSIX. Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid _t in typedef typeReimar Döffinger2008-12-11
| | | | Originally committed as revision 16058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
| | | | Originally committed as revision 16057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indenting.Ronald S. Bultje2008-12-11
| | | | Originally committed as revision 16056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "struct gxf_stream_info" instead of "st_info_t",Reimar Döffinger2008-12-11
| | | | | | | avoids a typedef that is not really worth it and the reserved POSIX _t namespace. Originally committed as revision 16054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c ↵Reimar Döffinger2008-12-11
| | | | | | */ comment. Originally committed as revision 16053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-11
| | | | | | | frames) and 'azpr' FourCC (which is Apple's 'rpza', encapsulated in AVI instead) Originally committed as revision 16052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-08
| | | | Originally committed as revision 16036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bind to the multicast address if possibleJindřich Makovička2008-12-07
| | | | Originally committed as revision 16032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICSReynaldo H. Verdejo Pinochet2008-12-07
| | | | Originally committed as revision 16028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove static variable and a printf using it. See "[PATCH] asf.c: moveRonald S. Bultje2008-12-06
| | | | | | packet_time_start=0 statement" thread on ML. Originally committed as revision 16025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.Ronald S. Bultje2008-12-06
| | | | | | | | | | | | | This function is called in rtsp.c for each a= line in the SDP of the Describe response after m= RTSP stream descriptors. The function prototype used to take an AVStream argument. For RDT, however, every RTSPStream represents a set of streams of identical content, and can thus represent multiple AVStreams. Therefore, it should not take an AVStream as argument. This patch modifies it to accept a AVFormatContext (of the RTSP/SDP demuxer) instead. See discussion in "[PATCH/RFC] change function prototype of parse_sdp_a_line" thread on ML. Originally committed as revision 16024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not access s->gb directly in functions that have a local copy of thatRonald S. Bultje2008-12-06
| | | | | | | variable. See "[PATCH] asf.c: don't access AVFormatContext->pb" thread on ML. Originally committed as revision 16023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-05
| | | | Originally committed as revision 16009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-04
| | | | Originally committed as revision 16004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WRAW fourccBaptiste Coudurier2008-12-04
| | | | Originally committed as revision 16001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fourccs from avi filesBen Littler2008-12-03
| | | | Originally committed as revision 15995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add GEOX fourcc for mpeg4Michael Niedermayer2008-12-03
| | | | Originally committed as revision 15992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-03
| | | | | | to a more sensible place. Originally committed as revision 15991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-03
| | | | | | fixes FFDS files in http://tranquillity.ath.cx/uncommon_video_codecs_final.txt Originally committed as revision 15989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADTS AAC probe.Michael Niedermayer2008-12-02
| | | | | | fixes issue400 Originally committed as revision 15977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement rule-number parsing, the initial step in stream (and bitrate)Ronald S. Bultje2008-12-01
| | | | | | selection. See discussion in ML thread "[PATCH] RDT/Realmedia patches #2". Originally committed as revision 15966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change RDTDemuxContext->st into an array of streams, which will make futureRonald S. Bultje2008-11-30
| | | | | | | patches adding stream-selection easier in code. See discussion in ML thread "[PATCH] RDT/Realmedia patches #2". Originally committed as revision 15964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/RealmediaRonald S. Bultje2008-11-30
| | | | | | patches #2" thread. Originally committed as revision 15963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change function prototype from taking an AVStream to taking an index to theRonald S. Bultje2008-11-30
| | | | | | | | stream itself, plus a name change to signify that there may be multiple AVStreams per RDT set. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML. Originally committed as revision 15962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functions in sdp.c for consistency's sake.Stefano Sabatini2008-11-29
| | | | Originally committed as revision 15953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML.Ronald S. Bultje2008-11-23
| | | | Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add forgotten file format pgmyuv.Carl Eugen Hoyos2008-11-22
| | | | Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support picture output without -f image2 for most codecs.Carl Eugen Hoyos2008-11-22
| | | | Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk