]> git.sesse.net Git - ffmpeg/history - libavformat
100l: really fix fft external API init functions
[ffmpeg] / libavformat /
2010-07-12 Alex ConverseSplit the ADTS header decoder off of the ADTS parser.
2010-07-12 Luca BarbatoReport when a method gets an error status code
2010-07-11 Víctor PaesaClarify the avoidance of usage of these AVStream fields.
2010-07-11 Luca BarbatoHandle av_base64_decode return value
2010-07-11 James DarnleyFix ID3v1 tags in mp3 files
2010-07-10 Reimar DöffingerCheck url_fseek results in gxf demuxer.
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-09 Michael Chinenmove ff_get_v_length and ff_put_v from nutenc.c to...
2010-07-09 Michael Chinenrename get_length to ff_get_v_length and put_v to ff_put_v
2010-07-08 Baptiste CoudurierIn mpegts muxer, print VBR instead of dummy 1 when...
2010-07-08 Baptiste CoudurierIn mov muxer, write pixel aspect ratio tag in mov files.
2010-07-07 Alex ConverseCosmetics: whitespace
2010-07-07 Aurelien Jacobsimprove long_name for ass (de)muxer
2010-07-07 Michael NiedermayerIgnore extradata & w/h in asf/dvr.
2010-07-07 Carl Eugen HoyosAssociate .tga with format image2.
2010-07-06 Måns RullgårdAdd #ifdefs around code specific to file and pipe protocols
2010-07-06 Måns Rullgårdos_support: include some headers only when needed
2010-07-06 Måns Rullgårdrtpenc: remove unnecessary #include unistd.h
2010-07-06 Måns Rullgårdfile_protocol: remove redundant #include sys/time.h
2010-07-05 Martin Storsjörtpdec_asf: Propagate errors from the chained av_open_i...
2010-07-05 Eli FriedmanSilence a warning when compiling aviobuf.c
2010-07-05 Michael KarcherRemove superfluous id3v2.o dependency for dts, eac3...
2010-07-05 Michael KarcherAdd id3v1.o dependency for oma demuxer
2010-07-04 David Conradmov: Read Flash's chpl variant
2010-07-03 Eli FriedmanFix warning "passing argument from incompatible pointer...
2010-07-03 Baptiste CoudurierMove AVStream->codec_info_nb_frames increment after...
2010-07-03 Baptiste CoudurierIn av_find_stream_info, decode at least 4 h.264 frames...
2010-07-02 Michael NiedermayerDisable dshow specific bug emulation for amv files...
2010-07-02 Michael NiedermayerRename block_align variable in the avi demuxer to clear...
2010-07-02 Jai MenonBump libavformat minor (as a result of r24003).
2010-07-02 David Conradmatroskadec: merge only SSA packets together
2010-07-02 Aurelien Jacobsadd AV_DISPOSITION_FORCED flag and use it in matroska...
2010-07-02 Michael NiedermayerDuplicate rounding that MS does in one of their impleme...
2010-07-02 Diego BiurrunFix doxy of flags parameter in fps_umf2avr().
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2010-07-02 Diego BiurrunReplace incorrect @NOTE Doxygen command by @note; capit...
2010-07-02 Diego BiurrunFix Doxygen function parameter documentation syntax.
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-07-02 Baptiste CoudurierIn mxf muxer, fix last b frame temporal offset
2010-07-02 John StebbinsIn mov demuxer, fix seeking to the beginning when file...
2010-07-01 Måns Rullgårdmpegtsenc: allocate correct size for PID table
2010-07-01 Andrew WasonIn mov demuxer, only set sar if not already set, patch...
2010-07-01 Baptiste CoudurierUse ext sample from mpeg4audio config if set with AAC SBR
2010-07-01 Josh AllmannPad the buffer in url_close_dyn_buf, for buffers opened...
2010-07-01 Josh AllmannAdd RTP depacketization of SVQ3
2010-07-01 Reimar DöffingerChange all functions referenced in the mxf_metadata_rea...
2010-07-01 Eli Friedmanfix warning in ff_metadata_mux_compat()
2010-07-01 Alex ConverseAllow remuxing of explicitly signalled AAC files into...
2010-07-01 Michael NiedermayerFactorize get_duration() out of 4 places of the avi...
2010-07-01 Howard ChuUse new librtmp APIs instead of grubbing around in...
2010-07-01 Michael NiedermayerPrevent infinite recursion of odml indexes.
2010-06-30 XBMCMake "invalid dts/pts combination" a debug instead...
2010-06-30 Mike ScheutzowAllow setting streamid when muxing mpegts.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-30 Tomas Härdinmxfdec: Improve parsing of the PixelLayout item
2010-06-28 Baptiste CoudurierIn mov demuxer, increase total size after debugging...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in AMR RTP depacketizer
2010-06-28 Josh Allmannrtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer
2010-06-28 Josh Allmannrtpdec: Malloc the fmtp value buffer
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP...
2010-06-28 Josh Allmannrtpdec: Clean up FMTP parsing code in H.264 RTP depacke...
2010-06-28 Josh AllmannReindent
2010-06-28 Josh Allmannrtpdec: Return ENOMEM if H.264 RTP fails to allocate...
2010-06-28 Josh Allmannrtpdec: Add generic function for iterating over FMTP...
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
2010-06-28 Eli FriedmanFix an "assignment from incompatible pointer type"...
2010-06-27 Eli FriedmanRemove an unused label, fixing a warning
2010-06-27 Eli FriedmanAdd proper const declaration to a cast, fixes a warning
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-27 Eli FriedmanFix implicit cast warning
2010-06-25 Josh Allmannrtpdec_mpeg4: Rename PayloadContext to be consistently...
2010-06-25 Josh AllmannRTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
2010-06-25 Josh Allmannrtpdec: Move AAC depacketization code in rtpdec to...
2010-06-25 Josh AllmannRTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mp...
2010-06-25 Josh AllmannRTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
2010-06-25 Josh AllmannRTSP: Remove skip_spaces in favor of strspn
2010-06-25 Jai Menonavienc : Avoid creating invalid AVI files when muxing...
2010-06-25 Baptiste CoudurierImprove mov atom parsing debug message, print parent...
2010-06-24 Luca BarbatoRemove typo: s/ingore/ignore/
2010-06-24 Måns Rullgårdasfdec: ensure number of streams is within bounds;...
2010-06-24 Alexei SvitkineCorrectly return EOF for smacker videos
2010-06-23 Martin StorsjöReindent
2010-06-23 Martin StorsjöAdd all required includes to avio.h
2010-06-23 Michael NiedermayerContinue after guids in asf after which other guids...
2010-06-22 Stefano SabatiniMention how "now" is interpreted in the parse_date...
2010-06-22 Stefano SabatiniFix date specification accepted by parse_date().
2010-06-22 Martin StorsjöMake the http protocol open the connection immediately...
2010-06-22 Martin StorsjöAdd an AVClass to the HTTPContext
2010-06-22 Martin StorsjöAllocate the HTTPContext through URLProtocol.priv_data_size
2010-06-22 Martin StorsjöAdd priv_data_size and priv_data_class to URLProtocol
2010-06-22 Martin StorsjöSplit url_open and url_open_protocol into url_alloc...
2010-06-22 Martin StorsjöAdd an av_register_protocol2 function that takes a...
2010-06-22 Stephen DredgeFix failure in av_read_frame on timestamp rollover.
2010-06-21 Martin StorsjöRTSP: Use the same authentication for the HTTP POST...
2010-06-21 Martin StorsjöHTTP: Add a method for initializing the authentication...
2010-06-21 Martin StorsjöReindent
next