]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Simplify iv_free_func().
[frescor/ffmpeg.git] / libavformat /
2008-09-30 bcouduriersupport negative ctts in some way, unset wrong dts
2008-09-29 diegoUniformly define _XOPEN_SOURCE to 600.
2008-09-28 aurelmatroskadec: merge ASS events which share the same...
2008-09-28 aurelmatroskadec: ass events lines must end with a DOS style EOL
2008-09-28 aurelmatroskadec: set duration only for CODEC_ID_TEXT subtitles
2008-09-28 aurelmatroskadec: pass duration as parameter of matroska_fix...
2008-09-27 aurelassdec: don't remove CR, they are part of the spec
2008-09-27 diegocosmetics: Break overly long lines, one grammar fix.
2008-09-27 diegospelling/wording/grammar
2008-09-27 diegoMove doxygen comments for av_gettime from utils.c to...
2008-09-26 michaelASS/SSA muxer.
2008-09-26 bananadd ok parts to the rm demuxer for SIPRO support
2008-09-26 bananAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-26 michaelDo not loose the '\n'.
2008-09-26 michael2 in 1, an ASS and SSA demuxer.
2008-09-26 bcoudurieronly include sys/select.h if present, fix mingw compilation
2008-09-26 michaelPrevent image2 from complaining about non monotone...
2008-09-24 bcouduriercosmetics, remove GXF: in log messages since it is...
2008-09-24 bcoudurierskip non valid audio samples in gxf packets
2008-09-24 bcoudurierinclude sys/select.h to get select, according to posix...
2008-09-24 bcoudurierinclude sys/select.h instead of unistd.h to get select,
2008-09-24 bcoudurierstop parsing if tag size is wrongly < 8 to avoid infini...
2008-09-24 michaelAvoid segfault due to not set AVCodec.
2008-09-24 bcouduriermerge amr wb case with amr nb and qcelp
2008-09-24 bcoudurierdo not override sample rate for amr nor qcelp, should...
2008-09-24 michaelASF stands for "advanced stream format" not "adaptive...
2008-09-23 vitorAdd support for RVTR fourCC
2008-09-19 michaelEnsure that muxer and encoder aspect ratios match....
2008-09-18 kostyaAdd fourcc for MS RLE4
2008-09-17 bcoudurierrevert r14983, value is not sample aspect ratio, it...
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...
next