Mercurial > libavformat.hg
graph
-
Ensure the first audio stream is selected as the default stream libavformatTue, 03 Jun 2008 15:19:43 +0000, by aurel
-
matroskadec: sane default value for track->time_scale libavformatTue, 03 Jun 2008 15:09:30 +0000, by aurel
-
Make update_initial_durations() also work if a dts occured before a libavformatTue, 03 Jun 2008 00:50:22 +0000, by michael
-
Do not set pts in update_initial_durations() if stream has b frames. libavformatTue, 03 Jun 2008 00:43:56 +0000, by michael
-
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformatMon, 02 Jun 2008 23:07:41 +0000, by aurel
-
matroskadec: move ARRAY_SIZE() macro at top of the file libavformatMon, 02 Jun 2008 23:01:14 +0000, by aurel
-
Audio channels and sample rate must be set in order to skip libavformatMon, 02 Jun 2008 09:15:04 +0000, by andoma
-
rename last_frame_offset to next_frame_offset, due to r13615 libavformatMon, 02 Jun 2008 04:08:30 +0000, by bcoudurier
-
Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformatSun, 01 Jun 2008 16:25:05 +0000, by takis
-
matroskadec: use the proper timestamp scaling for index entries libavformatSun, 01 Jun 2008 14:41:53 +0000, by aurel
-
matroskadec: read TrackTimecodeScale and set timebase accordingly libavformatSun, 01 Jun 2008 13:54:11 +0000, by aurel
-
matroskadec: silently discard some element ID that we don't care about libavformatSun, 01 Jun 2008 13:39:54 +0000, by aurel
-
flvenc.o depends on avc.o (for H.264 support functions). libavformatSat, 31 May 2008 14:26:56 +0000, by diego
-
Check av_new_stream return value, fixes CID75 RUN2 libavformatThu, 29 May 2008 15:59:14 +0000, by reimar
-
Check av_new_stream return value, fixes CID79 RUN2 libavformatThu, 29 May 2008 15:25:45 +0000, by reimar
-
Check for av_new_stream failure, fixes CID76 RUN2 libavformatThu, 29 May 2008 15:22:45 +0000, by reimar
-
Check return of url_fseek in mpeg timestamp reading code. libavformatThu, 29 May 2008 09:50:17 +0000, by benoit
-
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformatThu, 29 May 2008 00:58:41 +0000, by bcoudurier