Mercurial > libavformat.hg
graph
-
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. libavformat2009-03-05, by schreter
-
Fix a condition that causes an infinite loop, but only when compiled with libavformat2009-03-04, by melanson
-
Split rtsp_send_cmd() into two functions, one for the actual sending of the libavformat2009-03-04, by rbultje
-
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer libavformat2009-03-03, by michael
-
Rename "fd1" variable ro "fd". There were previously two variables (fd1 and libavformat2009-03-03, by rbultje
-
Add url_get_file_handle(), which is used to get the file descriptor libavformat2009-03-03, by rbultje
-
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix libavformat2009-03-03, by rbultje
-
Recognize the "application" data type, which is required for WMS/UDP libavformat2009-03-03, by rbultje
-
Remove size_t cast in setting s->priv_data directly to the (integer) file libavformat2009-03-03, by rbultje
-
Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformat2009-03-03, by rbultje
-
In the current implementation of rtp_parse_packet(), finalize_packet() is libavformat2009-03-03, by rbultje
-
Reduce allocated length of the HTTP authentication request field buffer, as libavformat2009-03-03, by rbultje
-
Change a bunch of codec long_names to be more consistent and descriptive. libavformat2009-03-02, by diego
-
Change the timebase of the raw demuxer to one that can represent the ts of fields. libavformat2009-03-01, by michael
-
Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes libavformat2009-03-01, by michael
-
Change TS seeking so it returns position/timestamp of a key frame. libavformat2009-02-28, by cehoyos
-
Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used libavformat2009-02-28, by rbultje
-
Revert "Improve frame rate guessing for streams with two fields per frame." libavformat2009-02-28, by mru
-
Improve frame rate guessing for streams with two fields per frame. libavformat2009-02-28, by cehoyos
-
Do not allow standard-frame-rate detection to increase the value of libavformat2009-02-27, by reimar
-
Simplify ipmovie.c pts calculation by using an appropriate time_base. libavformat2009-02-27, by reimar
-
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 libavformat2009-02-27, by reimar
-
Detect the case when the time base is exact but far finer than necessary to libavformat2009-02-27, by reimar
-
Add ticks_per_frame, this should hopefully fix the regressions caused libavformat2009-02-26, by michael
-
Implement marker bit, which is used for several RTP payloads currently libavformat2009-02-26, by rbultje
-
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing libavformat2009-02-26, by rbultje
-
movenc: add muxing of language along with metadata tags when available libavformat2009-02-26, by aurel
-
return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking libavformat2009-02-26, by aurel
-
don't trigger metadata compatibility code when user app already set metadata libavformat2009-02-26, by aurel
-
Share the function to write a raw FLAC header and use it in the Matroska libavformat2009-02-26, by jbr
-
do not set frame start bit since marked as not used and factorize libavformat2009-02-25, by bcoudurier
-
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat2009-02-24, by michael
-
Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformat2009-02-24, by michael
-
Support playback of incorrectly cut DV files where the headers do not libavformat2009-02-22, by reimar
-
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem libavformat2009-02-22, by bcoudurier
-
parse aac extradata to fetch channels and sample rate, patch from Netgem libavformat2009-02-21, by bcoudurier
-
Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformat2009-02-21, by rbultje
-
Use context variable repeat_pict for frame duration computation and libavformat2009-02-21, by cehoyos
-
Handle chunks with the MSB in size set correctly that is unsigned. libavformat2009-02-21, by michael