]> git.sesse.net Git - ffmpeg/history - libavformat
Macro suggested by Michael which will be used to disable the
[ffmpeg] / libavformat /
2008-05-31 Peter Rossflvenc.o depends on avc.o (for H.264 support functions).
2008-05-30 Ramiro Pollaraw mlp demuxer
2008-05-30 Quoc Cuong PhamDetect "tif" suffix as TIFF.
2008-05-29 Reimar DöffingerCheck av_new_stream return value, fixes CID75 RUN2
2008-05-29 Michael NiedermayerENOMEM is better, yes ...
2008-05-29 Reimar DöffingerCheck av_new_stream return value, fixes CID79 RUN2
2008-05-29 Reimar DöffingerCheck for av_new_stream failure, fixes CID76 RUN2
2008-05-29 Erik HovlandRemove unnecessary header #includes.
2008-05-29 Joakim PlateCheck return of url_fseek in mpeg timestamp reading...
2008-05-29 Baptiste Coudurierwarn if pts is not set, prevent writing negative/weird...
2008-05-29 Baptiste Coudurierreindent
2008-05-29 Baptiste Coudurierthis should be valid for audio too
2008-05-29 Baptiste Couduriercheck if extradata comes from mp4 and assume bitsteam...
2008-05-28 Michael Niedermayermemleak / CID124 RUN2
2008-05-28 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-28 Michael NiedermayerDead code removal, fixes CID59 RUN2.
2008-05-28 Michael NiedermayerRemoving dead code, fixes CID4 RUN2.
2008-05-28 Michael Niedermayerremove != 0
2008-05-28 Michael NiedermayerDo a little more checking.
2008-05-28 Michael NiedermayerDo not read from after the table, fixes CID108 RUN2.
2008-05-28 Michael NiedermayerNull pointer check / CID26.
2008-05-28 Michael Niedermayeruseless
2008-05-28 Michael NiedermayerFixes NULL pointer dereference CID66
2008-05-28 Michael NiedermayerTell the user if a AVI is non interleaved.
2008-05-27 Baptiste Coudurieruse internal video frame number
2008-05-27 Baptiste Couduriercosmetics
2008-05-27 Baptiste Couduriersimplify, use pointer to codec context in struct instea...
2008-05-27 Baptiste Couduriersimplify, use pointer to codec context in struct instea...
2008-05-27 Michael Niedermayerredundant check--
2008-05-27 Michael NiedermayerFix memleak, fixed CID123.
2008-05-27 Michael NiedermayerDo not use the pts/dts calculation code which needs...
2008-05-27 Baptiste Coudurieruse AVFifoBuffer
2008-05-27 Baptiste Couduriercosmetics
2008-05-27 Baptiste Couduriermerge init and declaration
2008-05-27 Baptiste Couduriersimplify and use version instead
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriersimplify
2008-05-27 Baptiste Couduriercosmetics, remove useless cases and braces
2008-05-27 Baptiste Coudurieruse av_fifo_generic_write, old func is deprecated
2008-05-27 Baptiste Coudurierremove const qualifier, removes warning:
2008-05-26 Baptiste Couduriertypo
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-05-26 Baptiste Coudurieraac and h264 in flv demuxing
2008-05-26 Baptiste Coudurieraac and h264 in flv muxing
2008-05-26 Baptiste Coudurieraac chan config is 0 if bitstream contains program_conf...
2008-05-26 Michael NiedermayerSupport non interleaved avi with phantom streams.
2008-05-26 Baptiste Coudurierreplace printf by av_log
2008-05-26 Baptiste Coudurieruse av_hex_dump_log
2008-05-26 Baptiste Coudurieruse dprintf
2008-05-26 Baptiste Couduriercosmetics, add demuxer word
2008-05-26 Baptiste Couduriercosmetics, remove useless dot
2008-05-26 Baptiste Coudurierreturn error if frame_offset is negative, prevent segfault
2008-05-26 Baptiste Coudurierreturn error if len is negative, prevent segfault
2008-05-26 Baptiste Couduriermove ffserver specific functions up and only include...
2008-05-26 Baptiste Couduriermove ffm_seek1 before get_pts function since func uses it
2008-05-26 Baptiste Couduriermove DEBUG_SEEK definition before get_pts since func...
2008-05-26 Baptiste Couduriermove get_pts function to avoid useless declaration
2008-05-26 Baptiste Coudurierremove unneeded include
2008-05-26 Baptiste Couduriersplit ffm de/muxer
2008-05-26 Baptiste Coudurierreenable test, data is available in this case
2008-05-26 Justin Rugglesparse audio in ogm demuxer.
2008-05-26 Michael NiedermayerMake ac3 in avi work better.
2008-05-25 Michael NiedermayerEnsure that one can store X bytes in a fifo of size X.
2008-05-25 Michael NiedermayerMake av_fifo*_read() ignore the available amount of...
2008-05-25 Baptiste Coudurierset correct duration when using b frames
2008-05-24 Aurelien Jacobscompute the end of all chapters when end is not specifi...
2008-05-24 Aurelien Jacobscosmetics: indentation
2008-05-24 Aurelien Jacobsremove useless title check
2008-05-24 Baptiste Couduriersimplify, remove useless vars
2008-05-23 Baptiste Coudurieradd new h264 and aac flv ids
2008-05-23 Baptiste Coudurierin flv this field is dts finally
2008-05-23 Baptiste Coudurierflv use 32 bit pts
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerDocument pts/dts.
2008-05-23 Michael NiedermayerWarn user about invalid timestamps.
2008-05-23 Michael NiedermayerChapter demuxing support. (untested as I have no nuts...
2008-05-23 Michael NiedermayerMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 Michael Niedermayernb_chapters should be unsigned
2008-05-23 Michael Niedermayers/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 Michael Niedermayervertical align
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayerremove useless title check
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael NiedermayerAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 Michael Niedermayerclarify start/end timebase
2008-05-23 Michael Niedermayeralign comments
2008-05-23 Michael Niedermayerchapter id and timebase
2008-05-23 Aurelien Jacobsdon't set a dummy chapter title when title is unknown
2008-05-23 Aurelien Jacobscosmetics: indentation
2008-05-23 Aurelien Jacobsallows adding chapters with NULL title
2008-05-22 Aurelien Jacobsmatroskadec: allows inserting chapters with unspecified end
2008-05-22 Anton Khirnovdemux chapters out of matroska
2008-05-22 Anton Khirnovadd support for chapters definition in lavf
2008-05-22 Albert Astals Cidfree moov and cmov when error occurs, fix memleak,...
2008-05-21 Baptiste Coudurierremove useless var
2008-05-21 Baptiste Coudurier10l, fix compilation
2008-05-21 Baptiste Coudurieruse duration from pkt
2008-05-21 Baptiste Couduriersimplify
2008-05-21 Baptiste Couduriersimplify
2008-05-21 Baptiste Couduriercheck pkt stream index before returning packet, prevent...
next