]> git.sesse.net Git - ffmpeg/history - libavformat
Corrections to channel coupling code to attain conformance for appropriate
[ffmpeg] / libavformat /
2008-10-04 Baptiste Coudurier10l, fix amrwb sample rate
2008-10-04 Aurelien Jacobsmatroskaenc: correct muxing of ASS packets
2008-10-04 Aurelien Jacobsmatroskaenc: use correct EBML ID for block duration
2008-10-04 Aurelien Jacobsmatroskaenc: pass the packet size directly as parameter...
2008-10-04 Aurelien Jacobsmatroskaenc: remove useless mkv_block_size() function
2008-10-04 Michael NiedermayerFavor even chunk sizes in ambiguous cases.
2008-10-04 Michael NiedermayerFactorize stream id parsing.
2008-10-04 Reimar DöffingerMake size variables in dyn_buf_write unsigned so gcc...
2008-10-04 Diego BiurrunFix 'make checkheaders', based on a patch by Diego...
2008-10-04 Ronald S. BultjeReindent after r15544.
2008-10-04 Ronald S. BultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 Ronald S. BultjeMake RTPDemuxContext opaque in rtsp.c, renaming it...
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 Ronald S. BultjeChange function prototype of RTPDynamicPayloadHandler...
2008-10-04 Ronald S. BultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-03 Baptiste Coudurierset sample rate for amr to allow stream copy since...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-10-02 Aurelien Jacobsmatroskadec: cosmetics: indentation
2008-10-02 Aurelien Jacobsmatroskadec: don't merge packets which have no timestamp
2008-10-02 Diego PettenòUse __typeof__ instead of GCC-specific typeof keyword.
2008-10-02 Ramiro PollaMinGW runtime 3.15 has a wrapper for usleep().
2008-10-02 Diego Biurrunspelling cosmetics
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-10-01 David ConradCosmetics: indentation
2008-10-01 David ConradVisible width/height fields were added in Theora 3.2
2008-10-01 Ronald S. BultjeUse parse_packet vfunc in RTPDynamicProtocolHandler...
2008-10-01 Ronald S. BultjeThis patch refactors RDT packet header parsing so that...
2008-09-30 Ronald S. BultjeReindent after previous patches.
2008-09-30 Ronald S. BultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 Ronald S. BultjeRemove access to rdt_data struct in functions called...
2008-09-30 Ronald S. BultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-30 Baptiste Couduriersupport negative ctts in some way, unset wrong dts
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
next