]> git.sesse.net Git - ffmpeg/history - libavformat
Fix "initialization from incompatible pointer type" warning in rv34.
[ffmpeg] / libavformat /
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
2010-06-21 Martin StorsjöHTTP: Compact the code for writing chunked post data
2010-06-21 Martin StorsjöHTTP: Get rid of the is_chunked variable, use the chunk...
2010-06-21 Martin StorsjöHTTP: Clarify a comment
2010-06-20 Ronald S. BultjeReset chunksize back to zero (= no chunked encoding...
2010-06-20 Ronald S. BultjeUse url_write(), not http_write(), for sending the...
2010-06-20 Carl Eugen HoyosAdd IEC958 data_types for DTS-HD (data burst described...
2010-06-19 Martin StorsjöRTSP: Add the auth credentials to the HTTP tunnel URL...
2010-06-19 Martin Storsjöff_url_join: Don't add any at-char if the auth is an...
2010-06-19 Martin StorsjöRTSP: Set the connection handles to null after closing...
2010-06-19 Josh AllmannRTSP: Don't store the connection handles in local variables
2010-06-18 Michael NiedermayerImprove h263_probe()
2010-06-18 Martin StorsjöRTSP: Clean up rtsp_hd on failure
2010-06-18 Martin StorsjöRTMP: Return from rtmp_read as soon as some data is...
2010-06-18 Carl Eugen HoyosAdd IEC958 data_types for Atrac* and WMA Pro.
2010-06-17 Michael KarcherAdd metadata support. Patch by Michael Karcher.
2010-06-17 Luca AbeniSimplify (no need to check for st->codec->extradata...
2010-06-17 Martin StorsjöAdd the necessary includes, add an extra empty line...
2010-06-16 Michael NiedermayerMarking what should be removed in relation to MAX_STREAMS.
2010-06-16 Luca AbeniIf the video stream is H.264 with MP4 syntax, store...
2010-06-15 Aurelien Jacobsmatroskadec : propagate AVERROR to the caller
2010-06-15 Zhentan FengFix missing logging context in a series of dprintf...
2010-06-15 Måns RullgårdAdd compatibility wrappers for functions moved from...
2010-06-15 Baptiste CoudurierSupport gray16be and rgb48be in mov
2010-06-14 Martin StorsjöCosmetics: Change connexion to connection in code comments
2010-06-14 Josh AllmannRTSP: Shrink SDP fmtp parsing buffer size
2010-06-14 Josh AllmannReindent
2010-06-14 Ramiro Pollaoutput-example: Set sample_fmt to SAMPLE_FMT_S16.
2010-06-11 Aurelien Jacobsmatroskadec: fix type of the length field in ebml_read_...
2010-06-11 Aurelien Jacobsmatroskadec: cosmetic: indentation
2010-06-11 Aurelien Jacobsmatroskadec: add support for live broadcast containing...
2010-06-11 Aurelien Jacobsmatroskadec: simplify parsing of the first cluster
2010-06-11 Aurelien Jacobsmatroskadec: store the ID of the currently parsed ebml...
2010-06-11 Aurelien Jacobsmatroskadec: cosmetic: split a line to make it more...
2010-06-11 Michael KarcherGeneralize ID3v2 functions to support ID3v2-like ID...
2010-06-11 Michael NiedermayerFix raw vc1 decoding - this is supposed to break FATE.
2010-06-11 Luca AbeniUse a bitstream filter for converting the extradata...
2010-06-10 Diego BiurrunRemove support for pre-Haiku, non-POSIX, non-C99 BeOS...
2010-06-09 Martin StorsjöMake sure the http protocol handler returns errors...
2010-06-09 Eli FriedmanFix printf format warnings
2010-06-09 Martin StorsjöInitialize the http connection in http_seek, too
2010-06-08 Reimar DöffingerDo not attempt to seek to index for streamed files...
2010-06-08 Reimar DöffingerFix the MATROSKA_ID_TAGDEFAULT to match the specificati...
2010-06-08 Josh AllmannAdd RTSP tunneling over HTTP
2010-06-08 Martin StorsjöMake the RTSP muxer use rtsp_hd_out, for consistency
2010-06-08 Martin StorsjöReindent
2010-06-08 Peter RossAdd Pictor/PC Paint to image2 muxer/demuxer
2010-06-08 Josh AllmannAdd support for disabling chunked transfer encoding...
2010-06-08 Martin StorsjöFix handling of errors in the http protocol
2010-06-08 Martin StorsjöFix bugs in the http custom header handling
2010-06-08 Måns Rullgårdmatroska: move LFG state from muxer context to local...
2010-06-08 Josh AllmannAdd the capability to write custom HTTP headers
2010-06-08 Josh AllmannModify the behaviour of http_open to implicitly delay...
2010-06-07 Tomas HärdinAdded M701 codec_tag for mpeg2video
2010-06-06 Reimar DöffingerDo not read the RM index when input is streamed (since...
2010-06-06 Stefano SabatiniAdd support to B4BY and R4BY NUT codec tags added in...
2010-06-06 Michael Niedermayerbgr/rgb444 for nut
2010-06-06 Reimar DöffingerSupport AVFMT_FLAG_IGNIDX in gxf demuxer.
next