]> git.sesse.net Git - ffmpeg/history - libavformat
const
[ffmpeg] / libavformat /
2008-01-31 Reimar DöffingerAdd support for ogg text subtitles.
2008-01-31 Baptiste Coudurierstupid typo
2008-01-31 Baptiste Couduriersupport rawvideo in mov
2008-01-31 Baptiste Couduriertypo, typedef uint8_t GUID[16] in asf.h, and fix warnin...
2008-01-31 Baptiste Coudurierinit to 0, fix warning: mpegenc.c:1022: warning: 'avail...
2008-01-31 Baptiste Coudurieradd parenthesis, fix warning: mpegenc.c:303: warning...
2008-01-31 Baptiste Couduriertypo, also fix warning: asf.c:90: warning: passing...
2008-01-30 Baptiste Coudurieruse context in av_log
2008-01-30 Baptiste Coudurierwarning is only valid for mov
2008-01-29 Reimar DöffingerSupport MP4 subtitles as in
2008-01-29 Kostya ShishkovSMPTE 421 Annex L format demuxer
2008-01-28 Baptiste Couduriercosmetics, split long lines, remove useless braces...
2008-01-28 Baptiste Couduriercosmetics, vertically align
2008-01-28 Baptiste Coudurierspoke too fast, fix dv fourcc in mov accordingly if...
2008-01-28 Baptiste Coudurierfinally set codec tags for mov/mp4/3gp muxers, this...
2008-01-28 Baptiste Coudurierindentation
2008-01-28 Baptiste Couduriercorrectly and only set standard stsd fourcc for mp4/3gp
2008-01-28 Baptiste Coudurierwrite esds atom when mpeg-4 systems tags are used
2008-01-28 Baptiste Coudurierreorder object types id by muxing preference
2008-01-28 Baptiste Coudurierdocument tag field
2008-01-27 Reimar DöffingerAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-26 Michael NiedermayerSet subtitle codec id correctly, i hope this does not...
2008-01-26 Michael NiedermayerAdd non standard id needed for dvd subtitles.
2008-01-26 Reimar DöffingerExtract the pure plaintext from mov text subtitles.
2008-01-26 Michael NiedermayerSet correct codec type and id for text subtitles.
2008-01-26 Michael Niedermayerindent
2008-01-26 Michael NiedermayerOnly export packets which belong to the existing AVStream.
2008-01-26 Michael NiedermayerSelect non jpeg if there are multiple substreams.
2008-01-26 Baptiste Couduriercomment vorbis objectype id
2008-01-26 Baptiste Coudurierthis one is not standardized either
2008-01-26 Baptiste Coudurierremove non standard object type ids, if you find sample...
2008-01-21 Aurelien Jacobsensure av_rescale_q() can be calculated (won't divide...
2008-01-21 Luca AbeniSupport out-of-band parameter sets in SDP for H.264...
2008-01-21 Luca AbeniAdd support for H.264 video in the RTP muxer
2008-01-21 Baptiste Coudurierunset extension, so code path, and guess format do...
2008-01-21 Luca AbeniAdd minimal support for H.264 video in the SDP generator
2008-01-20 Aurelien Jacobsadd missing Makefile rules for pcm muxers/demuxers
2008-01-20 Baptiste Coudurierreorder alphabetically
2008-01-20 Paul Egannew avm2 (flash 9) muxer, patch by Paul Egan, paulegan...
2008-01-19 Baptiste Coudurierinit uid to 0
2008-01-19 Baptiste Coudurierindentation
2008-01-19 Baptiste Couduriercorrectly handle sony mpeg4 extradata
2008-01-19 Baptiste Couduriercheck if read child returned error
2008-01-19 Baptiste Couduriersimplify with matching len
2008-01-19 Baptiste Couduriersimplify and detect better non frame wrapped mappings
2008-01-19 Baptiste Couduriercosmetics: read_metadata -> read
2008-01-19 Baptiste Couduriercosmetics
2008-01-19 Baptiste Coudurierremove unused crypto context uid
2008-01-19 Baptiste Couduriersupport dynamically allocated local tags, used by encry...
2008-01-19 Baptiste Couduriercheck malloc return
2008-01-19 Baptiste Coudurieradd some dv container uls
2008-01-19 Baptiste Couduriersimplify by checking min matching len
2008-01-18 Ronald S. BultjeAdd a flags field to the RTPDynamicPayloadPacketHandler...
2008-01-17 Roberto TogniFix forgotten braces from r11039
2008-01-17 Michael NiedermayerConsider initial EOR in the back_ptr calculation.
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2008-01-16 Diego BiurrunRemove some spaces to keep certain people's eyes from...
2008-01-16 Diego Biurrunmisc spelling/grammar fixes
2008-01-15 Luca AbeniMake avc_find_startcode non-static, so that it can...
2008-01-14 Michel BardiauxSuppress runaway index on streamed input
2008-01-13 Roberto TogniAdd support for S8 PCM (codec 2)
2008-01-13 Paul Kellyuser specifyable maximum amount of memory to use for...
2008-01-12 Víctor PaesaAlignment
2008-01-12 Víctor PaesaLink to libraries in dependency order.
2008-01-12 Michael NiedermayerSet pts/dts in raw (yuv,rgb,pcm) demuxers.
2008-01-12 Michael NiedermayerWrite 0 instead of seeking forward (and leaving bytes...
2008-01-11 Aurelien Jacobsadd a ff_ prefix to newly exported functions from avc.c
2008-01-11 Aurelien JacobsMatroska muxer needs to format all NAL units, not only...
2008-01-11 Luca AbeniDo not install rtp.h (which should have never been...
2008-01-11 Aurelien Jacobsmatroskaenc now depends on avc.o
2008-01-11 Aurelien JacobsUse the isom avcc formatting for h264 extradata in...
2008-01-11 Aurelien JacobsMove isom_write_avcc() and related functions into a...
2008-01-11 Aurelien Jacobsextract isom_write_avcc into a function
2008-01-11 Aurelien JacobsAdd one more parameter to avc_parse_nal_units so that...
2008-01-11 Aurelien JacobsCheck return value of avc_parse_nal_units().
2008-01-10 Ronald S. BultjeReindent after r11493 (always use parse_packet() vfunc...
2008-01-10 Ronald S. BultjeMake rtp_parse_packet() always call the vfunc of the...
2008-01-10 Luca AbeniPass a proper context to av_log()
2008-01-08 Diego BiurrunFix random typos.
2008-01-08 Guillaume LecrefECERFurl_write is part of the public API so it may not be...
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2008-01-07 Ivo van PoortenLinux Media Labs MPEG-4 (LMLM4) demuxer
2008-01-07 Ivo van PoortenImplement read_timestamp and enable seeking in PVA...
2008-01-07 Ivo van Poortencosmetics
2008-01-07 Ivo van Poortenremove unnecessary check
2008-01-07 Ivo van Poortenuse ff_parse_pes_pts for parsing an MPEG-PES timestamp
2008-01-07 Ivo van PoortenMove parsing of MPEG-PES timestamp to mpeg.h (as an...
2008-01-07 Aurelien JacobsMake ff_mkv_codec_tags lie entirely in .rodata section.
2008-01-06 Diego Biurruncosmetics: Add another pair of parentheses to aid reada...
2008-01-06 Diego BiurrunRename two structures, identifiers starting with _...
2008-01-06 Baptiste Couduriercosmetics, split overly long lines
2008-01-06 Diego PettenòMake AVRtpPayloadTypes static and constant
2008-01-05 Ivo van Poortencosmetics, superfluous space
2008-01-05 Ivo van Poortenproper check for valid pva_pts
2008-01-05 Ivo van Poortendo not return an error, but warn and recover when encou...
2008-01-05 Ivo van Poortenvalidate streamid before use
2008-01-05 Ivo van Poortenchange audio codec id to mp2
2008-01-05 Ivo van Poortenproper type and initialization of pva_pts
next