]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
Alpha: fix inline asm with DEC/Compaq/HP compiler
[frescor/ffmpeg.git] / libavformat /
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...
2009-02-13 bcoudurierset mime type for mxf
2009-02-13 bcouduriersimplify
2009-02-13 bcouduriercosmetics, reindent, add/remove some empty lines, redun...
2009-02-13 bcoudurierMXF D-10 muxer
2009-02-13 bcoudurierstore display height without vbi
2009-02-13 bcouduriersplit mpegvideo descriptor into cdci descriptor and...
2009-02-13 bcoudurierwrite essence elements klv packets with ber4 length...
2009-02-13 bcoudurierencode klv fill item length in fixed ber 4 bytes
2009-02-13 alexcReport the illegal audio object type, not it offset...
2009-02-12 superdumpADTS Muxer: Refuse to write illegal ADTS files by check...
2009-02-12 jbruse av_malloc() in vorbis_comment()
2009-02-12 diegoUse more descriptive format long_names.
2009-02-12 diegocosmetics: format long_name spelling fixes
2009-02-12 bcoudurierwrite active picture height for d-10/imx in mov
2009-02-12 benoitAdd a warning log when trying to encode into a containe...
2009-02-12 bcoudurierset last packet next pointer to null
2009-02-12 bcouduriercheck body partitions count before writing
2009-02-12 bcoudurierreturn error if read failed
2009-02-12 bcoudurierChange ffm_write_write_index to return int, and return...
2009-02-12 bcouduriercompute b_per_i_or_p value correctly, patch by Thierry...
2009-02-11 bcoudurierrename wrongly named b_per_gop to b_per_i_or_p accordin...
2009-02-11 aureluse new metadata API in ogg/vorbis demuxer
2009-02-11 bcoudurierfix frame size, time rate is not stts duration anymore...
2009-02-11 bcoudurierdo not set start time to 0, it is not the case with...
2009-02-11 diegoGopher protocol, patch by Toshimitsu Kimura, lovesyao...
2009-02-11 diegoAdd av_uninit macro to variable to avoid false positive...
next