6026 Commits (094e849f32ca15c42b2e4793fc9b51b414aa55b3)

Author SHA1 Message Date
  Diego Biurrun e658657528 Mark pos_min and pos_max variables as av_uninit to work around false 16 years ago
  Diego Biurrun 1aeb55a1de Mark dvdaudio_substream_type variable as av_uninit to work around false 16 years ago
  Ivan Schreter 61c23c155c Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. 16 years ago
  Alex Converse 63581eb183 MOV: fix demuxing fragmented files 16 years ago
  Mike Melanson e584914acd Fix a condition that causes an infinite loop, but only when compiled with 16 years ago
  Ronald S. Bultje 29b9f58b37 Split rtsp_send_cmd() into two functions, one for the actual sending of the 16 years ago
  Michael Niedermayer ded0149948 Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer 16 years ago
  Alex Converse fefe43ff2c MOV: fix crash when 'meta' occurs before first 'trak' 16 years ago
  Ronald S. Bultje bc8763cda9 Rename "fd1" variable ro "fd". There were previously two variables (fd1 and 16 years ago
  Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 16 years ago
  Ronald S. Bultje 2fea965070 Reindent after r17777. 16 years ago
  Ronald S. Bultje f830c9a487 Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix 16 years ago
  Ronald S. Bultje 090438cc81 Recognize the "application" data type, which is required for WMS/UDP 16 years ago
  Benoit Fouet 9aaa2077e5 Add a context to av_log() calls. 16 years ago
  Diego Biurrun fdf119062e Remove deprecated vhook subsystem. 16 years ago
  Ronald S. Bultje f989d39752 Remove size_t cast in setting s->priv_data directly to the (integer) file 16 years ago
  Ronald S. Bultje eafb17d140 Don't let finalize_packet() touch pkt->stream_index. Instead, let individual 16 years ago
  Ronald S. Bultje 95f03cf31f Reindent after r17764. 16 years ago
  Ronald S. Bultje f3e71942e7 In the current implementation of rtp_parse_packet(), finalize_packet() is 16 years ago
  Ronald S. Bultje d176f90387 Reduce allocated length of the HTTP authentication request field buffer, as 16 years ago
  Diego Biurrun c04920978e cosmetics: Fix indentation. 16 years ago
  Benoit Fouet 2fddbb68b6 Add context to some av_log() calls. 16 years ago
  Diego Biurrun 0ffbc258aa Change a bunch of codec long_names to be more consistent and descriptive. 16 years ago
  Aurelien Jacobs 827f7e285b deprecate old metadata API 16 years ago
  Aurelien Jacobs bc718b4720 fix missed usage of old metadata API in mov demuxer 16 years ago
  Aurelien Jacobs 012867f05b use new metadata API in libavformat/utils.c 16 years ago
  Aurelien Jacobs feacba6c26 use new metadata API in r3d demuxer 16 years ago
  Aurelien Jacobs ec26457064 new metadata API is now officially part of public API 16 years ago
  Aurelien Jacobs 95030323d1 simplify metadata conversion and fixes gcc-2.95 at the same time 16 years ago
  Michael Niedermayer 4022fe01a6 Change the timebase of the raw demuxer to one that can represent the ts of fields. 16 years ago
  Michael Niedermayer 9e6c124a87 Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes 16 years ago
  Aurelien Jacobs 719e721a14 Add some basic metadata conversion tables for matroska and asf. 16 years ago
  Aurelien Jacobs f610a9f284 add a metadata conversion API 16 years ago
  Luca Abeni 3aa7ac6dd2 Document ff_rtp_codec_id() 16 years ago
  Ivan Schreter 4c6b49bf74 Change TS seeking so it returns position/timestamp of a key frame. 16 years ago
  Luca Abeni d3da8a4565 Fix typo in a comment 16 years ago
  Luca Abeni c3efd98c09 Document ff_rtp_enc_name() 16 years ago
  Justin Ruggles 344bcea46d cosmetics: indentation 16 years ago
  Luca Abeni d3a5794958 Document ff_rtp_get_codec_info() 16 years ago
  Justin Ruggles 81f052cb7d Separate the raw FLAC demuxer from raw.c and put in a new file, 16 years ago
  Ronald S. Bultje 2d243fb3fc Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used 16 years ago
  Måns Rullgård f166f2f435 Revert "Improve frame rate guessing for streams with two fields per frame." 16 years ago
  Ivan Schreter 5fa61b26f7 Improve frame rate guessing for streams with two fields per frame. 16 years ago
  Aurelien Jacobs 73914d56d9 use new metadata API in nut muxer 16 years ago
  Aurelien Jacobs 00798e4563 use new metadata API in nut demuxer 16 years ago
  Reimar Döffinger fe02d9e719 Do not allow standard-frame-rate detection to increase the value of 16 years ago
  Reimar Döffinger 03c03afde7 Simplify ipmovie.c pts calculation by using an appropriate time_base. 16 years ago
  Benoit Fouet f3592353ce Add a context to av_log() call. 16 years ago
  Reimar Döffinger 3bc5f6f9a6 Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 16 years ago
  Reimar Döffinger 8514272472 Detect the case when the time base is exact but far finer than necessary to 16 years ago