]> git.sesse.net Git - ffmpeg/history - libavformat
Support 48-bit RGB PPM image.
[ffmpeg] / libavformat /
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
2009-02-15 Aurelien Jacobsmatroskadec: read track and attachment uid
2009-02-15 Aurelien Jacobsmatroskadec: export track name through the metadata API
2009-02-15 Aurelien Jacobsmatroskadec: use new metadata API to export some simple...
2009-02-15 Stefano SabatiniDo not export to the public the first_protocol symbol...
2009-02-15 Stefano SabatiniDocument av_protocol_next().
2009-02-15 Stefano SabatiniReplace calls/references of the deprecated register_pro...
2009-02-15 Stefano SabatiniRename register_protocol() to av_register_protocol...
2009-02-15 Aurelien Jacobsdemux some more metadata tags in mov
2009-02-15 Stefano SabatiniDocument av_iformat_next() and av_oformat_next() functions.
2009-02-15 Aurelien Jacobsuse new metadata API in mov demuxer
2009-02-14 Michael NiedermayerSilence "assdec.c:146: warning: passing argument 4...
2009-02-14 Peter RossUse consistent indent style in oggdec.
2009-02-13 Patrik KullmanAdd libavcodec/internal.h include to avoid warning...
2009-02-13 Baptiste Couduriercompute body offset and index entry offset correctly
2009-02-13 Thierry Foucuuse correct field number for video according to specs...
2009-02-13 Baptiste Couduriercosmetics, rename nb_frames to nb_fields
2009-02-13 Baptiste Coudurierfix slice offset computation
2009-02-13 Diego BiurrunRemove pointless #if around the file, it is already...
2009-02-13 Baptiste Coudurierset mime type for mxf
2009-02-13 Baptiste Couduriersimplify
2009-02-13 Baptiste Couduriercosmetics, reindent, add/remove some empty lines, redun...
2009-02-13 Baptiste CoudurierMXF D-10 muxer
2009-02-13 Baptiste Coudurierstore display height without vbi
2009-02-13 Baptiste Couduriersplit mpegvideo descriptor into cdci descriptor and...
2009-02-13 Baptiste Coudurierwrite essence elements klv packets with ber4 length...
2009-02-13 Baptiste Coudurierencode klv fill item length in fixed ber 4 bytes
2009-02-13 Alex ConverseReport the illegal audio object type, not it offset...
2009-02-12 Alex ConverseADTS Muxer: Refuse to write illegal ADTS files by check...
2009-02-12 Justin Rugglesuse av_malloc() in vorbis_comment()
2009-02-12 Diego BiurrunUse more descriptive format long_names.
2009-02-12 Diego Biurruncosmetics: format long_name spelling fixes
2009-02-12 Baptiste Coudurierwrite active picture height for d-10/imx in mov
2009-02-12 Art ClarkeAdd a warning log when trying to encode into a containe...
2009-02-12 Baptiste Coudurierset last packet next pointer to null
next