summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Fix warning:Vitor Sessak2010-03-24
| | | | | | | | libavformat/nut.c: In function ‘ff_nut_free_sp’: libavformat/nut.c:80: warning: passing argument 4 of ‘av_tree_enumerate’ from incompatible pointer type ./libavutil/tree.h:92: note: expected ‘int (*)(void *, void *)’ but argument is of type ‘void (*)(void *, void *)’ Originally committed as revision 22659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-24
| | | | Originally committed as revision 22657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
| | | | | | | | to share it with e.g. MMS. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 22656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence ridiculous gcc warning.Carl Eugen Hoyos2010-03-24
| | | | Originally committed as revision 22654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mask away AVSEEK_FORCE properly in some checks in url_fseek()Tomas Härdin2010-03-24
| | | | | | Patch by Tomas Härdin $(name).$(s/ä/a/ $(surname)) AT codemill DOT se Originally committed as revision 22653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put ff_flac_write_header() in a separate C file to allow it to be shared withoutJustin Ruggles2010-03-23
| | | | | | duplicating code or adding a dependency on vorbiscomment.o. Originally committed as revision 22652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seeking in DV when filesize is unknown.Tomas Härdin2010-03-23
| | | | | | Patch by Tomas Härdin, tomas D hardin A codemill D se Originally committed as revision 22645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle multiple RTSP transport options properly by adding all of them into ↵Martin Storsjö2010-03-23
| | | | | | the mask Originally committed as revision 22644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö2010-03-23
| | | | | | This helps if the URL (erroneously?) contains question marks within the path. Originally committed as revision 22643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ↵Martin Storsjö2010-03-23
| | | | | | | | | to the server Don't modify the user-specified s->filename at all, keep all modifications locally and in rt->control_uri. Originally committed as revision 22642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer'sJustin Ruggles2010-03-22
| | | | | | dependency on flacenc.o and fixes the unnecessary dependency on vorbiscomment.o. Originally committed as revision 22639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont senselessly fail on rawvideo that isnt 3 files per frame.Michael Niedermayer2010-03-22
| | | | Originally committed as revision 22637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP depacketization of TheoraJosh Allmann2010-03-22
| | | | | | Patch by Josh Allmann (joshua allmann gmail com) Originally committed as revision 22636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-03-22
| | | | Originally committed as revision 22635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-22
| | | | Originally committed as revision 22634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Interpret valueless attributes in AMR ftmp lines as being 1Martin Storsjö2010-03-22
| | | | Originally committed as revision 22631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö2010-03-22
| | | | | | | Currently, the caller doesn't get the status_code and location for rediects, since rtsp_setup_input_streams uses a copy of RTSPMessageHeader of its own. Originally committed as revision 22630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FLAC demuxer dependencies.James Darnley2010-03-21
| | | | | | Patch by James Darnley <james darnley at gmail> Originally committed as revision 22627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_open_input_file() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
| | | | | | | | | | | | AVERROR_NOFMT if the format is unknown / cannot be recognized. It is returned AVERROR_INVALIDDATA, in the sense that the data is invalid within what the specific libav* binary supports. That was the last remaining use of AVERROR_NOFMT, which is going to be dropped at the next libavutil major bump. Originally committed as revision 22625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Changelog entry and bump lavf micro version for the addition ofJustin Ruggles2010-03-20
| | | | | | VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files. Originally committed as revision 22607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-20
| | | | | | Patch by James Darnley <james darnley at gmail> Originally committed as revision 22606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
| | | | | | Patch by James Darnley <james darnley at gmail>. Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if endStefano Sabatini2010-03-18
| | | | | | of file is reached. Originally committed as revision 22590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so thatRonald S. Bultje2010-03-17
| | | | | | negative values, e.g. SAMPLE_FMT_NONE (-1), are read correctly also. Originally committed as revision 22585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix erroneous behaviour when format probe hits end of fileMåns Rullgård2010-03-16
| | | | | | | | | | If the format probe hits end of file, do not add the error code to the buffer position. This is obviously wrong, and with a small input file would cause a negative buffer overflow. Fixes issue 1818. Originally committed as revision 22571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-15
| | | | | | it is an internal function, not part of public API Originally committed as revision 22562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-15
| | | | | | it is an internal function, not part of public API Originally committed as revision 22561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly write last 0 lacing value when packet size is multiple of 255, ↵Greg Maxwell2010-03-15
| | | | | | patch by Greg Maxwell, gmaxwell at gmail dot com Originally committed as revision 22559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVSEEK_FORCE flag to indicate that the code should attempt to seekMichael Niedermayer2010-03-15
| | | | | | by any means. Originally committed as revision 22557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix missing dependencyAurelien Jacobs2010-03-15
| | | | Originally committed as revision 22555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics : Print newline after error message.Jai Menon2010-03-15
| | | | Originally committed as revision 22551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-03-15
| | | | Originally committed as revision 22549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in ↵Martin Storsjö2010-03-15
| | | | | | | | rtsp_write_packet. Skip interleaved packets manually and recheck if there's more to be read. Originally committed as revision 22548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-15
| | | | Originally committed as revision 22547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentMartin Storsjö2010-03-15
| | | | Originally committed as revision 22546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-15
| | | | | | | | This makes sure that the streams get correctly synchronized when viewed, previously the streams were out of sync by as much time as it took between the initialization of the individual muxers. Originally committed as revision 22545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö2010-03-15
| | | | Originally committed as revision 22543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-15
| | | | Originally committed as revision 22542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new field AVFormatContext.start_time_realtimeMartin Storsjö2010-03-15
| | | | | | Currently intended to be used by the RTP muxer Originally committed as revision 22540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* riff: don't pad extradata when writing ASF.Anton Khirnov2010-03-15
| | | | | | Patch by Anton Khirnov mirror(moc liamg saksyw) Originally committed as revision 22539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use more appropriate error codeAurelien Jacobs2010-03-15
| | | | Originally committed as revision 22535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
| | | | | | those functions are not part of the public API Originally committed as revision 22534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | av_probe_input_buffer() so that it can be reused. Here are a few differences to the original way things were probed: - maximum probe buffer size can be specified as a parameter. - offset within the stream to probe from can be specified as a parameter. - instead of seeking back to the start each time a probe fails, stream data is appended to the reallocated buffer. This lowers the amount of data read from the stream (there is no repetition) and results in fewer closed and reopened streams (when seeking fails). New attempt after r22296, which was revert in r22315 due to a FATE failure. See the thread: Subject: [FFmpeg-devel] [PATCH] Move av_open_input_file probe loop to its own method Date: 2010-03-05 03:23:57 GMT Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com"). Originally committed as revision 22532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger2010-03-14
| | | | | | huge processing and memory usage overhead for avi files with raw PCM audio. Originally committed as revision 22521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
| | | | | | AVERROR_EIO for deletion at the next major bump. Originally committed as revision 22513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-13
| | | | Originally committed as revision 22493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
| | | | Originally committed as revision 22492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
| | | | Originally committed as revision 22491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12
| | | | Originally committed as revision 22490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggdec: Pass packets to header() until the stream is done with themDavid Conrad2010-03-12
| | | | | | | | This fixes some old ogm files that had the 3rd vorbis header after a data packet in another stream. This is invalid in ogg, but this change shouldn't affect the behaviour of any valid file. Originally committed as revision 22478 to svn://svn.ffmpeg.org/ffmpeg/trunk