]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Rename avfilter_parse_graph() to avfilter_graph_parse(), for better
[frescor/ffmpeg.git] / libavformat /
2009-02-26 aurelmove static tables from asf.h to non-static tables...
2009-02-26 aurelrename asf-enc.c to asfenc.c and asf.c to asfdec.c...
2009-02-26 aurelfix a memleak in av_metadata_set()
2009-02-26 rbultjeImplement marker bit, which is used for several RTP...
2009-02-26 rbultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-26 rbultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-26 aurelmovenc: add muxing of language along with metadata...
2009-02-26 aurelreturn -1 for errors in ff_mov_iso639_to_lang() to...
2009-02-26 aurelcosmetics: indentation
2009-02-26 aureluse new metadata API in mov muxer
2009-02-26 aureldon't trigger metadata compatibility code when user...
2009-02-26 bcoudurierdv probe
2009-02-26 jbrShare the function to write a raw FLAC header and use...
2009-02-26 jbrcosmetics: add a comment in flac_write_header().
2009-02-26 jbrAdd support for full header extradata to raw FLAC muxer.
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-26 jbrSeparate the raw FLAC muxer from raw.c to its own file...
2009-02-25 diegospelling/wording/grammar cosmetics
2009-02-25 michaeluntypo
2009-02-25 bcoudurierfix index edit rate, inverse num and den
2009-02-25 bcouduriersimplify, use codec->block_align
2009-02-25 bcoudurierset channel number even for inactive channels
2009-02-25 bcoudurierdo not set frame start bit since marked as not used...
2009-02-25 michaelAVInputFormat.reed_seek2()
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-24 cehoyosChange duration computation to use time_base instead...
2009-02-24 michaelAdd AVFMT_VARIABLE_FPS to specify which muxers dont...
2009-02-24 michaelAdd CODEC_ID_H264 to tb_unreliable(), it belongs there...
2009-02-23 bcoudurierstart track id at 2, track id 1 for timecode
2009-02-23 michaelAllow av_find_stream_info() to be aborted.
2009-02-22 stefangconsistent naming of Chinese AVS raw demuxer
2009-02-22 reimarSupport playback of incorrectly cut DV files where...
2009-02-22 bcouduriercheck av_get_packet return value
2009-02-22 bcoudurierreturn AVERROR(ENOMEM) if alloc failed, set count after...
2009-02-21 bcoudurierparse aac extradata to fetch channels and sample rate...
2009-02-21 michaelWaste less space for printing timebases.
2009-02-21 rbultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 michaelPrint all timebases (idea from netgem)
2009-02-21 michaelCheck for alloc failures.
2009-02-21 michaelCheck for EOF during index reading.
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 michaelHandle chunks with the MSB in size set correctly that...
2009-02-21 michaelBe less noisy with invalid pts/dts.
2009-02-21 michaelFix raw rgb/bgr vertical flip in avi based on info...
2009-02-21 rbultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-21 stefangadd raw demuxer for Chinese AVS elementary streams
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
2009-02-19 alexcRe-indent after last commit
2009-02-19 alexcAAC in ASF does not need parsing.
2009-02-19 alexcAdd Divio MPEG-4 FOURCC (M4CC)
2009-02-19 aurelmatroskadec: return AVERROR_EOF upon detection of end...
2009-02-19 prossFLV demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 prossAVI demuxer: return AVERROR_EOF upon detection of end...
2009-02-19 aurelfix missing dependencies
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 benoitav_alloc_format_context has been renamed, update AVForm...
2009-02-18 bcoudurierfix partition index byte count
2009-02-18 bcoudurieralways use multi track since timecode track is present
2009-02-18 bcoudurierfix preface version
2009-02-18 bcouduriercheck fifo size and realloc if needed
2009-02-18 bcoudurierstart counting track number from 0
2009-02-18 bcoudurierremove redundant comment
2009-02-18 bcoudurierdo not write slice count when muxing cbr
2009-02-18 bcoudurierflush pending write in mxf_write_footer
2009-02-18 bcoudurieruse index 0 for timecode track and write it in source...
2009-02-18 bcoudurierfix rip body sid when muxing cbr
2009-02-18 bcouduriersimplify descriptor size computation logic
2009-02-18 aureluse new metadata API in nsv demuxer
2009-02-18 aureluse new metadata API in mpegts muxer
2009-02-17 diegoAdd missing #includes to fix 'make checkheaders'.
2009-02-17 aurelremove now useless get_str16() from rmdec.c
2009-02-17 aureluse new metadata API in rm (de)muxer
2009-02-17 aurelapedec: display a warning when truncating a metadata tag
2009-02-17 diegocosmetics: 'const static' --> 'static const' to avoid...
2009-02-17 lucabeRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-17 lucabeMove to rtp.h the prototypes of all the functions defin...
2009-02-17 aureluse new metadata API in ape demuxer
2009-02-16 mruavidec: fix error introduced in r17382
2009-02-16 benoitAdd a context to av_log() calls and modify a function...
2009-02-16 rbultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-16 benoitAdd a context to av_log() call and update the trace...
2009-02-16 rbultjeDon't install rtsp.h. It is intended to be private...
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-16 benoitAdd a context to av_log() call.
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-16 benoitAdd a context to av_log() call.
2009-02-16 benoitAdd a context to av_log() calls and extend ape_dumpinfo...
2009-02-16 bcoudurierfetch display aspect ratio from mpeg-2 essence
2009-02-16 bcouduriermerge mxf_write_d10_packet into mxf_write_packet
2009-02-16 lucabeDocument ff_rtp_get_payload_type()
2009-02-16 lucabeRename rtp_get_payload_type() to ff_rtp_get_payload_typ...
2009-02-16 diegoMake format long_names consistent.
2009-02-16 bcoudurierfix mxf interleaving packet purge
2009-02-15 stefanoImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 aurelmatroskaenc: use new metadata API
2009-02-15 aurelmatroskadec: export language of metadata tags when...
2009-02-15 aurelmatroskadec: add needed definitions forgotten in r17331
2009-02-15 aurelmatroskadec: add generic metadata support
2009-02-15 aurelmatroskadec: read track and attachment uid
next