]> git.sesse.net Git - ffmpeg/history - libavformat
Remove some format string warnings.
[ffmpeg] / libavformat /
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-28 Aurelien Jacobsmatroskadec: merge ASS events which share the same...
2008-09-28 Aurelien Jacobsmatroskadec: ass events lines must end with a DOS style EOL
2008-09-28 Aurelien Jacobsmatroskadec: set duration only for CODEC_ID_TEXT subtitles
2008-09-28 Aurelien Jacobsmatroskadec: pass duration as parameter of matroska_fix...
2008-09-27 Aurelien Jacobsassdec: don't remove CR, they are part of the spec
2008-09-27 Diego Biurruncosmetics: Break overly long lines, one grammar fix.
2008-09-27 Diego Biurrunspelling/wording/grammar
2008-09-27 Diego BiurrunMove doxygen comments for av_gettime from utils.c to...
2008-09-26 Michael NiedermayerASS/SSA muxer.
2008-09-26 Benjamin Larssonadd ok parts to the rm demuxer for SIPRO support
2008-09-26 Benjamin LarssonAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-26 Michael NiedermayerDo not lose the '\n'.
2008-09-26 Michael Niedermayer2 in 1, an ASS and SSA demuxer.
2008-09-26 Baptiste Coudurieronly include sys/select.h if present, fix mingw compilation
2008-09-26 Michael NiedermayerPrevent image2 from complaining about non monotone...
2008-09-24 Baptiste Couduriercosmetics, remove GXF: in log messages since it is...
2008-09-24 Baptiste Coudurierskip invalid audio samples in gxf packets
2008-09-24 Baptiste Coudurierinclude sys/select.h to get select, according to posix...
2008-09-24 Baptiste Coudurierinclude sys/select.h instead of unistd.h to get select,
2008-09-24 Baptiste Coudurierstop parsing if tag size is wrongly < 8 to avoid infini...
2008-09-24 Michael NiedermayerAvoid segfault due to not set AVCodec.
2008-09-24 Baptiste Couduriermerge amr wb case with amr nb and qcelp
2008-09-24 Baptiste Coudurierdo not override sample rate for amr nor qcelp, should...
2008-09-24 Michael NiedermayerASF stands for "advanced stream format" not "adaptive...
2008-09-23 Vitor SessakAdd support for RVTR fourCC
2008-09-19 Michael NiedermayerEnsure that muxer and encoder aspect ratios match....
2008-09-18 Kostya ShishkovAdd fourcc for MS RLE4
2008-09-17 Baptiste Coudurierrevert r14983, value is not sample aspect ratio, it...
2008-09-14 Justin Ruggleswrite number of samples in FLAC extradata.
2008-09-14 Justin Rugglesadd error message for unsupported codecs in WAVE.
2008-09-14 Ronald S. BultjeReindent after r15317.
2008-09-14 Ronald S. BultjeRename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because...
2008-09-12 Aurelien Jacobsmatroskadec: simplify, first_timecode is already in...
2008-09-11 Aurelien Jacobsmatroskadec: prevent seeking before the first keyframe...
2008-09-11 Ronald S. BultjeReindent after r15927, see discussion in "[PATCH] rtsp...
2008-09-11 Ronald S. BultjeFactorize out common code for opening of the RTP parsin...
2008-09-10 Michael NiedermayerClarify convergence_duration.
2008-09-09 Baptiste Coudurierset bits_per_coded_sample according to new lavc api
2008-09-09 Aurelien Jacobsmatroskadec: demux relevant subtitle packets after...
2008-09-09 Aurelien Jacobsmatroskadec: ensure that overlapping subtitles are...
2008-09-09 Aurelien Jacobsmatroskadec: after seeking, skip up to the desired...
2008-09-09 Aurelien Jacobsmatroskadec: move timecode calculation a little earlier
2008-09-09 Aurelien Jacobsmatroskadec: sanitize track time_scale before using it
2008-09-09 Baptiste Coudurierprint stream index in decimal not in hex, easier for...
2008-09-08 Baptiste Coudurierset block align in av_write_header if not set, fix...
2008-09-08 Baptiste Coudurierwrite copyright metadata tag
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-08 Baptiste Coudurierterminate tag tables by CODEC_ID_NONE
2008-09-07 Baptiste Coudurierset default bps to 16 in wav header
2008-09-07 Ronald S. BultjeImplement RDT-specific data parsing routines. After...
2008-09-07 Ronald S. BultjeReindent after previous patch.
2008-09-07 Ronald S. BultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 Ronald S. BultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-07 Ronald S. BultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-09-07 Aurelien Jacobsbump lavf micro version to allow checking for the matro...
2008-09-06 Aurelien Jacobsmatroskadec: remove now useless vstream and is_video_ke...
2008-09-06 Aurelien Jacobsmatroskadec: remove useless braces
2008-09-06 Aurelien Jacobsmatroskadec: ensure that the timecode added to the...
2008-09-05 Baptiste Coudurierdo not fail if audio is uncompressed and frame size...
2008-09-05 Baptiste Couduriersimplify bps code by using av_get_bits_per_sample
2008-09-04 Aurelien Jacobsmatroskadec: fix ASS subtitle track packets before...
2008-09-04 Baptiste CoudurierFix msgsm in wav, do not set blkalign to frame size...
2008-09-04 Aurelien Jacobsmatroska: subtitle display duration must be stored...
2008-09-04 Baptiste Coudurierset block align and frame size for gsm in aiff
2008-09-04 Baptiste Couduriercosmetics, remove whitespace
2008-09-04 Kurtnoiseactually write dac3 atom, patch by Kurtnoise, kurtnoise...
2008-09-04 Damiano Galassiskip 2 bytes more when parsing ac3 frame, syncword...
2008-09-03 Baptiste Coudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 Baptiste Coudurierforbid mp3 < 16000hz in anything except mov
2008-09-03 Baptiste Coudurierdirac muxing support in mp4/mov
2008-09-03 Baptiste Couduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 Baptiste Couduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 Baptiste Couduriercosmetics, vertical align
2008-09-03 Baptiste Coudurierac3 muxing support in mov/mp4/m4v
2008-09-03 Reimar DöffingerChange doxygen comment: Clarify when av_write_trailer...
2008-09-03 Michael NiedermayerAdd AVPacket.convergence_duration.
2008-09-03 Michael NiedermayerTry to clarify the semantics of AVPacket.duration.
2008-09-03 Ronald S. BultjeRemove unused code that used to handle protocol concate...
2008-09-03 Ronald S. BultjeImplement Realmedia/RTSP-compatible SETUP command....
2008-09-03 Baptiste Coudurierfix fourcc comment
2008-09-03 Ronald S. BultjeMove av_set_pts_info() inside the mdpr_read_codecdata...
2008-09-03 Ronald S. BultjeUse chunk-size in function calling mdpr_read_codecdata...
2008-09-02 Laurent AimarFix an invalid free in the AVI muxer when an unsupporte...
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-09-02 Diego BiurrunRemove pointless #ifdef CONFIG_VHOOK from the code.
2008-09-02 Baptiste Couduriercorrectly mux mpeg2 audio 13818-3 in mp4
2008-09-02 Baptiste Coudurierallow mp2 to be muxed into mp4
2008-09-02 Michael NiedermayerFix detection of MPEG4 in MPEG-PS.
2008-09-01 Justin Ruggleschange back to using CONFIG_*_DEMUXER for ac3_eac3_prob...
2008-09-01 Aurelien Jacobsmatroska: add E-AC-3 support
2008-09-01 Aurelien Jacobssimplify ac3_probe() and eac3_probe(). patch by Aurelie...
2008-09-01 Justin Rugglescheck ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-09-01 Ronald S. BultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 Ronald S. BultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 Ronald S. BultjeImplement Realmedia-compatible DESCRIBE command.
2008-08-31 Baptiste Couduriercheck for malloc failure
2008-08-31 Baptiste Couduriercopy whole frame in vosData for dnxhd, this code will...
2008-08-31 Ronald S. BultjeSend RTSP OPTIONS command to detect server type.
next