]> git.sesse.net Git - ffmpeg/history - libavformat
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
[ffmpeg] / libavformat /
2009-08-07 Aurelien Jacobsfix riff subtitle timebase
2009-08-02 Ramiro PollaUse enums instead of int.
2009-07-31 Kostya ShishkovRTMP protocol support (as a client)
2009-07-30 Baptiste Couduriercosmetics, remove spaces after '(' and before ')'
2009-07-30 Baptiste Coudurierinit pes dts and pts to AV_NOPTS_VALUE, fix issue ...
2009-07-30 Ronald S. BultjeRemove old_flags variable, which is a duplicate of...
2009-07-30 Ronald S. BultjeDon't use a pointer-to-flags/timestamp in ff_rm_parse_p...
2009-07-30 Baptiste Coudurierreturn EOF in image2 demuxer
2009-07-29 Diego BiurrunRemove pointless '#ifdef DEBUG' around dprintf macro.
2009-07-29 Baptiste CoudurierStop parsing in read_header only after finding pmt...
2009-07-28 Niobosrename freq to period which is more correct, patch...
2009-07-27 Ronald S. BultjeCosmetics: remove spaces between function name and...
2009-07-27 Colin McQuillanUse named initializers and use new/free_context() inste...
2009-07-27 Ronald S. BultjeImplement support for EOS as used by WMS and other...
2009-07-27 Ronald S. BultjeImplement RTSP-MS/ASF packet parsing - this completes...
2009-07-27 Martin StorsjöOnly consider -1 as an error return value for open().
2009-07-26 Ronald S. BultjeAdd handling of EAGAIN at packet boundaries. See "...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-24 Aurelien Jacobsfix various compilation dependencies
2009-07-24 Aurelien Jacobsfix compilation of cavsvideo demuxer
2009-07-21 Kostya ShishkovRegister some additional AMF types in libavformat/flv.h
2009-07-19 Stefano SabatiniUse globally consistent include guard names.
2009-07-15 Art ClarkeOnly free '*ic_ptr' when a caller has pre-allocated...
2009-07-15 Martin StorsjöUse ff_neterrno instead of errno in tcp.c.
2009-07-13 İsmail DönmezOnly #define lseek to _lseeki64 on MinGW, not MinGW CE.
2009-07-12 Diego BiurrunMake (de)muxers for format variants select the main...
2009-07-08 Phil RutschmanAdd block_align to sox input.
2009-07-08 Art ClarkeFix mem leak when user preallocates an AVFormatContext...
2009-07-06 Aurelien Jacobsflvdec: expose metadata through the generic metadata API
2009-07-06 Aurelien Jacobsflvdec: re-enable metadata parsing
2009-07-06 Aurelien Jacobsflvdec: don't set format and codec context from metadat...
2009-07-06 Reimar DöffingerCheck for packet_length 0, it is already treated as...
2009-07-04 Baptiste Coudurierfix and simplify long gop mpeg codec ul computation
2009-07-04 Baptiste Coudurierset index duration to 0 for cbr, specifying whole conta...
2009-07-04 Baptiste Coudurieruse ber4 length for descriptors preferred by specs
2009-07-04 Baptiste Coudurierwrite profile and level local tag in mpeg descriptor
2009-07-03 Reimar DöffingerReplace invalid Theora frame rate by 25 FPS.
2009-07-03 Reimar DöffingerCheck for failed extradata malloc, fixes a crash in...
2009-07-03 Reimar DöffingerCheck size of "strf" header against size of enclosing...
2009-07-03 Reimar DöffingerFix indentation
2009-07-03 Reimar DöffingerAvoid divisions by 0 in the ASF demuxer if packet_size...
2009-07-02 Michael NiedermayerIf either of num or den is 0 make both 0 in av_set_pts_...
2009-07-01 Michael NiedermayerMake sure av_set_pts_info() does not set the fields...
2009-07-01 Michael NiedermayerMake arguments of av_set_pts_info() unsigned.
2009-06-30 Baptiste Couduriercosmetics, change case and comments alignment
2009-06-30 Baptiste Couduriercorrectly compute frame flags with closed gop
2009-06-29 Alex ConverseUse av_log_missing_feature in the ADTS encoder. (Pseudo...
2009-06-29 Stefano SabatiniMake the configure script select the input/output devic...
2009-06-29 Michael Niedermayerindent
2009-06-29 Michael Niedermayerid3v2.4.0 uses syncsafe integers for sizes of frames.
2009-06-28 Stefano SabatiniRemove inconsistent use of a @brief command in av_write...
2009-06-28 Stefano SabatiniUse consistently the third person in doxy, as recommend...
2009-06-25 Michael NiedermayerFix id3v2.2 frame size parsing.
2009-06-25 Michael NiedermayerFix id3v2.3/4 tag size parsing.
2009-06-25 Baptiste Coudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-06-25 Baptiste CoudurierOnly set CODEC_ID_PROBE when a packet from a stream...
2009-06-25 Baptiste Coudurierlimit raw packet buffer size used for codec probing
2009-06-25 Baptiste Coudurieronly set par if it does not indicates a rotation, ex...
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-24 Justin Rugglesflvdec: Build a Speex header during FLV demuxing using...
2009-06-24 Reimar DöffingerReindent after last patch.
2009-06-24 Reimar Döffingermov demuxer: Track the current position also for stream...
2009-06-24 Reimar Döffingermov_read_packet: extract code that searches for the...
2009-06-24 Reimar Döffingermov_read_packet: if dv_get_packet fails, return exactly...
2009-06-24 Reimar DöffingerIn mov_read_packet remember the AVStream we want to...
2009-06-24 Baptiste Couduriercheck stream existence before assignment, fix #1222
2009-06-23 Peter HolikAdd support for "chunked" data blocks. Patch by Peter...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-22 Ronald S. BultjeChange packet_size from signed to unsigned, since it...
2009-06-21 Justin Rugglesoggenc: Change error log text. An error here does not...
2009-06-21 Justin Rugglesoggenc: return error value from ogg_build_flac_headers()
2009-06-21 Justin Rugglescosmetics: spacing and comments
2009-06-21 Justin Rugglesoggenc: check for failed av_mallocz()
2009-06-20 Carl Eugen HoyosRevert unintended hunk of r19241.
2009-06-20 Carl Eugen HoyosRevert r19239: It broke four conformance tests.
2009-06-20 Yoshihisa UchidaFix onMetaData property count in flv files (issue 1206).
2009-06-20 Jai MenonPrint meaningful error messages when url_fopen fails.
2009-06-20 Wolfram Glogeradd 0-termination in table, patch by Wolfram Gloger...
2009-06-19 Brian Bricefix dvcprohd 720p channels 3 and 4 audio timestamps...
2009-06-19 Patrick DehneAdd support for id3 tag parsing for ADTS AAC streams
2009-06-19 Patrick DehneMove id3v1/id3v2 handling code from mp3.c to id3v[12].c.
2009-06-19 Reimar DöffingerAdd support for muxing XSUB subtitles to AVI muxer.
2009-06-18 Jason Garrett-GlaserAdd fourcc 0x10000004, seems to actually be MPEG4....
2009-06-18 Michael NiedermayerPrint why av_find_stream_info() failed, this is a rathe...
2009-06-17 Ronald S. BultjeSet restrictions on packet_size, as per ISO-11172 ...
2009-06-17 Benoit FouetRemove a test on an always false condition.
2009-06-17 Alexander StrangeAdd '.mp1' for MP1 audio in MOV/CAF.
2009-06-16 Jason Garrett-GlaserAdd ".mp2" as a fourcc for mp2 audio in MOV. Fixes...
2009-06-16 Art ClarkeDowngrade message log level (from AV_LOG_ERROR to AV_LO...
2009-06-15 Patrick DehneThe AAC demuxer now depends on id3v1.o.
2009-06-15 Baptiste Couduriercheck atom size against edit_count to avoid very long...
2009-06-15 Baptiste Coudurierfix probing and demuxing of pond.dv, issue #887
2009-06-14 Baptiste Couduriercheck if frame size matches old sys and assumes corrupt...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-06-13 Aurelien Jacobsmatroskadec: prepend TargetType to metadata key name
2009-06-13 Kostya ShishkovAllocate a bit more memory for MPC SV8 seek table,...
2009-06-13 Jason Garrett-GlaserAnalysis of logs show that there are in fact some files...
2009-06-13 Peter RossElectronic Arts demuxer: support Madcow video tag
2009-06-13 David ConradAlso accept TS as a prefix for wav twoccs (used by...
2009-06-13 Jason Garrett-GlaserAdd "0x11005354" as a fourcc for MOV audio; fixes audio...
next