summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun2009-03-05
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-05
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-05
* MOV: fix demuxing fragmented filesAlex Converse2009-03-04
* Fix a condition that causes an infinite loop, but only when compiled withMike Melanson2009-03-04
* Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje2009-03-04
* Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicerMichael Niedermayer2009-03-03
* MOV: fix crash when 'meta' occurs before first 'trak'Alex Converse2009-03-03
* Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje2009-03-03
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Reindent after r17777.Ronald S. Bultje2009-03-03
* Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje2009-03-03
* Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje2009-03-03
* Add a context to av_log() calls.Benoit Fouet2009-03-03
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
* Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje2009-03-03
* Don't let finalize_packet() touch pkt->stream_index. Instead, let individualRonald S. Bultje2009-03-03
* Reindent after r17764.Ronald S. Bultje2009-03-03
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-03
* Reduce allocated length of the HTTP authentication request field buffer, asRonald S. Bultje2009-03-03
* cosmetics: Fix indentation.Diego Biurrun2009-03-03
* Add context to some av_log() calls.Benoit Fouet2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* deprecate old metadata APIAurelien Jacobs2009-03-01
* fix missed usage of old metadata API in mov demuxerAurelien Jacobs2009-03-01
* use new metadata API in libavformat/utils.cAurelien Jacobs2009-03-01
* use new metadata API in r3d demuxerAurelien Jacobs2009-03-01
* new metadata API is now officially part of public APIAurelien Jacobs2009-03-01
* simplify metadata conversion and fixes gcc-2.95 at the same timeAurelien Jacobs2009-03-01
* Change the timebase of the raw demuxer to one that can represent the ts of fi...Michael Niedermayer2009-03-01
* Disable MPEG-1/2 style timestamp calculation for H264. It still randomizesMichael Niedermayer2009-03-01
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* add a metadata conversion APIAurelien Jacobs2009-02-28
* Document ff_rtp_codec_id()Luca Abeni2009-02-28
* Change TS seeking so it returns position/timestamp of a key frame.Ivan Schreter2009-02-28
* Fix typo in a commentLuca Abeni2009-02-28
* Document ff_rtp_enc_name()Luca Abeni2009-02-28
* cosmetics: indentationJustin Ruggles2009-02-28
* Document ff_rtp_get_codec_info()Luca Abeni2009-02-28
* Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles2009-02-28
* Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje2009-02-28
* Revert "Improve frame rate guessing for streams with two fields per frame."Måns Rullgård2009-02-28
* Improve frame rate guessing for streams with two fields per frame.Ivan Schreter2009-02-28
* use new metadata API in nut muxerAurelien Jacobs2009-02-27
* use new metadata API in nut demuxerAurelien Jacobs2009-02-27
* Do not allow standard-frame-rate detection to increase the value ofReimar Döffinger2009-02-27
* Simplify ipmovie.c pts calculation by using an appropriate time_base.Reimar Döffinger2009-02-27
* Add a context to av_log() call.Benoit Fouet2009-02-27
* Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1Reimar Döffinger2009-02-27
* Detect the case when the time base is exact but far finer than necessary toReimar Döffinger2009-02-27