log

age author description
2008-06-09 bcoudurier remove ugly ffm_nopts hack, use AVFormatContext->timestamp libavformat
2008-06-08 banan Oma demuxer libavformat
2008-06-07 bcoudurier fix pts handling in ffm libavformat
2008-06-07 bcoudurier Reset reading state after successful seek. libavformat
2008-06-06 ramiro Remove wrappers of pcm_read_seek(). libavformat
2008-06-06 ramiro Remove wrappers of pcm_read_seek(). libavformat
2008-06-06 bcoudurier cosmetics, rename first to header, more explicit name libavformat
2008-06-06 bcoudurier cosmetics, rename first to header, more explicit name libavformat
2008-06-06 diego Remove Fabrice's copyright from the Makefiles. They have been entirely libavformat
2008-06-06 ramiro Remove useless img_read_close(). libavformat
2008-06-06 ramiro Remove unneeded NULL at end of struct. libavformat
2008-06-06 ramiro Merge declaration and initialization. libavformat
2008-06-05 diego cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformat
2008-06-04 aurel matroskadec: remove some useless code libavformat
2008-06-04 aurel cosmetics: indentation libavformat
2008-06-04 aurel matroskadec: don't remove dummy level when none was added libavformat
2008-06-03 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
2008-06-03 aurel Ensure the first audio stream is selected as the default stream libavformat
2008-06-03 aurel adjust comment to reality libavformat
2008-06-03 aurel matroskadec: sane default value for track->time_scale libavformat
2008-06-03 bcoudurier add pretty common .m2t as ts extension libavformat
2008-06-03 bcoudurier fix continuity counter to start at 0 libavformat
2008-06-03 michael Make update_initial_durations() also work if a dts occured before a libavformat
2008-06-03 michael Do not set pts in update_initial_durations() if stream has b frames. libavformat
2008-06-02 aurel matroskadec: fix potential mem leak libavformat
2008-06-02 aurel matroskadec: avoid potential mem leak libavformat
2008-06-02 aurel reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformat
2008-06-02 aurel matroskadec: move ARRAY_SIZE() macro at top of the file libavformat
2008-06-02 andoma Audio channels and sample rate must be set in order to skip libavformat
2008-06-02 bcoudurier rename last_frame_offset to next_frame_offset, due to r13615 libavformat
2008-06-01 takis Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformat
2008-06-01 aurel matroskadec: use the proper timestamp scaling for index entries libavformat
2008-06-01 aurel matroskadec: read TrackTimecodeScale and set timebase accordingly libavformat
2008-06-01 aurel matroskadec: silently discard some element ID that we don't care about libavformat
2008-05-31 diego flvenc.o depends on avc.o (for H.264 support functions). libavformat
2008-05-30 ramiro raw mlp demuxer libavformat
2008-05-30 benoit Detect "tif" suffix as TIFF. libavformat
2008-05-29 reimar Check av_new_stream return value, fixes CID75 RUN2 libavformat
2008-05-29 michael ENOMEM is better, yes ... libavformat
2008-05-29 reimar Check av_new_stream return value, fixes CID79 RUN2 libavformat
2008-05-29 reimar Check for av_new_stream failure, fixes CID76 RUN2 libavformat
2008-05-29 diego Remove unnecessary header #includes. libavformat
2008-05-29 benoit Check return of url_fseek in mpeg timestamp reading code. libavformat
2008-05-29 bcoudurier warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformat
2008-05-29 bcoudurier reindent libavformat
2008-05-29 bcoudurier this should be valid for audio too libavformat
2008-05-29 bcoudurier check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformat
2008-05-28 michael memleak / CID124 RUN2 libavformat
2008-05-28 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
2008-05-28 michael Dead code removal, fixes CID59 RUN2. libavformat
2008-05-28 michael Removing dead code, fixes CID4 RUN2. libavformat
2008-05-28 michael remove != 0 libavformat
2008-05-28 michael Do a little more checking. libavformat
2008-05-28 michael Do not read from after the table, fixes CID108 RUN2. libavformat
2008-05-28 michael Null pointer check / CID26. libavformat
2008-05-28 michael useless libavformat
2008-05-28 michael Fixes NULL pointer dereference CID66 libavformat
2008-05-28 michael Tell the user if a AVI is non interleaved. libavformat
2008-05-27 bcoudurier use internal video frame number libavformat
2008-05-27 bcoudurier cosmetics libavformat