]> git.sesse.net Git - ffmpeg/history - libavformat
compute media info in write_header
[ffmpeg] / libavformat /
2009-03-08 Baptiste Couduriercompute media info in write_header
2009-03-08 Baptiste Coudurierfactorize write packet
2009-03-08 Baptiste Coudurierremove unneeded and empty user data
2009-03-08 Baptiste Coudurieruniformize variable names and remove duplicating fields...
2009-03-08 Baptiste Coudurierremove useless fields
2009-03-08 Reimar DöffingerReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-07 Vitor SessakVQF demuxer
2009-03-07 Ronald S. Bultjertpmap is case-insensitive, see comment from Luca in...
2009-03-06 Alex ConverseADTS: Increased protection against writing illegal...
2009-03-06 Michael NiedermayerAdd my name to copyright & author as requested by the...
2009-03-06 Michael NiedermayerAdd code to the self test to print jitter & drift.
2009-03-06 Ronald S. BultjeOops, very silly typo.
2009-03-06 Justin Rugglesflacdec: Parse the metadata header in the raw FLAC...
2009-03-06 Diego BiurrunAdd '#undef rand' to fix test program build.
2009-03-06 Diego Biurruncosmetics: Fix test program warnings.
2009-03-06 Michael NiedermayerVertical align.
2009-03-06 Michael NiedermayerBetter name for integrator2_state.
2009-03-06 Michael NiedermayerAdd clock_period parameter, this should make the code...
2009-03-06 Michael NiedermayerSelftest code.
2009-03-06 Michael NiedermayerFix bug with time==0 being special.
2009-03-06 Michael NiedermayerAdapt first factor.
2009-03-06 Michael NiedermayerMerge ff_timefilter_read() and ff_timefilter_update...
2009-03-06 Michael NiedermayerAllow timespans to vary.
2009-03-05 Michael NiedermayerReorder operations, 20% improved performance, 1 variabl...
2009-03-05 Michael NiedermayerTimefilter code by Olivier Guilyardi o list O samalyse...
2009-03-05 Diego BiurrunMark pos_min and pos_max variables as av_uninit to...
2009-03-05 Diego BiurrunMark dvdaudio_substream_type variable as av_uninit...
2009-03-05 Ivan SchreterPass packet position to the parser, so frame's AVPacket...
2009-03-04 Alex ConverseMOV: fix demuxing fragmented files
2009-03-04 Mike MelansonFix a condition that causes an infinite loop, but only...
2009-03-04 Ronald S. BultjeSplit rtsp_send_cmd() into two functions, one for the...
2009-03-03 Michael NiedermayerReplace two 'return AVERROR(EAGAIN);' by continue....
2009-03-03 Alex ConverseMOV: fix crash when 'meta' occurs before first 'trak'
2009-03-03 Ronald S. BultjeRename "fd1" variable ro "fd". There were previously...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 Ronald S. BultjeReindent after r17777.
2009-03-03 Ronald S. BultjeMake RTSP-MS-over-UDP negotiation work. See "[PATCH...
2009-03-03 Ronald S. BultjeRecognize the "application" data type, which is require...
2009-03-03 Benoit FouetAdd a context to av_log() calls.
2009-03-03 Diego BiurrunRemove deprecated vhook subsystem.
2009-03-03 Ronald S. BultjeRemove size_t cast in setting s->priv_data directly...
2009-03-03 Ronald S. BultjeDon't let finalize_packet() touch pkt->stream_index...
2009-03-03 Ronald S. BultjeReindent after r17764.
2009-03-03 Ronald S. BultjeIn the current implementation of rtp_parse_packet(...
2009-03-03 Ronald S. BultjeReduce allocated length of the HTTP authentication...
2009-03-03 Diego Biurruncosmetics: Fix indentation.
2009-03-02 Benoit FouetAdd context to some av_log() calls.
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-03-01 Aurelien Jacobsdeprecate old metadata API
2009-03-01 Aurelien Jacobsfix missed usage of old metadata API in mov demuxer
2009-03-01 Aurelien Jacobsuse new metadata API in libavformat/utils.c
2009-03-01 Aurelien Jacobsuse new metadata API in r3d demuxer
2009-03-01 Aurelien Jacobsnew metadata API is now officially part of public API
2009-03-01 Aurelien Jacobssimplify metadata conversion and fixes gcc-2.95 at...
2009-03-01 Michael NiedermayerChange the timebase of the raw demuxer to one that...
2009-03-01 Michael NiedermayerDisable MPEG-1/2 style timestamp calculation for H264...
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-28 Aurelien Jacobsadd a metadata conversion API
2009-02-28 Luca AbeniDocument ff_rtp_codec_id()
2009-02-28 Ivan SchreterChange TS seeking so it returns position/timestamp...
2009-02-28 Luca AbeniFix typo in a comment
2009-02-28 Luca AbeniDocument ff_rtp_enc_name()
2009-02-28 Justin Rugglescosmetics: indentation
2009-02-28 Luca AbeniDocument ff_rtp_get_codec_info()
2009-02-28 Justin RugglesSeparate the raw FLAC demuxer from raw.c and put in...
2009-02-28 Ronald S. BultjeRename movenc.c MOVContext to MOVMuxContext, since...
2009-02-28 Måns RullgårdRevert "Improve frame rate guessing for streams with...
2009-02-28 Ivan SchreterImprove frame rate guessing for streams with two fields...
2009-02-27 Aurelien Jacobsuse new metadata API in nut muxer
2009-02-27 Aurelien Jacobsuse new metadata API in nut demuxer
2009-02-27 Reimar DöffingerDo not allow standard-frame-rate detection to increase...
2009-02-27 Reimar DöffingerSimplify ipmovie.c pts calculation by using an appropri...
2009-02-27 Benoit FouetAdd a context to av_log() call.
2009-02-27 Reimar DöffingerHack: #undef printf so compilation works with DEBUG_IPM...
2009-02-27 Reimar DöffingerDetect the case when the time base is exact but far...
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Aurelien Jacobscosmetics: vertical alignment
2009-02-26 Aurelien Jacobsuse new metadata API in rpl demuxer
2009-02-26 Aurelien Jacobsuse new metadata API in wc3 demuxer
2009-02-26 Stefano SabatiniMark as "internal but installed" the avio.h file.
2009-02-26 Stefano SabatiniAdd a @file notice to avio.h.
2009-02-26 Aurelien Jacobsmove static tables from asf.h to non-static tables...
2009-02-26 Aurelien Jacobsrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-26 Aurelien Jacobsfix a memleak in av_metadata_set()
2009-02-26 Ronald S. BultjeImplement marker bit, which is used for several RTP...
2009-02-26 Ronald S. BultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-26 Ronald S. BultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-26 Aurelien Jacobsmovenc: add muxing of language along with metadata...
2009-02-26 Aurelien Jacobsreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-02-26 Aurelien Jacobscosmetics: indentation
2009-02-26 Aurelien Jacobsuse new metadata API in mov muxer
2009-02-26 Aurelien Jacobsdon't trigger metadata compatibility code when user...
2009-02-26 Baptiste Coudurierdv probe
2009-02-26 Justin RugglesShare the function to write a raw FLAC header and use...
2009-02-26 Justin Rugglescosmetics: add a comment in flac_write_header().
2009-02-26 Justin RugglesAdd support for full header extradata to raw FLAC muxer.
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-26 Justin RugglesSeparate the raw FLAC muxer from raw.c to its own file...
2009-02-25 Diego Biurrunspelling/wording/grammar cosmetics
next