]> git.sesse.net Git - ffmpeg/history - libavformat
Satisfy grammatical nits.
[ffmpeg] / libavformat /
2009-11-19 Baptiste Coudurieruse AVFormatContext in dprintf
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-15 Baptiste CoudurierSearch relative path according to alias record when...
2009-11-13 Luca AbeniAdd some "#if"s to avoid compiling the RTSP code when...
2009-11-12 Stefano SabatiniSplit overly long line in doxy.
2009-11-12 Luca AbeniSplit the sdp_read_packet() function out of rtsp_read_p...
2009-11-12 Luca AbeniMove some some functions around, so that splitting...
2009-11-12 Alex ConverseDebug print MP4 objectTypeIndication in hex not decimal...
2009-11-11 Diego BiurrunAdd '#undef fprintf' before PRINT macro that uses fprintf.
2009-11-11 Alex ConverseAdd a channels field to MPEG4AudioConfig.
2009-11-09 Carl Eugen HoyosIncrease default value for max_analyze_duration, fixes...
2009-11-08 Carl Eugen HoyosUse enum instead of integer types where appropriate.
2009-11-08 Carl Eugen HoyosUse CODEC_ID_NONE instead of 0 for enum CodecID.
2009-11-08 Baptiste Couduriermove code to avoid forward declaration
2009-11-08 Baptiste CoudurierLet pmt override stream info when encoutered later...
2009-11-07 Carl Eugen HoyosSupport some LATM AAC streams (they can be decoded...
2009-11-07 Justin RugglesDo not set AVCodecContext.sample_fmt in the TMV and...
2009-11-06 Baptiste Coudurierchange \0xa9enc tag metadata name to encoder to match...
2009-11-06 Kostya Shishkov10l: WavPack demuxer forgot to seek back to initial...
2009-11-05 Gordon IrlamFix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch...
2009-11-05 Baptiste Coudurier10l, typo
2009-11-05 Kostya ShishkovIf custom sampling rate is set in WavPack file, parse...
2009-11-05 Kostya ShishkovInitialize block_parsed before reading first block...
2009-11-05 Baptiste Coudurierdo not redundantly set stream nb_frames, it's already...
2009-11-05 Baptiste Couduriercompute dts shift with ctts value, cslg atom might...
2009-11-05 Baptiste Couduriercheck that duration is set to avoid fpe
2009-11-05 Baptiste Coudurierwarn if stream timescale is not set and set it to 1...
2009-11-05 Reynaldo H. Verdej... Corrects two typos
2009-11-05 Reynaldo H. Verdej... Decrement probe score at unsuported bpp
2009-11-05 Baptiste Coudurierfix \0xa9wrt metadata, to composer, fix issue #1501
2009-11-03 Andrew Wasonadd yuvs fourcc to raw.c and isom.c, fixes samples...
2009-11-02 Ben Littlermap VYUY fourcc to rawcodec
2009-11-01 Justin RugglesSet the sample format for Smacker audio in the decoder...
2009-10-30 Baptiste Coudurierprint packet duration when debugging timestamps
2009-10-29 Francesco LavraSupport demuxing teletext in DVB streams.
2009-10-27 Ben Littleradd 2vuy fourcc to riff.c , fixes samples/V-codecs...
2009-10-27 Ben Littleradd some raw codec fourccs, fixes:
2009-10-25 Luca Barbatortsp_close_streams frees the auth_b64 line already
2009-10-25 Luca BarbatoSupport 3xx redirection in rtsp
2009-10-24 haim aloncompute codec bitrate in mov demuxer, patch by haim...
2009-10-24 Luca BarbatoJust remove params understood by the demuxer
2009-10-24 Luca BarbatoSuppress ?params in the rtsp uri
2009-10-24 Luca BarbatoUse sdp c= line if the rtsp Transport line doesn't...
2009-10-24 Diego BiurrunRemove ancient redir demuxer.
2009-10-22 Michael NiedermayerFix infinite loop with size==0 && sample_size!=0 in...
2009-10-22 Michael NiedermayerSupport non interleaved avi files that have 0<size...
2009-10-22 Samuli ValoFixes detection and error reporting of non-existing...
2009-10-21 Ramiro PollaAdd comment on #endif about condition that triggers it.
2009-10-20 Daniel VerkampSeek function for TMV
2009-10-20 Daniel VerkampParenthesize correctly in TMV probe
2009-10-20 tralph11@yahoo.comImprove sofdec dectection to avoid false positives...
2009-10-20 Benoit FouetMake url_resetbuf() assert on wrong flags passed and...
2009-10-19 Diego BiurrunMove function that is only used by the MP3 muxer below...
2009-10-19 Diego BiurrunAdd '#include "libavutil/intreadwrite.h"', necessary...
2009-10-19 Diego BiurrunThe MP2/MP3 muxer uses ff_id3v2_tags, so add the correc...
2009-10-19 Diego BiurrunRemove some duplicate object dependencies for the RTSP...
2009-10-19 Diego BiurrunAdd missing rdt.o dependency for SDP demuxer.
2009-10-19 Baptiste Couduriercheck stream index validity in av_program_add_stream_index
2009-10-19 Baptiste Coudurierrequest mp3 frame_size to be set in has_codec_parameter...
2009-10-19 Baptiste Coudurierreindent after commit
2009-10-19 Baptiste CoudurierIn dump_format, print streams not associated with any...
2009-10-19 Reynaldo H. Verdej... Fix wrong comparison in r20304
2009-10-18 Reynaldo H. Verdej... If missing, calculate width or height from bpp and
2009-10-18 Baptiste Coudurierfix indentation
2009-10-18 Carl Eugen HoyosSupport FourCC mjpa as MJPEG.
2009-10-18 Baptiste Couduriermux all stream types except audio as one pes packet...
2009-10-18 Baptiste Coudurierfix indentation and add braces
2009-10-18 Baptiste Coudurierhandle_packets takes number of packets as arg, avoid...
2009-10-18 Baptiste CoudurierIncrease max resync size, fix demuxing of dvgrab-2009...
2009-10-18 Reynaldo H. Verdej... Smarten mtv's probe a bit. Check for non zero
2009-10-18 Aurelien Jacobsremove old and useless debug code
2009-10-18 Anton KhirnovRead metadata in WavPack files.
2009-10-18 Anton Khirnovmatroskaenc: Add support for writing chapters.
2009-10-18 Diego Biurruncosmetics: Break overly long lines.
2009-10-18 Kostya ShishkovSupport more than 64 channels in RTMP input
2009-10-18 Kostya ShishkovAccept RTMP packets with one-byte header
2009-10-18 Kostya ShishkovLast parameter in RTMP "play" call was optional and...
2009-10-17 Justin RugglesRemove unnecessary entries in ff_vorbiscomment_metadata...
2009-10-17 Vitor SessakAvoid segfault for empty input files
2009-10-17 Måns RullgårdRemove extraneous const keyword
2009-10-17 Luca AbeniEmit the SDP lines in the correct order
2009-10-16 Carl Eugen HoyosMake AVCodecTag.id enum CodecID and use CODEC_ID_NONE...
2009-10-16 Justin RugglesLog a clearer warning message when muxing FLV with...
2009-10-16 Reimar DöffingerSplit parts of dvdata.h into dvdata.c, this ensures...
2009-10-16 Justin RugglesAdd Speex support to the FLV muxer.
2009-10-15 Jai MenonSkip padding bytes correctly in ID3 tags.
2009-10-15 Justin Ruggles10l: update Makefile after rename
2009-10-15 Justin RugglesRename aiff.c to aiffdec.c
2009-10-15 Justin RugglesSplit up the AIFF muxer and demuxer into separate files.
2009-10-13 Reimar DöffingerAdd decoder for "forward uncompressed".
2009-10-13 Reimar DöffingerMXF: simply ignore tracks that are invalid due to not...
2009-10-13 Justin RugglesAdd Speex support to the Ogg muxer.
2009-10-13 Justin RugglesDo not read data past the end of the SSND chunk in...
2009-10-12 Carl Eugen HoyosSupport Midvid JPEG Video Codec (still flipped).
2009-10-12 Carl Eugen HoyosSupport Intel JPEG Library Video Codec (still flipped).
2009-10-12 Justin RugglesCalculate correct packet durations when demuxing Ogg...
2009-10-12 Reimar DöffingerMerge declaration and initialization
2009-10-12 Reimar DöffingerSimplify: use FFMIN
2009-10-11 Daniel G. TaylorDetect Windows Media DRM protected files and display...
2009-10-11 Carl Eugen HoyosAllow autodetection of E-AC3.
next