| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark pos_min and pos_max variables as av_uninit to work around false | Diego Biurrun | 2009-03-05 | 1 | -1/+1 |
* | Mark dvdaudio_substream_type variable as av_uninit to work around false | Diego Biurrun | 2009-03-05 | 1 | -1/+1 |
* | Pass packet position to the parser, so frame's AVPacket.pos is computed corre... | Ivan Schreter | 2009-03-05 | 2 | -7/+9 |
* | MOV: fix demuxing fragmented files | Alex Converse | 2009-03-04 | 1 | -4/+11 |
* | Fix a condition that causes an infinite loop, but only when compiled with | Mike Melanson | 2009-03-04 | 1 | -1/+1 |
* | Split rtsp_send_cmd() into two functions, one for the actual sending of the | Ronald S. Bultje | 2009-03-04 | 1 | -19/+28 |
* | Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer | Michael Niedermayer | 2009-03-03 | 1 | -2/+2 |
* | MOV: fix crash when 'meta' occurs before first 'trak' | Alex Converse | 2009-03-03 | 1 | -1/+6 |
* | Rename "fd1" variable ro "fd". There were previously two variables (fd1 and | Ronald S. Bultje | 2009-03-03 | 1 | -7/+7 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 9 | -5/+61 |
* | Reindent after r17777. | Ronald S. Bultje | 2009-03-03 | 1 | -13/+14 |
* | Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix | Ronald S. Bultje | 2009-03-03 | 1 | -3/+36 |
* | Recognize the "application" data type, which is required for WMS/UDP | Ronald S. Bultje | 2009-03-03 | 1 | -0/+8 |
* | Add a context to av_log() calls. | Benoit Fouet | 2009-03-03 | 1 | -2/+2 |
* | Remove deprecated vhook subsystem. | Diego Biurrun | 2009-03-03 | 3 | -169/+0 |
* | Remove size_t cast in setting s->priv_data directly to the (integer) file | Ronald S. Bultje | 2009-03-03 | 1 | -6/+6 |
* | Don't let finalize_packet() touch pkt->stream_index. Instead, let individual | Ronald S. Bultje | 2009-03-03 | 2 | -1/+4 |
* | Reindent after r17764. | Ronald S. Bultje | 2009-03-03 | 1 | -2/+2 |
* | In the current implementation of rtp_parse_packet(), finalize_packet() is | Ronald S. Bultje | 2009-03-03 | 1 | -1/+3 |
* | Reduce allocated length of the HTTP authentication request field buffer, as | Ronald S. Bultje | 2009-03-03 | 1 | -1/+1 |
* | cosmetics: Fix indentation. | Diego Biurrun | 2009-03-03 | 1 | -5/+7 |
* | Add context to some av_log() calls. | Benoit Fouet | 2009-03-02 | 1 | -11/+11 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | deprecate old metadata API | Aurelien Jacobs | 2009-03-01 | 3 | -1/+19 |
* | fix missed usage of old metadata API in mov demuxer | Aurelien Jacobs | 2009-03-01 | 1 | -2/+4 |
* | use new metadata API in libavformat/utils.c | Aurelien Jacobs | 2009-03-01 | 1 | -4/+7 |
* | use new metadata API in r3d demuxer | Aurelien Jacobs | 2009-03-01 | 1 | -5/+5 |
* | new metadata API is now officially part of public API | Aurelien Jacobs | 2009-03-01 | 1 | -3/+2 |
* | simplify metadata conversion and fixes gcc-2.95 at the same time | Aurelien Jacobs | 2009-03-01 | 1 | -11/+9 |
* | Change the timebase of the raw demuxer to one that can represent the ts of fi... | Michael Niedermayer | 2009-03-01 | 1 | -2/+3 |
* | Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes | Michael Niedermayer | 2009-03-01 | 1 | -2/+3 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 8 | -2/+30 |
* | add a metadata conversion API | Aurelien Jacobs | 2009-02-28 | 3 | -2/+70 |
* | Document ff_rtp_codec_id() | Luca Abeni | 2009-02-28 | 1 | -0/+9 |
* | Change TS seeking so it returns position/timestamp of a key frame. | Ivan Schreter | 2009-02-28 | 1 | -4/+12 |
* | Fix typo in a comment | Luca Abeni | 2009-02-28 | 1 | -1/+1 |
* | Document ff_rtp_enc_name() | Luca Abeni | 2009-02-28 | 1 | -0/+10 |
* | cosmetics: indentation | Justin Ruggles | 2009-02-28 | 1 | -8/+8 |
* | Document ff_rtp_get_codec_info() | Luca Abeni | 2009-02-28 | 1 | -0/+12 |
* | Separate the raw FLAC demuxer from raw.c and put in a new file, | Justin Ruggles | 2009-02-28 | 4 | -58/+93 |
* | Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used | Ronald S. Bultje | 2009-02-28 | 1 | -21/+21 |
* | Revert "Improve frame rate guessing for streams with two fields per frame." | Måns Rullgård | 2009-02-28 | 1 | -5/+0 |
* | Improve frame rate guessing for streams with two fields per frame. | Ivan Schreter | 2009-02-28 | 1 | -0/+5 |
* | use new metadata API in nut muxer | Aurelien Jacobs | 2009-02-27 | 1 | -3/+8 |
* | use new metadata API in nut demuxer | Aurelien Jacobs | 2009-02-27 | 1 | -15/+13 |
* | Do not allow standard-frame-rate detection to increase the value of | Reimar Döffinger | 2009-02-27 | 1 | -1/+5 |
* | Simplify ipmovie.c pts calculation by using an appropriate time_base. | Reimar Döffinger | 2009-02-27 | 1 | -15/+7 |
* | Add a context to av_log() call. | Benoit Fouet | 2009-02-27 | 1 | -1/+1 |
* | Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 | Reimar Döffinger | 2009-02-27 | 1 | -0/+1 |
* | Detect the case when the time base is exact but far finer than necessary to | Reimar Döffinger | 2009-02-27 | 1 | -0/+9 |