log

age author description
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
2008-05-27 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
2008-05-27 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
2008-05-27 michael redundant check-- libavformat
2008-05-27 michael Fix memleak, fixed CID123. libavformat
2008-05-27 michael Do not use the pts/dts calculation code which needs a parser, when no parser libavformat
2008-05-27 bcoudurier use AVFifoBuffer libavformat
2008-05-27 bcoudurier cosmetics libavformat
2008-05-27 bcoudurier merge init and declaration libavformat
2008-05-27 bcoudurier simplify and use version instead libavformat
2008-05-27 bcoudurier simplify libavformat
2008-05-27 bcoudurier simplify libavformat
2008-05-27 bcoudurier cosmetics, remove useless cases and braces libavformat
2008-05-27 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
2008-05-27 bcoudurier remove const qualifier, removes warning: libavformat
2008-05-26 bcoudurier typo libavformat
2008-05-26 diego consistency cosmetics: indices --> indexes libavformat
2008-05-26 bcoudurier aac and h264 in flv demuxing libavformat
2008-05-26 bcoudurier aac and h264 in flv muxing libavformat
2008-05-26 bcoudurier aac chan config is 0 if bitstream contains program_config_element libavformat
2008-05-26 michael Support non interleaved avi with phantom streams. libavformat
2008-05-26 bcoudurier replace printf by av_log libavformat
2008-05-26 bcoudurier use av_hex_dump_log libavformat
2008-05-26 bcoudurier use dprintf libavformat
2008-05-26 bcoudurier cosmetics, add demuxer word libavformat
2008-05-26 bcoudurier cosmetics, remove useless dot libavformat
2008-05-26 bcoudurier return error if frame_offset is negative, prevent segfault libavformat
2008-05-26 bcoudurier return error if len is negative, prevent segfault libavformat
2008-05-26 bcoudurier move ffserver specific functions up and only include unistd.h in this case libavformat
2008-05-26 bcoudurier move ffm_seek1 before get_pts function since func uses it libavformat
2008-05-26 bcoudurier move DEBUG_SEEK definition before get_pts since func uses it libavformat
2008-05-26 bcoudurier move get_pts function to avoid useless declaration libavformat
2008-05-26 bcoudurier remove unneeded include libavformat
2008-05-26 bcoudurier split ffm de/muxer libavformat
2008-05-26 bcoudurier reenable test, data is available in this case libavformat
2008-05-26 jbr parse audio in ogm demuxer. libavformat
2008-05-26 michael Make ac3 in avi work better. libavformat
2008-05-25 michael Ensure that one can store X bytes in a fifo of size X. libavformat
2008-05-25 michael Make av_fifo*_read() ignore the available amount of data. libavformat
2008-05-25 bcoudurier set correct duration when using b frames libavformat
2008-05-24 aurel compute the end of all chapters when end is not specified in the container libavformat
2008-05-24 aurel cosmetics: indentation libavformat
2008-05-24 aurel remove useless title check libavformat
2008-05-24 bcoudurier simplify, remove useless vars libavformat