Mercurial > libavformat.hg
graph
-
Move the video size and rate abbreviations system from libavformat to libavcodec libavformat2007-06-12, by benoit
-
proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformat2007-06-08, by michael
-
Remove the unnecessary masking when counting received packet types in the H.264 libavformat2007-06-07, by takis
-
Remove the unnecessary masking when reconstructing the NAL unit header in the libavformat2007-06-07, by takis
-
Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformat2007-06-07, by takis
-
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformat2007-06-07, by diego
-
fix an infinite loop in case one cluster is not enough to demux a packet libavformat2007-06-04, by aurel
-
split some common code from the mkv demuxer that will be useful to the muxer libavformat2007-06-04, by aurel
-
dont rescan for information on each pid, but rather do it just once by libavformat2007-06-04, by michael
-
passing MpegTSFilter to the filters instead of a random void *opaque libavformat2007-06-04, by michael
-
extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformat2007-06-04, by mhoffman
-
convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformat2007-06-04, by mhoffman
-
do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformat2007-06-04, by michael
-
no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files libavformat2007-06-03, by bcoudurier
-
correct implementation of "try with auto_guess if first detection fails" libavformat2007-06-02, by michael
-
split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack libavformat2007-06-02, by michael
-
Don't forget about audio remaining in buffer, in case there is enough libavformat2007-05-16, by corey
-
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti libavformat2007-05-12, by bcoudurier
-
Allow avoid setting the video standard and input when capturing v4l2 video. libavformat2007-05-10, by lucabe
-
fix display of theora videos with visible size smaller than encoded size libavformat2007-05-07, by aurel
-
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) libavformat2007-05-07, by michael
-
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base libavformat2007-04-28, by bcoudurier
-
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value libavformat2007-04-27, by bcoudurier
-
Make protocols configure selectable and also cleanup the CONFIG_NETWORK libavformat2007-04-26, by alex
-
cosmectics, use consistant and homogeneous type names for atoms libavformat2007-04-26, by bcoudurier