]> git.sesse.net Git - ffmpeg/history - libavformat
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
[ffmpeg] / libavformat /
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.
2008-08-31 Ronald S. BultjeRead RealChallenge1 field from the server.
2008-08-31 Ronald S. BultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 Ronald S. BultjeRevert back to old version (r15103).
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-31 Baptiste Coudurierdo no write multi descriptor when only one track is...
2008-08-31 Baptiste Coudurierfactorize
2008-08-31 Baptiste Coudurierremove mxf_build_structural_metadata, simplify
2008-08-31 Baptiste Couduriermove mxf_write_package to permit function merge
2008-08-31 Baptiste Couduriercosmetics, Pair -> Entry
2008-08-31 Baptiste Coudurierstore index in table in MXFStreamContext, simplify
2008-08-31 Baptiste Couduriermerge descriptor write table with essence container...
2008-08-31 Baptiste Coudurierfix type in prototype
2008-08-31 Baptiste Coudurierremove header_byte_count_offset from context
2008-08-31 Baptiste Couduriersimplify and correctly rewrite metadata in header parti...
2008-08-31 Baptiste Couduriersimplify current partition offset
2008-08-31 Ronald S. BultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-08-31 Baptiste Coudurierheader partition is open incomplete for now
2008-08-31 Baptiste Coudurieralways write footer partition according to specs
2008-08-31 Baptiste Coudurier10l fix mxf_get_essence_container_ul
2008-08-31 Baptiste Couduriercosmetics, mux_write -> mxf_write
2008-08-31 Baptiste Couduriercorrectly set track duration
2008-08-31 Baptiste Coudurierset duration to distinguished value
2008-08-31 Baptiste Couduriercorrectly write codec ul, mpeg-2 needs profile and...
2008-08-31 Baptiste Couduriersimplify, pass AVStream directly instead of index
2008-08-31 Baptiste Couduriercosmetics, whitespace
2008-08-31 Baptiste Coudurierremove now useless track_number_sign
2008-08-31 Baptiste Coudurierput back mxf_essence_container_uls in demuxer as static...
2008-08-31 Baptiste Coudurierremove now useless mxf_essence_element_key array
next