]> git.sesse.net Git - ffmpeg/history - libavformat
Let request_frame() indicate success or failure
[ffmpeg] / libavformat /
2008-02-15 Michael NiedermayerFix timestamps and durations if the first packets have...
2008-02-15 Michael NiedermayerIt appears last_pts was not set ...
2008-02-15 Michael NiedermayerHeader elision muxing support.
2008-02-15 Michael NiedermayerElision header demuxing support.
2008-02-13 Michael NiedermayerRead match time delta in the frame header.
2008-02-13 Michael NiedermayerRead match_time_delta in the framecode table.
2008-02-13 Michael Niedermayerupdate flags
2008-02-13 Baptiste Coudurierhonor stsd v1 first, fix mace surge-2-8-MAC3.mov, bewar...
2008-02-13 Baptiste Coudurier10l, forgot alaw/mulaw mono, use bits_per_sample in...
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2008-02-13 Baptiste Coudurierwarn use if edit list is not starting at 0, a/v desync...
2008-02-13 Baptiste Coudurierremove now useless code
2008-02-13 Baptiste Coudurierremove messy and not always correct chunk size workarou...
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-11 Baptiste Coudurierreturn error when dv audio extraction fails
2008-02-11 Baptiste Coudurierremove obsolete comments
2008-02-11 Baptiste Coudurierremove useless braces
2008-02-11 Baptiste Couduriercosmetics, indentation, braces
2008-02-11 Baptiste Couduriersplit chunks in the case of big compressed audio frames,
2008-02-11 Baptiste Coudurieruse correct demux mechanism when audio compression...
2008-02-11 Baptiste Coudurierfcp imx 40 fourccs
2008-02-11 Baptiste Coudurierindentation
2008-02-11 Baptiste Couduriermore correct and simpler
2008-02-11 D Richard Felker IIIDo not use GNU-specific (or BSD-specific or whatever...
2008-02-06 Baptiste Couduriercosmetics, remove whitespaces before and after parenthesis
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-02-06 Michael NiedermayerAllow the user to select which codec out of several...
2008-02-05 Baptiste CoudurierFix issue 338:
2008-02-05 Baptiste Coudurierit seems ogg requires granule to be -1 on unfinished...
2008-02-04 Reimar DöffingerString pointers of ogg_codec_t should have const attribute.
2008-02-04 Christophe LorenzAdd dv50 tag to support samples with dv50 fourcc in...
2008-02-04 Reimar DöffingerFix a possible use of an uninitialized pointer.
2008-02-04 Oded Shimonback_ptr calculation used wrong timebase when searching...
2008-02-04 Oded ShimonFix intented algo in syncpoint writing before keyframes...
2008-02-04 Oded Shimonnut->max_distance was not set at all anywhere in the...
2008-02-04 Oded ShimonRemove old workaround in nutdec.c for libnut bug
2008-02-04 Oded Shimonmissing " && j<syncpoint_count" protection in the index...
2008-02-04 Oded Shimonff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-02-04 Michael Niedermayer2 more missing consts found by -Wwrite-strings.
2008-02-04 Michael NiedermayerRemove incorrect cast found by -Wwrite-strings.
2008-02-04 Michael NiedermayerAnother const found by -Wwrite-strings.
2008-02-04 Michael Niedermayerfix 8 "initialization discards qualifiers from pointer...
2008-02-04 Michael NiedermayerFix info packet type, found by oded as well as the...
2008-02-04 Michael Niedermayer-Wwrite-strings nitpicking fix
2008-02-04 Michael NiedermayerMissing const found by -Wwrite-strings.
2008-02-03 Reimar DöffingerRemove ff_mms_set_stream_selection again from asf demuxer,
2008-02-02 Michael NiedermayerRemove incorrect casts that should have never been...
2008-02-02 Reimar DöffingerRemove a pointless cast.
2008-02-02 Reimar DöffingerPut is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids...
2008-02-02 Reimar DöffingerMissing 'const' in cast.
2008-02-02 Diego Biurruncosmetics: sort ogg_codec_t list
2008-02-01 Baptiste Coudurierconst
2008-02-01 Baptiste Coudurierconst
2008-02-01 Baptiste Coudurieradd const
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
next