summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Preserve status reasonLuca Barbato2010-08-06
| | | | | | It is used to provide meaningful error messages. Originally committed as revision 24714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_xiph: Split packets in the depacketizerMartin Storsjö2010-08-05
| | | | | | | The vorbis decoder doesn't handle more than one audio frame packed into the same AVPacket, so they need to be split in the depacketizer. Originally committed as revision 24704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng2010-08-04
| | | | | | Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove is_playing variable.Zhentan Feng2010-08-04
| | | | | | Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng2010-08-04
| | | | | | Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö2010-08-04
| | | | Originally committed as revision 24696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxygen comment.Benoit Fouet2010-08-02
| | | | Originally committed as revision 24663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-01
| | | | Originally committed as revision 24639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: av_freep() needs the address of the pointerAurelien Jacobs2010-07-30
| | | | Originally committed as revision 24613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
| | | | Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs2010-07-29
| | | | Originally committed as revision 24579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add seeking support in ASS demuxerAurelien Jacobs2010-07-29
| | | | Originally committed as revision 24578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-28
| | | | | | Fixes issue 1784 (hang with nonsense URL/no network available). Originally committed as revision 24575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-28
| | | | Originally committed as revision 24571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-28
| | | | Originally committed as revision 24568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip short padding in id3v2.Alexander Kojevnikov2010-07-28
| | | | | | Patch by Alexander Kojevnikov, alexander kojevnikov com Originally committed as revision 24567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann2010-07-28
| | | | | | Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger2010-07-28
| | | | | | redeclaration warning. Originally committed as revision 24564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-27
| | | | Originally committed as revision 24549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer2010-07-27
| | | | Originally committed as revision 24547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make doxygen formatting more consistent.Michael Niedermayer2010-07-27
| | | | Originally committed as revision 24546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Place the concat protocol entry at the begin of the registeredStefano Sabatini2010-07-27
| | | | | | protocol list, restore alphabetical order. Originally committed as revision 24545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document existing rules for AVInputFormat.name.Alex Converse2010-07-27
| | | | Originally committed as revision 24544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make frames unsigned.Alexander Kojevnikov2010-07-27
| | | | | | Patch by Alexander Kojevnikov, alexander kojevnikov com Originally committed as revision 24540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show correct bitrate for VBR MP3 files.Alexander Kojevnikov2010-07-27
| | | | | | Patch by Alexander Kojevnikov, alexander kojevnikov com Originally committed as revision 24539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård2010-07-27
| | | | | | | | The extensions field was initialised first to "cavs", then to "avs". The name "cavs" is kept since this is used for the format elsewhere and "avs" is already used for avisynth files. Originally committed as revision 24538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_xiph: Drop RTP packets that come in without a prior fragment start ↵Josh Allmann2010-07-27
| | | | | | | | | | marker. This can avoid segfaults in some cases. Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 24537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavformat needs libavcoreMåns Rullgård2010-07-27
| | | | Originally committed as revision 24536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Chinese AVS encoding via external library libxavsStefan Gehrer2010-07-27
| | | | Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
| | | | | | | | | | | in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r24516.Ronald S. Bultje2010-07-26
| | | | Originally committed as revision 24517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje2010-07-26
| | | | | | use if(!something) {return error;} success;, which needs less indenting. Originally committed as revision 24516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje2010-07-26
| | | | | | | should help in making mmst a little more userfriendly, or at least debuggable. Also use helpful error return values instead of -1. Originally committed as revision 24515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-25
| | | | Originally committed as revision 24503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mime-type for ASS muxerAurelien Jacobs2010-07-25
| | | | Originally committed as revision 24502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include the correct header that actually is used, use quotes instead of ↵Martin Storsjö2010-07-25
| | | | | | angle brackets Originally committed as revision 24501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: fix indentation and remove a useless else.Reimar Döffinger2010-07-25
| | | | Originally committed as revision 24495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify get_byte and url_fgetc.Reimar Döffinger2010-07-25
| | | | Originally committed as revision 24494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ffm_close function up to avoid a forward declaration.Reimar Döffinger2010-07-25
| | | | Originally committed as revision 24491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger2010-07-25
| | | | | | | | handled by upper layers. Fixes double-frees (issue 2003). Instead call ffm_close to ensure rc_eqs are freed also in the error case. Originally committed as revision 24490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SubRip muxer and demuxerAurelien Jacobs2010-07-24
| | | | Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a "function declaration isn't a prototype" warning.Reimar Döffinger2010-07-24
| | | | Originally committed as revision 24480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö2010-07-24
| | | | | | | | | If there is little unread data in the ByteIOContext buffer, this may lead to reducing the size of the ByteIOContext buffer to little more the probe data size. This can lead to suboptimal aviobuf behaviour, e.g. making some demuxers fail to do short seeks backwards (if the input isn't seekable). Originally committed as revision 24478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts: Warn if unable to seek backMartin Storsjö2010-07-24
| | | | Originally committed as revision 24477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier2010-07-23
| | | | Originally committed as revision 24449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use return value of ff_get_line()Aurelien Jacobs2010-07-21
| | | | Originally committed as revision 24402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document ff_get_line()Aurelien Jacobs2010-07-21
| | | | Originally committed as revision 24401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-21
| | | | Originally committed as revision 24400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-21
| | | | Originally committed as revision 24399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename get_line to ff_get_lineAurelien Jacobs2010-07-21
| | | | Originally committed as revision 24398 to svn://svn.ffmpeg.org/ffmpeg/trunk