]> git.sesse.net Git - ffmpeg/history - libavformat
fix sound essence compression UL
[ffmpeg] / libavformat /
2008-10-26 Baptiste Coudurierfix sound essence compression UL
2008-10-26 Baptiste Coudurierfix start position UL
2008-10-24 Baptiste Couduriersimplify sample rate code, flv_set_audio_codec already...
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-24 Baptiste Coudurierforce sample rate to 16khz for speex in flv, fix speexa...
2008-10-24 Pascal Massiminofix for >2GB flv files
2008-10-24 Baptiste Coudurierraw dnxhd de/muxer
2008-10-23 Baptiste Coudurierdnxhd codec is intra only
2008-10-22 Aurelien Jacobsmatroskaenc: require global header
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-19 Michael NiedermayerCheck for pts==dts on I/P frames in the presence of...
2008-10-18 Michael NiedermayerMove code setting delay and presentation_delayed a...
2008-10-18 Michael NiedermayerAppend read data onto the buffer instead of overwriting...
2008-10-18 Alexander WichersNellymoser 8KHZ flv muxing fix, patch by Alexander...
2008-10-18 Alexander Wichers8HZ -> 8KHZ, cosmetics patch by Alexander Wichers devel...
2008-10-18 Michael NiedermayerAssume mono if no other information for raw.
2008-10-10 Ramiro PollaOnly special-case absolute DOS paths on systems that...
2008-10-08 Michael NiedermayerMake gcc 2.95 happy.
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhniksimplifying code as per Michael's suggestion
2008-10-07 Roman Shaposhniksimplifying the code as per Michael's suggestion
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
next