]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-03-10 Michael Niedermayerjpeg fourcc
2007-03-10 Benjamin LarssonSimplify, use avctx->frame_number.
2007-03-09 Víctor Paesa--enable-mingw32 --> --target-os=mingw32
2007-03-09 Panagiotis... Fix typo in Doxygen comments.
2007-03-09 Justin RugglesRemove common code from AC-3 encoder and utilize ac3.c.
2007-03-09 Justin RugglesCreate ac3.c which will be used for AC-3 common code.
2007-03-09 Limin Wangremove unused code, patch by Limin Wang <lance lmwang...
2007-03-09 Alex Beregszasziprint codec parameters for audio too
2007-03-09 Justin Rugglessimplify AC-3 bit allocation
2007-03-08 Justin Rugglescosmetics. remove space before semi-colon.
2007-03-08 Baptiste Coudurierseems safer to set pts timebase to sample rate, fix...
2007-03-08 Baptiste Coudurierfix pts handling
2007-03-08 Ian BraithwaiteSimplify gain block handling.
2007-03-08 Ian BraithwaiteDon't output the first two frames, since they don't...
2007-03-08 Baptiste Coudurierfix drop frame timecode flag
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
2007-03-08 Limin WangAs avcodec_decode_audio() is deprecated, replace it...
2007-03-08 Michael Niedermayerbitrate sanity check (fixes assertion failure)
2007-03-08 Benoit FouetRemove useless casts as recommended by Måns Rullgård.
2007-03-08 Benoit FouetCosmetics in amr.c.
2007-03-08 Benoit FouetMove the initialization on context definition. In...
2007-03-08 Karl H. BeckersAdd PIX_FMT_PAL8 to isPacked().
2007-03-08 Måns Rullgårdinclude only files actually built in SRCS
2007-03-07 Panagiotis... Update the documentation to be consistent with the...
2007-03-07 Limin WangRemove unnecessary the_end label.
2007-03-07 Michael Niedermayeradd a -ab with default of 64k
2007-03-07 Michael Niedermayerset defaults based on CodecType by using avcodec_get_co...
2007-03-07 Limin Wangremove unused variables
2007-03-07 Michael Niedermayeradd avcodec_get_context_defaults2() / avcodec_alloc_con...
2007-03-07 Michael Niedermayeronly store command line parameters in contexts with...
2007-03-07 Piero BugoniAdd watermark and drawtext descriptions, plus some...
2007-03-07 Michael Niedermayeradd av_opt_set_defaults2() which sets just defaults...
2007-03-07 Michael Niedermayermake av_find_opt() available to the public and add...
2007-03-07 Alex Beregszaszimove preroll_time from static variable into definition...
2007-03-07 Alex Beregszasziworkaround for broken flvtoolized files
2007-03-07 Diego BiurrunFix UNKOWN --> UNKNOWN typo
2007-03-07 Alex Beregszaszisimplification
2007-03-07 Alex Beregszaszitypo: unkown->unknown
2007-03-06 Alex Beregszaszi10l, audio_fifo is a static array
2007-03-06 Alex Beregszaszihandle http error codes
2007-03-06 Alex Beregszaszidisconnect new feeder if feed is already being received
2007-03-06 Alex Beregszasziadd little endian 24bit read/write
2007-03-06 Alex Beregszasziadd little endian 24bit read/write
2007-03-05 Michael Niedermayerfree opt_names at the end of main() based on a patch...
2007-03-05 Michael Niedermayerindention
2007-03-05 Michael Niedermayerremove usless if() before av_free()
2007-03-05 Michael Niedermayerprevent audio packets from being fragmented, wmp mac...
2007-03-05 Panagiotis... Clarify doxygen description.
2007-03-05 Panagiotis... Cleanup doxygen comment.
2007-03-05 Panagiotis... Fix a typo in a doxygen tag.
2007-03-05 Panagiotis... Convert all the comment sections into Doxygen compatibl...
2007-03-05 Michael Niedermayerupdate forgotten regression test chcksums for
2007-03-05 Panagiotis... Move avio.h's url_get_max_packet_size() comment from...
2007-03-05 Panagiotis... Move aviobuf.c comments to avio.h. By moving the aviobu...
2007-03-05 Panagiotis... Make rtsp_set_callback() comments available to Doxygen
2007-03-05 Panagiotis... Move unaltered rtsp.c comments to the header file.
2007-03-05 Panagiotis... Doxygenize comments in rtsp.h
2007-03-05 Panagiotis... Convert macro+enum into a simple enum: Currently the...
2007-03-05 Panagiotis... Move unaltered av_freep() comments to the header file.
2007-03-05 Panagiotis... Move unaltered av_free() comments to the header file.
2007-03-05 Panagiotis... Move unaltered av_realloc() comments to the header...
2007-03-05 Panagiotis... Move unaltered av_malloc() comments to the header file.
2007-03-05 Panagiotis... Doxygenize the unaltered comments for the AUHeaders...
2007-03-05 Panagiotis... Doxygenize the unaltered comments for the rtp_payload_d...
2007-03-05 Panagiotis... Doxygenize the unaltered comments for the RTP_MAX_SDES...
2007-03-05 Panagiotis... Doxygenize the existing comments without altering the...
2007-03-05 Baptiste Coudurieruse AVFormatContext with av_log
2007-03-05 Benoit Fouetchange management of "ab" option in ffmpeg.c, so that...
2007-03-05 Baptiste Couduriermore explicit message
2007-03-05 Diego BiurrunDon't mention the number of vhooks, it's a volatile...
2007-03-05 Piero Bugonismall updates taken from a patch by Piero Bugoni, crboc...
2007-03-05 Michael Niedermayercreate codec_comment_header which looks more like what...
2007-03-05 Michael Niedermayerall asf files i have have the 2 redundant duration...
2007-03-05 Michael Niedermayerall asf files i have have this field at 2 so lets try...
2007-03-05 Michael Niedermayerall the time related fields seem to be 64bit so i guess...
2007-03-05 Michael Niedermayeroff by one error
2007-03-05 Panagiotis... Doxygenize the existing comments in avformat.h. The...
2007-03-04 Panagiotis... Move rtp_check_and_send_back_rr()'s unaltered comments...
2007-03-04 Panagiotis... Move rtp_get_payload_type()'s unaltered comments to...
2007-03-04 Panagiotis... Move av_log2_i()'s unaltered comments to the header...
2007-03-04 Panagiotis... Move av_i2int()'s unaltered comments to the header...
2007-03-04 Panagiotis... Move av_int2i()'s unaltered comments to the header...
2007-03-04 Panagiotis... Move av_cmp_i()'s unaltered comment to the header file.
2007-03-04 Panagiotis... Move av_shr_i()'s unaltered comments to the header...
2007-03-04 Panagiotis... Move av_div_i()'s comments to the header file. The...
2007-03-04 Panagiotis... Move av_mod_i()'s comment to the header file. The moved...
2007-03-04 Panagiotis... Move the unaltered Doxygen docs from the log source...
2007-03-04 Baptiste Couduriercleanup useless fields
2007-03-04 Baptiste Couduriersimplify swf muxer
2007-03-04 Baptiste Coudurierchange myself to mov.c maintainer in favor of Francois...
2007-03-04 Ronald S. BultjeClose connection on EOF
2007-03-04 Panagiotis... Add the prefix "av_" to img_crop(), img_copy() and...
2007-03-04 Ronald S. Bultjemake HTTP MOVED messages also work in ffmpeg (302 is...
2007-03-04 Baptiste Coudurierimx dump header bitstream filter, modifies bitstream...
2007-03-04 Baptiste Coudurieradd bytestream_get/put_be24 functions
2007-03-04 Baptiste Coudurieradd R/WB24 functions
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
2007-03-04 Baptiste Coudurieradd pcm s8 tag
2007-03-04 Baptiste Coudurierfix pcm u/s8 muxing
2007-03-04 Baptiste Coudurierdeobfuscate, clearly split mov case
next