]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Re-indent after last commit.
[frescor/ffmpeg.git] / libavformat /
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
2009-02-15 aurelmatroskadec: export track name through the metadata API
2009-02-15 aurelmatroskadec: use new metadata API to export some simple...
2009-02-15 stefanoDo not export to the public the first_protocol symbol...
2009-02-15 stefanoDocument av_protocol_next().
2009-02-15 stefanoReplace calls/references of the deprecated register_pro...
2009-02-15 stefanoRename register_protocol() to av_register_protocol...
2009-02-15 aureldemux some more metadata tags in mov
2009-02-15 stefanoDocument av_iformat_next() and av_oformat_next() functions.
2009-02-15 aureluse new metadata API in mov demuxer
2009-02-14 michaelSilence "assdec.c:146: warning: passing argument 4...
2009-02-14 prossUse consistent indent style in oggdec.
2009-02-13 superdumpAdd libavcodec/internal.h include to avoid warning...
2009-02-13 bcouduriercompute body offset and index entry offset correctly
2009-02-13 bcoudurieruse correct field number for video according to specs...
2009-02-13 bcouduriercosmetics, rename nb_frames to nb_fields
2009-02-13 bcoudurierfix slice offset computation
2009-02-13 diegoRemove pointless #if around the file, it is already...
next