Mercurial > libavformat.hg
graph
-
Fix A/V synch for RTP streams that do not contain MPEG1 or 2 libavformatWed, 02 Jul 2008 10:23:27 +0000, by lucabe
-
Change mtv_read_packet so it does not break after seeking (displaying a shifted image). libavformatSat, 28 Jun 2008 09:01:16 +0000, by reimar
-
Fix pkt->pos to really point at start of packet for mtv audio packets. libavformatSat, 28 Jun 2008 08:59:02 +0000, by reimar
-
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file libavformatFri, 27 Jun 2008 21:43:15 +0000, by bcoudurier
-
Do not free the priv_data field of AVStream on close (it is already libavformatFri, 27 Jun 2008 11:55:25 +0000, by lucabe
-
Do not completely bail out for invalid params, just skip the current sector. libavformatThu, 26 Jun 2008 23:00:00 +0000, by michael
-
Prevent invalid timestamps from being stored. libavformatWed, 25 Jun 2008 22:37:26 +0000, by michael
-
make av_find_stream_info find frame_size for aac too libavformatWed, 25 Jun 2008 19:30:48 +0000, by bcoudurier
-
Make av_find_stream_info() find the frame_size for vorbis. libavformatWed, 25 Jun 2008 18:36:41 +0000, by michael
-
Fill missing pts in during muxing when we know that they are equal to dts. libavformatWed, 25 Jun 2008 18:31:48 +0000, by michael
-
We cannot calculate the duration of vorbis packets even if we do know the libavformatWed, 25 Jun 2008 18:15:04 +0000, by michael
-
Prevent duration calculation code from generating random durations for libavformatTue, 24 Jun 2008 23:56:16 +0000, by michael
-
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP libavformatTue, 24 Jun 2008 11:07:04 +0000, by lucabe
-
chinese avs demuxing support, demux AVSFileFormat.mp4 libavformatSun, 22 Jun 2008 23:52:57 +0000, by bcoudurier
-
matroskadec: decode track private data if needed libavformatSun, 22 Jun 2008 15:52:28 +0000, by aurel
-
matroskadec: move buffer decoding code to a separate function libavformatSun, 22 Jun 2008 15:49:44 +0000, by aurel
-
remove pts set hack, this is no more correct libavformatSun, 22 Jun 2008 08:44:58 +0000, by bcoudurier
-
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking libavformatSun, 22 Jun 2008 00:26:25 +0000, by bcoudurier
-
uniformize AVStream->priv_data freeing in av_close_input_stream libavformatFri, 20 Jun 2008 17:22:56 +0000, by bcoudurier
-
factorize read_header failure freeing code libavformatFri, 20 Jun 2008 17:16:56 +0000, by bcoudurier
-
Check if there is at least a stream before writing trailer. libavformatFri, 20 Jun 2008 07:27:44 +0000, by benoit
-
Fix neverending loop which might happen when sending high-bitrate MPEG2 libavformatThu, 19 Jun 2008 10:31:45 +0000, by lucabe
-
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com libavformatWed, 18 Jun 2008 08:30:50 +0000, by bcoudurier