]> git.sesse.net Git - ffmpeg/history - libavformat
Remove superfluous HAVE_THREADS #ifdef.
[ffmpeg] / libavformat /
2007-03-12 Ronald S. BultjeProperly initialize filesize during input buffer initia...
2007-03-12 Panagiotis IssarisIntroduce two new logging functions av_hex_dump_log...
2007-03-12 Michel BardiauxGive context to dprintf
2007-03-12 Baptiste Coudurierremove codec_info_duration/nb_frames from AVStream
2007-03-11 Aurelien Jacobscosmetic: indent after last commit
2007-03-11 Aurelien Jacobsreorder pts of packets from tracks using V_MPEG* codecs
2007-03-11 Aurelien Jacobsrevert r7181
2007-03-11 Aurelien Jacobscheck if current block contains a B frame and gives...
2007-03-11 Aurelien Jacobsextract ebml_read_binary() out of matroska_parse_block()
2007-03-11 Aurelien Jacobsreindent after last commit
2007-03-11 Aurelien Jacobsparse clusters until some packets are queued
2007-03-11 Aurelien Jacobsfix a stupid bug in ebml_read_sint()
2007-03-11 Aurelien Jacobsuse codec_get_id() instead of deprecated codec_get_...
2007-03-11 Michael Niedermayerfix gsize=0 / -1 case (if(<24) goto fail) before it...
2007-03-11 Michael Niedermayersome url_is_streamed()==1 related fixes
2007-03-10 Michael Niedermayerfix demuxing of broken MVI_3011.avi
2007-03-10 Oded Shimonremove usage of deprecated functions in libnut.c (codec...
2007-03-10 Oded ShimonAdd doxygen file header to libnut.c
2007-03-10 Michael Niedermayerjpeg fourcc
2007-03-08 Baptiste Coudurierseems safer to set pts timebase to sample rate, fix...
2007-03-08 Baptiste Coudurierfix pts handling
2007-03-08 Michel BardiauxCorrections so that builds with DEBUG work
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-05 Michael Niedermayerprevent audio packets from being fragmented, wmp mac...
2007-03-05 Panagiotis IssarisClarify doxygen description.
2007-03-05 Panagiotis IssarisCleanup doxygen comment.
2007-03-05 Panagiotis IssarisFix a typo in a doxygen tag.
2007-03-05 Panagiotis IssarisConvert all the comment sections into Doxygen compatibl...
2007-03-05 Panagiotis IssarisMove avio.h's url_get_max_packet_size() comment from...
2007-03-05 Panagiotis IssarisMove aviobuf.c comments to avio.h. By moving the aviobu...
2007-03-05 Panagiotis IssarisMake rtsp_set_callback() comments available to Doxygen
2007-03-05 Panagiotis IssarisMove unaltered rtsp.c comments to the header file.
2007-03-05 Panagiotis IssarisDoxygenize comments in rtsp.h
2007-03-05 Panagiotis IssarisConvert macro+enum into a simple enum: Currently the...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the AUHeaders...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the rtp_payload_d...
2007-03-05 Panagiotis IssarisDoxygenize the unaltered comments for the RTP_MAX_SDES...
2007-03-05 Panagiotis IssarisDoxygenize the existing comments without altering the...
2007-03-05 Baptiste Coudurieruse AVFormatContext with av_log
2007-03-05 Baptiste Couduriermore explicit message
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 IssarisDoxygenize the existing comments in avformat.h. The...
2007-03-04 Panagiotis IssarisMove rtp_check_and_send_back_rr()'s unaltered comments...
2007-03-04 Panagiotis IssarisMove rtp_get_payload_type()'s unaltered comments to...
2007-03-04 Baptiste Couduriercleanup useless fields
2007-03-04 Baptiste Couduriersimplify swf muxer
2007-03-04 Ronald S. BultjeClose connection on EOF
2007-03-04 Ronald S. Bultjemake HTTP MOVED messages also work in ffmpeg (302 is...
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
2007-03-03 Michael Niedermayertry to move fixed mov.c over the one with cosmetic...
2007-03-03 Michael Niedermayerrecommit of the change below after reverting earlier...
2007-03-03 Michael Niedermayercosmetic part of the commit below
2007-03-03 Michael Niedermayerfunctional part of the commit below
2007-03-03 Panagiotis IssarisCorrect wrong avformat documentation.
2007-03-03 Baptiste Coudurieruse common tables for mov muxer and demuxer
2007-03-03 Baptiste Couduriercosmetics, cleanup tables, add pcm 24/32 le tags
2007-03-03 Baptiste Coudurierpartial avid meridien uncompressed support
2007-03-03 Panagiotis IssarisMove the libavformat public API comments to avformat...
2007-03-03 Benjamin LarssonSet FLV_SAMPLESSIZE_16BIT for ADPCM.
2007-03-02 Måns Rullgårdwrite DTS, based on patch by Luca Abeni, lucabe72 email it
2007-03-02 Kristian Amliereplace the auto array "duration_error" with a malloced...
2007-03-02 Baptiste Coudurieravid imx support
2007-03-02 Baptiste Couduriersupport for mjpeg bottom field first in mov
2007-03-02 Baptiste Coudurieruse generic atom to extradata reading function
2007-03-02 Baptiste Couduriersupport for adpcm swf, pcm
2007-03-02 Aurelien Jacobsdon't rely on a specific appearance order for ebml...
2007-03-02 Aurelien Jacobsadd support for simple blocks (ie. matroska v2)
2007-03-01 Aurelien Jacobscosmetics: fix indentation of the new matroska_parse_bl...
2007-03-01 Aurelien Jacobssplit a matroska_parse_block() function from matroska_p...
2007-03-01 Aurelien Jacobsfix an off-by-one error in probing function
2007-03-01 Baptiste Coudurierdon't parse whole swf file in header, can now play...
2007-03-01 Baptiste Coudurierfactorize
2007-03-01 Baptiste Coudurierremove nonsense time base code, use swf ms per frame...
2007-03-01 Baptiste Couduriercheck for any seeking failure during probe
2007-03-01 Baptiste Coudurierquicktime 'raw ' support
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-27 Diego BiurrunAdd missing license headers.
2007-02-27 Baptiste Coudurieruse avcodec_decode_audio2
2007-02-27 Diego BiurrunRemove useless conditional.
2007-02-25 Diego BiurrunAdd LGPL header as requested by Oded.
2007-02-25 Alex Beregszasziuse AV_RB32, swf_mp3_info may be replaced with mpa_deco...
2007-02-24 Michael Niedermayerbe less noisy
2007-02-23 François RevolBeOS only: we don't have SA_RESTART. #define to 0 and...
2007-02-23 Benjamin LarssonComplete the video format enum.
2007-02-23 Benjamin LarssonCosmetics.
2007-02-22 Alex Beregszaszichange PF_INET to AF_INET to be consistent in the whole...
next