summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer2009-03-062-19/+3
* Allow timespans to vary.Michael Niedermayer2009-03-062-11/+10
* Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer2009-03-051-5/+4
* Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer2009-03-052-0/+181
* Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun2009-03-051-1/+1
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-051-1/+1
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-052-7/+9
* MOV: fix demuxing fragmented filesAlex Converse2009-03-041-4/+11
* Fix a condition that causes an infinite loop, but only when compiled withMike Melanson2009-03-041-1/+1
* Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje2009-03-041-19/+28
* Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer2009-03-031-2/+2
* MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse2009-03-031-1/+6
* Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje2009-03-031-7/+7
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-039-5/+61
* Reindent after r17777.Ronald S. Bultje2009-03-031-13/+14
* Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje2009-03-031-3/+36
* Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje2009-03-031-0/+8
* Add a context to av_log() calls.Benoit Fouet2009-03-031-2/+2
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-033-169/+0
* Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje2009-03-031-6/+6
* Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje2009-03-032-1/+4
* Reindent after r17764.Ronald S. Bultje2009-03-031-2/+2
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-031-1/+3
* Reduce allocated length of the HTTP authentication request field buffer, asRonald S. Bultje2009-03-031-1/+1
* cosmetics: Fix indentation.Diego Biurrun2009-03-031-5/+7
* Add context to some av_log() calls.Benoit Fouet2009-03-021-11/+11
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* deprecate old metadata APIAurelien Jacobs2009-03-013-1/+19
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-011-2/+4
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-011-4/+7
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-011-5/+5
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-011-3/+2
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-011-11/+9
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-011-2/+3
* Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer2009-03-011-2/+3
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-018-2/+30
* add a metadata conversion APIAurelien Jacobs2009-02-283-2/+70
* Document ff_rtp_codec_id()Luca Abeni2009-02-281-0/+9
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-281-4/+12
* Fix typo in a commentLuca Abeni2009-02-281-1/+1
* Document ff_rtp_enc_name()Luca Abeni2009-02-281-0/+10
* cosmetics: indentationJustin Ruggles2009-02-281-8/+8
* Document ff_rtp_get_codec_info()Luca Abeni2009-02-281-0/+12
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-284-58/+93
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-281-21/+21
* Revert "Improve frame rate guessing for streams with two fields per frame."Måns Rullgård2009-02-281-5/+0
* Improve frame rate guessing for streams with two fields per frame.Ivan Schreter2009-02-281-0/+5
* use new metadata API in nut muxerAurelien Jacobs2009-02-271-3/+8
* use new metadata API in nut demuxerAurelien Jacobs2009-02-271-15/+13
* Do not allow standard-frame-rate detection to increase the value ofReimar Döffinger2009-02-271-1/+5
OpenPOWER on IntegriCloud