Mercurial > libavformat.hg
graph
-
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