]> git.sesse.net Git - ffmpeg/history - libavformat
Add a @file notice to avio.h.
[ffmpeg] / libavformat /
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
2009-02-25 Michael Niedermayeruntypo
2009-02-25 Baptiste Coudurierfix index edit rate, inverse num and den
2009-02-25 Baptiste Couduriersimplify, use codec->block_align
2009-02-25 Baptiste Coudurierset channel number even for inactive channels
2009-02-25 Baptiste Coudurierdo not set frame start bit since marked as not used...
2009-02-25 Michael NiedermayerAVInputFormat.reed_seek2()
2009-02-24 Ivan SchreterAdd timestamp computation if values are exported by...
2009-02-24 Ivan SchreterChange duration computation to use time_base instead...
2009-02-24 Michael NiedermayerAdd AVFMT_VARIABLE_FPS to specify which muxers do not...
2009-02-24 Michael NiedermayerAdd CODEC_ID_H264 to tb_unreliable(), it belongs there...
2009-02-23 Baptiste Coudurierstart track id at 2, track id 1 for timecode
2009-02-23 Michael NiedermayerAllow av_find_stream_info() to be aborted.
2009-02-22 Stefan Gehrerconsistent naming of Chinese AVS raw demuxer
2009-02-22 Reimar DöffingerSupport playback of incorrectly cut DV files where...
2009-02-22 Baptiste Couduriercheck av_get_packet return value
2009-02-22 Baptiste Coudurierreturn AVERROR(ENOMEM) if alloc failed, set count after...
2009-02-21 Baptiste Coudurierparse aac extradata to fetch channels and sample rate...
2009-02-21 Michael NiedermayerWaste less space for printing timebases.
2009-02-21 Ronald S. BultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 Michael NiedermayerPrint all timebases (idea from netgem)
2009-02-21 Michael NiedermayerCheck for alloc failures.
2009-02-21 Michael NiedermayerCheck for EOF during index reading.
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-21 Michael NiedermayerHandle chunks with the MSB in size set correctly that...
2009-02-21 Michael NiedermayerBe less noisy with invalid pts/dts.
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-21 Ronald S. BultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-21 Stefan Gehreradd raw demuxer for Chinese AVS elementary streams
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-19 Alex ConverseRe-indent after last commit
2009-02-19 Alex ConverseAAC in ASF does not need parsing.
2009-02-19 Alex ConverseAdd Divio MPEG-4 FOURCC (M4CC)
2009-02-19 Aurelien Jacobsmatroskadec: return AVERROR_EOF upon detection of end...
2009-02-19 Peter RossFLV demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 Peter RossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 Aurelien Jacobsfix missing dependencies
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 avcoderav_alloc_format_context has been renamed, update AVForm...
2009-02-18 Baptiste Coudurierfix partition index byte count
2009-02-18 Baptiste Coudurieralways use multi track since timecode track is present
2009-02-18 Baptiste Coudurierfix preface version
2009-02-18 Baptiste Couduriercheck fifo size and realloc if needed
2009-02-18 Baptiste Coudurierstart counting track number from 0
2009-02-18 Baptiste Coudurierremove redundant comment
2009-02-18 Baptiste Coudurierdo not write slice count when muxing cbr
2009-02-18 Baptiste Coudurierflush pending write in mxf_write_footer
2009-02-18 Baptiste Coudurieruse index 0 for timecode track and write it in source...
2009-02-18 Baptiste Coudurierfix rip body sid when muxing cbr
2009-02-18 Baptiste Couduriersimplify descriptor size computation logic
2009-02-18 Aurelien Jacobsuse new metadata API in nsv demuxer
2009-02-18 Aurelien Jacobsuse new metadata API in mpegts muxer
2009-02-17 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2009-02-17 Aurelien Jacobsremove now useless get_str16() from rmdec.c
2009-02-17 Aurelien Jacobsuse new metadata API in rm (de)muxer
2009-02-17 Aurelien Jacobsapedec: display a warning when truncating a metadata tag
2009-02-17 Diego Biurruncosmetics: 'const static' --> 'static const' to avoid...
2009-02-17 Luca AbeniRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-17 Luca AbeniMove to rtp.h the prototypes of all the functions defin...
2009-02-17 Aurelien Jacobsuse new metadata API in ape demuxer
2009-02-16 Måns Rullgårdavidec: fix error introduced in r17382
2009-02-16 Benoit FouetAdd a context to av_log() calls and modify a function...
2009-02-16 Ronald S. BultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-16 Benoit FouetAdd a context to av_log() call and update the trace...
2009-02-16 Ronald S. BultjeDon't install rtsp.h. It is intended to be private...
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-16 Benoit FouetAdd a context to av_log() calls and extend ape_dumpinfo...
2009-02-16 Baptiste Coudurierfetch display aspect ratio from mpeg-2 essence
2009-02-16 Baptiste Couduriermerge mxf_write_d10_packet into mxf_write_packet
2009-02-16 Luca AbeniDocument ff_rtp_get_payload_type()
2009-02-16 Luca AbeniRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-16 Diego BiurrunMake format long_names consistent.
2009-02-16 Baptiste Coudurierfix mxf interleaving packet purge
2009-02-15 Stefano SabatiniImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 Aurelien Jacobsmatroskaenc: use new metadata API
2009-02-15 Aurelien Jacobsmatroskadec: export language of metadata tags when...
2009-02-15 Aurelien Jacobsmatroskadec: add needed definitions forgotten in r17331
2009-02-15 Aurelien Jacobsmatroskadec: add generic metadata support
next