Mercurial > libavformat.hg
graph
-
Only reset buffer state if seeking is successful; update seek reg ref. libavformat2008-07-31, by bcoudurier
-
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 libavformat2008-07-30, by bcoudurier
-
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid libavformat2008-07-29, by stefano
-
Fix handling of old nuv files where an aspect of 1 actually means 4/3 libavformat2008-07-25, by reimar
-
aspect stored in nuv files must be converted from display- to sample-aspect. libavformat2008-07-24, by reimar
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavformat2008-07-24, by diego
-
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither libavformat2008-07-13, by michael
-
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which libavformat2008-07-12, by michael
-
Use strcmp() instead of strncmp() in set_codec_from_probe_data(). libavformat2008-07-12, by michael
-
Only try to probe the codec when the available data has roughly doubled libavformat2008-07-12, by michael
-
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification libavformat2008-07-12, by michael
-
Move set_codec_from_probe_data() up to where the other probe functions are. libavformat2008-07-12, by michael
-
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is libavformat2008-07-12, by michael
-
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. libavformat2008-07-11, by michael
-
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. libavformat2008-07-11, by diego
-
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for libavformat2008-07-11, by diego
-
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, libavformat2008-07-11, by diego
-
One-bit bitfields should probably be unsigned. Unfortunately, it is left libavformat2008-07-08, by takis
-
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens libavformat2008-07-08, by michael
-
Add a note to remind people to add new raw formats to the Makefile. libavformat2008-07-07, by diego
-
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) libavformat2008-07-04, by michael
-
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas libavformat2008-07-04, by michael
-
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow libavformat2008-07-03, by rbultje
-
Change mtv_read_packet so it does not break after seeking (displaying a shifted image). libavformat2008-06-28, by reimar
-
Fix pkt->pos to really point at start of packet for mtv audio packets. libavformat2008-06-28, by reimar
-
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file libavformat2008-06-27, by bcoudurier
-
Do not free the priv_data field of AVStream on close (it is already libavformat2008-06-27, by lucabe
-
Do not completely bail out for invalid params, just skip the current sector. libavformat2008-06-26, by michael