summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Bink video codec id is there, demuxer can use itKostya Shishkov2010-01-31
| | | | Originally committed as revision 21574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Latent libavformat version bump for Bink demuxer (r21569)Peter Ross2010-01-31
| | | | Originally committed as revision 21571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink demuxerPeter Ross2010-01-31
| | | | Originally committed as revision 21569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-30
| | | | | | | This works around common issues with mpeg-ps files with broken timestamps. Also allows playing the broken sample from issue1024. Originally committed as revision 21562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger2010-01-30
| | | | | | | which has a up to 200% overhead. Also allows to use memcpy instead of strcpy. Originally committed as revision 21560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-30
| | | | | | function declaration to reflect this. Originally committed as revision 21558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-30
| | | | Originally committed as revision 21557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated empty line.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set duration in Smacker demuxerDaniel Verkamp2010-01-30
| | | | Originally committed as revision 21538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-30
| | | | Originally committed as revision 21537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-30
| | | | Originally committed as revision 21535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-30
| | | | Originally committed as revision 21534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-30
| | | | Originally committed as revision 21533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-30
| | | | Originally committed as revision 21532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
| | | | Originally committed as revision 21526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-28
| | | | Originally committed as revision 21512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
| | | | Originally committed as revision 21511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-28
| | | | | | Patch by Daniel Kristjansson: danielk cuymedia net Originally committed as revision 21501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-28
| | | | Originally committed as revision 21500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-28
| | | | | | This removes all but one MAX_STREAM from avienc.c. Originally committed as revision 21498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-27
| | | | | | Patch sent to mailing list by Taylor Ralph, taylor D ralph A gmail Originally committed as revision 21491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
| | | | Originally committed as revision 21490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-27
| | | | | | Fixes issue1714. Originally committed as revision 21485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Schedule an increase in the maximum number of streamsJai Menon2010-01-27
| | | | | | at next libavformat major version bump. Originally committed as revision 21484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert Revision: 21473Michael Niedermayer2010-01-27
| | | | | | | | | Log: Fix misc typos, patch by Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==). This violates the spec. Originally committed as revision 21478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misc typos, patch byStefano Sabatini2010-01-27
| | | | | | Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==). Originally committed as revision 21473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-27
| | | | | | documented but it's nice to have everything documented. Originally committed as revision 21471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-26
| | | | | | | reading direct SDP files to set up UDP-based RTP-streams). Fixes issue 1713. Patch by Jeremy Morton <ffmpeg game-point net>. Originally committed as revision 21461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-25
| | | | | | Patch by Martin Storsjö <martin at martin dot st>. Originally committed as revision 21443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxument url_open().Stefano Sabatini2010-01-24
| | | | Originally committed as revision 21437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-24
| | | | | | because YV12 triggers an UV swap in rawdec.c, fixes issue 1687. Originally committed as revision 21436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-24
| | | | | | rather than with simple filenames. Originally committed as revision 21429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger2010-01-24
| | | | | | | Only retry 2 - 5 times in quick succession and afterwards sleep a bit to avoid creating high CPU load without any progress. Originally committed as revision 21427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxument url_close().Stefano Sabatini2010-01-24
| | | | Originally committed as revision 21420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxument url_open_protocol().Stefano Sabatini2010-01-24
| | | | Originally committed as revision 21417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxument url_read().Stefano Sabatini2010-01-24
| | | | Originally committed as revision 21415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-23
| | | | | | if it reached EOF, making it useful in more cases. Originally committed as revision 21393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje2010-01-23
| | | | | | From multirate RM patch by Ronald S. Bultje Originally committed as revision 21392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove conditional M_PI definition, it is already defined inStefano Sabatini2010-01-22
| | | | | | libavutil/mathematics.h indirectly included by libavformat/avformat.h. Originally committed as revision 21388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated guess_format() with av_guess_format().Martin Storsjö2010-01-22
| | | | | | Patch by Martin Storsjö reverse(<ts.nitram@nitram>). Originally committed as revision 21387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make style a little bit more K&R'ish.Ronald S. Bultje2010-01-22
| | | | Originally committed as revision 21383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö2010-01-22
| | | | | | <$firstname () $firstname st>. Originally committed as revision 21382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg2010-01-22
| | | | | | | | if present. This fixes playback of a number of MS-RTSP streams, mostly these for which playback contains a session key in the URI. Fixes issue 1697. Patch by Alan Steremberg <$firstname dot $lastname () gmail com>. Originally committed as revision 21381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mkvenc: Write TrackTimecodeScaleRafaël Carré2010-01-21
| | | | | | patch by Rafael (dot) Carre (a) gmail (d) com Originally committed as revision 21372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje2010-01-21
| | | | | | they are unused. Originally committed as revision 21371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje2010-01-21
| | | | | | response anyway. Originally committed as revision 21370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r21368.Ronald S. Bultje2010-01-21
| | | | Originally committed as revision 21369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje2010-01-21
| | | | | | buffer, that is doomed to not work at some point. Originally committed as revision 21368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make output-example.c handle AAC audio.Martin Storsjö2010-01-21
| | | | | | Patch by Martin Storsjö martin martin st Originally committed as revision 21367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö2010-01-21
| | | | Originally committed as revision 21365 to svn://svn.ffmpeg.org/ffmpeg/trunk