]> git.sesse.net Git - ffmpeg/history - libavformat
whitespace cosmetics: another round of formatting consistency fixes
[ffmpeg] / libavformat /
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
2009-02-12 Baptiste Couduriercheck body partitions count before writing
2009-02-12 Baptiste Coudurierreturn error if read failed
2009-02-12 Patrik KullmanChange ffm_write_write_index to return int, and return...
2009-02-12 Thierry Foucucompute b_per_i_or_p value correctly, patch by Thierry...
2009-02-11 Baptiste Coudurierrename wrongly named b_per_gop to b_per_i_or_p accordin...
2009-02-11 Aurelien Jacobsuse new metadata API in ogg/vorbis demuxer
2009-02-11 Baptiste Coudurierfix frame size, time rate is not stts duration anymore...
2009-02-11 Baptiste Coudurierdo not set start time to 0, it is not the case with...
2009-02-11 Toshimitsu KimuraGopher protocol, patch by Toshimitsu Kimura, lovesyao...
2009-02-11 Diego BiurrunAdd av_uninit macro to variable to avoid false positive...
2009-02-11 Benoit FouetAllow demuxing of audio substreams stored as 0x06 type.
2009-02-11 Baptiste Coudurierparse mpeg2 gop header time code and use it
2009-02-11 Baptiste Coudurierwrite timecode track
2009-02-11 Baptiste Coudurieradjust time rate according to elst time offset
2009-02-11 Baptiste Coudurierfix last keyframe index accross body partitions
2009-02-11 Baptiste Coudurierfix body offset
2009-02-11 Stefano SabatiniCosmetics: vertical align "*" for consistency with...
2009-02-11 Stefano SabatiniRemove @deprecated notice from AVFrac, it is not deprec...
2009-02-10 Baptiste Coudurierfix partition offset when only one stream present
2009-02-10 Baptiste Coudurierfix timecode value
2009-02-10 Baptiste Coudurierwrite body partitions
2009-02-10 Baptiste Couduriercompute index byte count in mxf_write_partition
2009-02-10 Baptiste Coudurierremove check, mxf muxer does not have track number...
2009-02-10 Baptiste Coudurierretrieve flags from mxf_parse_mpeg2_frame using a param
2009-02-10 Baptiste Coudurier10l, edit unit offset is after klv fill
2009-02-10 Baptiste Couduriercosmetics, associate mxf_write_klv_fill to aligned...
2009-02-10 Baptiste Coudurierwrite component depth and horizontal subsampling best...
2009-02-10 Baptiste Coudurierfix header byte count
2009-02-10 Baptiste Couduriermove up mxf_write_klv_fill and align index, rip and...
2009-02-10 Baptiste Coudurierfix primer pack local tags uls
2009-02-10 Baptiste Couduriercorrectly set multi track operational pattern
2009-02-10 Baptiste Coudurierfix compilation with DEBUG defined, field does not...
2009-02-10 Aurelien Jacobsremove now useless av_set_program_name() function
2009-02-10 Aurelien Jacobsuse new metadata API in mpegts demuxer
2009-02-09 Baptiste Coudurierrename ff_audio_interleave to ff_audio_rechunk_interleave
2009-02-09 Michael NiedermayerTry to clarify doxy of avformat_seek_file().
2009-02-09 Alex ConverseIncrease the number of packets required to identify...
2009-02-09 Baptiste Coudurierremove no more needed comment, declaration is in intern...
2009-02-08 Diego Biurruncosmetics: typo/grammar fixes in doxygen and other...
2009-02-08 Diego Biurruncosmetics: comment grammar/spelling fixes
2009-02-08 Francesco CosoletoAdd the ability to set the timestamp to the current...
2009-02-08 Vitor Sessak10l: fix compiler warning:
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2009-02-08 Baptiste Coudurier Declare ff_interleave_new_audio_packet as static...
2009-02-08 Baptiste Coudurierdocument ff_audio_interleave
2009-02-08 Nicolas MartinNC camera demuxer
2009-02-08 Michael NiedermayerClarify that avformat_seek_file() is not part of the...
2009-02-08 Michael Niedermayeravformat_seek_file() prototype
2009-02-08 Baptiste Couduriercosmetics: sample_to_chunk -> stsc
2009-02-08 Baptiste Couduriercosmetics: sample_to_ctime -> ctts
2009-02-08 Baptiste Coudurierremove useless field
2009-02-08 Baptiste Coudurierrewrite pts also, as comment says
2009-02-08 Baptiste Coudurierremove useless return
2009-02-08 Baptiste Coudurierfix doxygen
2009-02-08 Stefano SabatiniReplace the calls to the deprecated av_alloc_format_con...
2009-02-08 Stefano SabatiniDeprecate av_malloc_format_context() in favor of
2009-02-08 Baptiste Coudurierreuse MXFCodecUL for data def and simplify
2009-02-08 Baptiste Coudurierremove implicit header inclusions from mxf.h
2009-02-08 Baptiste Coudurierfree index entries
2009-02-08 Baptiste Coudurieruse new audio interleaving generic code
2009-02-08 Baptiste Coudurierextract audio interleaving code from mxf muxer, will...
2009-02-08 Baptiste Coudurieroffset dts according to edit list, hackish but works...
2009-02-08 Diego BiurrunRemove const qualifier from function argument to elimin...
2009-02-08 Baptiste Coudurieronly use 2 slices for index, one video(vbr) and one...
2009-02-08 Baptiste Coudurierforce first track to be video and simplify
2009-02-08 Baptiste Coudurierwrite system item
2009-02-07 Baptiste Coudurierdeclare ff_interleave_add_packet
2009-02-07 Baptiste Coudurieruse 512 kag size needed for d10
2009-02-06 Luca AbeniMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used...
2009-02-06 Luca AbeniDo not use RTP_MAX_PACKET_LENGTH in the RTP muxer
2009-02-06 Jindřich MakovičkaFix minor memory leak.
2009-02-06 Luca AbeniMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 Ronald S. BultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-02-05 Ronald S. BultjeRename "tx_ctx" and "cur_tx" variables to "transport_pr...
2009-02-05 Baptiste Coudurierformat timestamp correctly according to specs and set it
next