]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Rewrite SSE2 VP3 IDCT in inline asm
[frescor/ffmpeg.git] / libavformat /
2008-09-14 jbrwrite number of samples in FLAC extradata.
2008-09-14 jbradd error message for unsupported codecs in WAVE.
2008-09-14 rbultjeReindent after r15317.
2008-09-14 rbultjeRename RTSP_SERVER_RDT to REAL, because RDT (the transp...
2008-09-12 aurelmatroskadec: simplify, first_timecode is already in...
2008-09-11 aurelmatroskadec: prevent seeking before the first keyframe...
2008-09-11 rbultjeReindent after r15927, see discussion in "[PATCH] rtsp...
2008-09-11 rbultjeFactorize out common code for opening of the RTP parsin...
2008-09-10 michaelClarify convergence_duration.
2008-09-09 bcoudurierset bits_per_coded_sample according to new lavc api
2008-09-09 aurelmatroskadec: demux relevant subtitle packets after...
2008-09-09 aurelmatroskadec: ensure that overlapping subtitle are not...
2008-09-09 aurelmatroskadec: after seeking, skeep up to the desired...
2008-09-09 aurelmatroskadec: move timecode calculation a little earlier
2008-09-09 aurelmatroskadec: sanitize track time_scale before using it
2008-09-09 bcoudurierprint stream index in decimal not in hex, easier for...
2008-09-08 bcoudurierset block align in av_write_header if not set, fix...
2008-09-08 bcoudurierwrite copyright metadata tag
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-08 bcoudurierterminate tag tables by CODEC_ID_NONE
2008-09-07 bcoudurierset default bps to 16 in wav header
2008-09-07 rbultjeImplement RDT-specific data parsing routines. After...
2008-09-07 rbultjeReindent after previous patch.
2008-09-07 rbultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-07 rbultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-07 rbultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-09-07 aurelbump lavf micro version to allow checking for the matro...
2008-09-06 aurelmatroskadec: remove now useless vstream and is_video_ke...
2008-09-06 aurelmatroskadec: remove useless braces
2008-09-06 aurelmatroskadec: ensure that the timecode added to the...
2008-09-05 bcoudurierdo not fail if audio is uncompressed and frame size...
2008-09-05 bcouduriersimplify bps code by using av_get_bits_per_sample
2008-09-04 aurelmatroskadec: fix ASS subtitle track packets before...
2008-09-04 bcoudurierFix msgsm in wav, do not set blkalign to frame size...
2008-09-04 aurelmatroska: subtitle display duration must be stored...
2008-09-04 bcoudurierset block align and frame size for gsm in aiff
2008-09-04 bcouduriercosmetics, remove whitespace
2008-09-04 bcoudurieractually write dac3 atom, patch by Kurtnoise, kurtnoise...
2008-09-04 bcoudurierskip 2 bytes more when parsing ac3 frame, syncword...
2008-09-03 bcoudurierchange the logic to mux 13818-3 and 11172-3 in mp4...
2008-09-03 bcoudurierforbid mp3 < 16000hz in anything except mov
2008-09-03 bcoudurierdirac muxing support in mp4/mov
2008-09-03 bcouduriercosmetics, move up mpeg1video mp4 objecttype
2008-09-03 bcouduriercosmetics, change values to hex since mp4ra use hex
2008-09-03 bcouduriercosmetics, vertical align
2008-09-03 bcoudurierac3 muxing support in mov/mp4/m4v
2008-09-03 reimarChange doxygen comment: Clarify when av_write_trailer...
2008-09-03 michaelAdd AVPacket.convergence_duration.
2008-09-03 michaelTry to clarify the semantics of AVPacket.duration.
2008-09-03 rbultjeRemove unused code that used to handle protocol concate...
2008-09-03 rbultjeImplement Realmedia/RTSP-compatible SETUP command....
2008-09-03 bcoudurierfix fourcc comment
2008-09-03 rbultjeMove av_set_pts_info() inside the mdpr_read_codecdata...
2008-09-03 rbultjeUse chunk-size in function calling mdpr_read_codecdata...
2008-09-02 diegoFix an invalid free in the AVI muxer when an unsupporte...
2008-09-02 diegoReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-09-02 diegoRemove pointless #ifdef CONFIG_VHOOK from the code.
2008-09-02 bcouduriercorrectly mux mpeg2 audio 13818-3 in mp4
2008-09-02 bcoudurierallow mp2 to be muxed into mp4
2008-09-02 michaelFix detection of MPEG4 in MPEG-PS.
2008-09-01 jbrchange back to using CONFIG_*_DEMUXER for ac3_eac3_prob...
2008-09-01 aurelmatroska: add E-AC-3 support
2008-09-01 jbrsimplify ac3_probe() and eac3_probe(). patch by Aurelie...
2008-09-01 jbrcheck ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-09-01 rbultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 rbultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 rbultjeImplement Realmedia-compatible DESCRIBE command.
2008-08-31 bcouduriercheck for malloc failure
2008-08-31 bcouduriercopy whole frame in vosData for dnxhd, this code will...
2008-08-31 rbultjeSend RTSP OPTIONS command to detect server type.
2008-08-31 rbultjeRead RealChallenge1 field from the server.
2008-08-31 rbultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 rbultjeRevert back to old version (r15103).
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-31 bcoudurierdo no write multi descriptor when only one track is...
2008-08-31 bcoudurierfactorize
2008-08-31 bcoudurierremove mxf_build_structural_metadata, simplify
2008-08-31 bcouduriermove mxf_write_package to permit function merge
2008-08-31 bcouduriercosmetics, Pair -> Entry
2008-08-31 bcoudurierstore index in table in MXFStreamContext, simplify
2008-08-31 bcouduriermerge descriptor write table with essence container...
2008-08-31 bcoudurierfix type in prototype
2008-08-31 bcoudurierremove header_byte_count_offset from context
2008-08-31 bcouduriersimplify and correctly rewrite metadata in header parti...
2008-08-31 bcouduriersimplify current partition offset
2008-08-31 rbultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-08-31 bcoudurierheader partition is open incomplete for now
2008-08-31 bcoudurieralways write footer partition according to specs
2008-08-31 bcoudurier10l fix mxf_get_essence_container_ul
2008-08-31 bcouduriercosmetics, mux_write -> mxf_write
2008-08-31 bcouduriercorrectly set track duration
2008-08-31 bcoudurierset duration to distinguished value
2008-08-31 bcouduriercorrectly write codec ul, mpeg-2 needs profile and...
2008-08-31 bcouduriersimplify, pass AVStream directly instead of index
2008-08-31 bcouduriercosmetics, whitespace
2008-08-31 bcoudurierremove now useless track_number_sign
2008-08-31 bcoudurierput back mxf_essence_container_uls in demuxer as static...
2008-08-31 bcoudurierremove now useless mxf_essence_element_key array
2008-08-31 bcoudurierfix track number ul in primer pack
next