]> git.sesse.net Git - ffmpeg/history - libavformat
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it
[ffmpeg] / libavformat /
2010-02-19 Kostya ShishkovWavPack demuxer supports ID3v1 tags, so don't forget...
2010-02-18 Kostya ShishkovMake RTMP client send bytes read report
2010-02-17 Martin StorsjöAdd functions to send RTSP commands with content attach...
2010-02-16 Ronald S. BultjeRemove first_rtcp_ntp_time. This is used to prevent...
2010-02-16 Martin StorsjöWhen using RTP-over-UDP, send dummy packets during...
2010-02-16 Ronald S. BultjeFix two problems (no idea how this ever worked):
2010-02-16 Ronald S. BultjeRevert r21851.
2010-02-16 Ronald S. BultjeDon't return 0 if buffer setup failed. That signals...
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2010-02-16 Peter RossSupport IFF ANNO (annotation) chunk type
2010-02-15 Anton KhirnovStrings in extended content header are UTF16,
2010-02-15 Anton Khirnovworkaround for broken files created by previous version...
2010-02-14 Reimar DöffingerReindent
2010-02-14 Reimar DöffingerOptimize h261_probe function, since it is far slower...
2010-02-13 Ben Littleradd netspeak gsm and truespeech wav format tags to...
2010-02-13 Måns RullgårdDo not call lseek() with invalid whence value
2010-02-12 Michael NiedermayerAdd flag so muxers not needing width/height can signal...
2010-02-12 Peter RossMake DeluxePaint Animation demuxer actually return...
2010-02-12 Michael NiedermayerAdd GEOV fourcc (issue971).
2010-02-11 Michael NiedermayerFix timestamps.
2010-02-10 Daniel VerkampReindent
2010-02-10 Daniel VerkampFix demuxing of wav files with broken data header
2010-02-10 Reimar DöffingerUse av_compare_ts from libavutil instead of the locale...
2010-02-10 Timo TeräsFix syncronisation for streams with a high encoding...
2010-02-10 Ronald S. BultjeReindent after r21741.
2010-02-10 Ronald S. BultjeDon't forget to set known audio parameters (samplerate...
2010-02-10 Ronald S. BultjeRTP/AMR depacketizer, by Martin Storsjö <$firstname...
2010-02-10 Michael NiedermayerDont give up after 100kb of zero bytes but returnd...
2010-02-10 Andreas Ömanmp3: ftell() file offset for VBR tags before ID3v1...
2010-02-09 Stefano SabatiniDoxument url_fopen().
2010-02-08 Reimar DöffingerMake sure the header value used to avoid repeating...
2010-02-08 Ronald S. BultjeImplement gai_strerror() for systems lacking such funct...
2010-02-08 David ConradFix playback with invalid files that don't set the...
2010-02-07 Michael NiedermayerDirectly use av_rescale_rnd() instead of av_convert_ts...
2010-02-07 Michael NiedermayerUse av_compare_ts() for interleaving per dts.
2010-02-07 Michele OrrùImplement a physical concatenation protocol.
2010-02-06 Anton KhirnovAdd AVI metadata conversion table.
2010-02-05 Stefano SabatiniDoxument url_fdopen().
2010-02-05 Michael Niedermayerstrn muxing in avi support.
2010-02-05 Michael NiedermayerSupport strn tag in avidec.
2010-02-05 Michael NiedermayerCorrecting wrong looking stream_id validity check in...
2010-02-03 Michael NiedermayerDont try generic seek if seek request before first...
2010-02-03 Michael NiedermayerTry to open decoders in av_find_stream_info() even...
2010-02-03 Peter RossIndentation cleanup
2010-02-03 Peter RossExtend IFF demuxer to parse PBM/ILBM bitmap chunks
2010-02-03 Michael NiedermayerOnly set duration for streams where it is likely correct.
2010-02-02 Michael NiedermayerSet nb_frames.
2010-02-02 Justin JohnsonGuess the duration before converting video and write...
2010-02-02 Michael NiedermayerSet AVPacket.pos in MPEG-PS demuxer.
2010-02-01 Måns RullgårdFix build
2010-02-01 Alexis BallierFix warnings about implicit function declaration when...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-31 Michael NiedermayerIncrease search range if no end timestamp could be...
2010-01-31 Kostya ShishkovBink video codec id is there, demuxer can use it
2010-01-31 Peter RossLatent libavformat version bump for Bink demuxer (r21569)
2010-01-31 Peter RossBink demuxer
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2010-01-30 Reimar DöffingerStore strings directly in mov_mdhd_language_map instead...
2010-01-30 Reimar DöffingerAlways consider the mov language code as 4 bytes fixed...
2010-01-30 Reimar DöffingerSimplify conversion to 5-bit ASCII.
2010-01-30 Stefano SabatiniRemove duplicated empty line.
2010-01-30 Daniel VerkampSet duration in Smacker demuxer
2010-01-30 Daniel VerkampDemux Bink audio in Smacker files
2010-01-30 Kostya Shishkovanother 10l: forgot to change parent condition as well
2010-01-30 Kostya Shishkov10l trocadero: now return value of ff_rtmp_packet_read...
2010-01-30 Kostya ShishkovMake RTMP send/receive packet functions report number...
2010-01-30 Kostya Shishkovcosmetics: add an empty line between variable declarati...
2010-01-29 Baptiste CoudurierRemove MAX_STREAMS usage in ogg and mxf muxers
2010-01-28 Ronald S. BultjeAdd RTP/H.263 depacketizer by Martin Storsjö <$firstnam...
2010-01-28 Jai MenonAvoid using deprecated AVFormatParameters::[audio|video...
2010-01-28 Daniel KristjanssonUse av_mallocz in url_open_protocol for URLContext.
2010-01-28 Michael NiedermayerRemove last MAX_STREAMS from avienc.c
2010-01-28 Michael NiedermayerIntroduce AVIStream struct and move stream based variab...
2010-01-27 Carl Eugen HoyosSupport demuxing Blu-ray subtitles in matroska files.
2010-01-27 Ronald S. BultjeFix BSD compile (PF_UNSPEC is not a standard define...
2010-01-27 Michael NiedermayerFix duration calculation in the presence of a single...
2010-01-27 Jai MenonSchedule an increase in the maximum number of streams
2010-01-27 Michael NiedermayerRevert Revision: 21473
2010-01-27 Stefano SabatiniFix misc typos, patch by
2010-01-27 Stefano SabatiniDocument av_register_protocol(), not that it really...
2010-01-26 Jeremy MortonDon't use tcp_fd if we're not using TCP-based connectio...
2010-01-25 Martin StorsjöLoad the proper getaddrinfo functions from ws2_32.dll...
2010-01-24 Stefano SabatiniDoxument url_open().
2010-01-24 Carl Eugen HoyosForce codec_tag I420 for Quicktime Planar Y'CbCr 8...
2010-01-24 Stefano SabatiniFavor the term "URL" over "filename", as the API deals...
2010-01-24 Reimar DöffingerMake url_read_complete handle EAGAIN more intelligently.
2010-01-24 Stefano SabatiniDoxument url_close().
2010-01-24 Stefano SabatiniDoxument url_open_protocol().
2010-01-24 Stefano SabatiniDoxument url_read().
2010-01-23 Reimar DöffingerMake url_read_complete retry on EAGAIN and return how...
2010-01-23 Ronald S. BultjePrint a warning when DATA chunk is encountered in the...
2010-01-22 Stefano SabatiniRemove conditional M_PI definition, it is already defin...
2010-01-22 Martin StorsjöReplace deprecated guess_format() with av_guess_format().
2010-01-22 Ronald S. BultjeMake style a little bit more K&R'ish.
2010-01-22 Martin StorsjöRename a function which is no longer ipv6-specific...
2010-01-22 Alan SterembergUse the control URI from the SDP (if present) rather...
2010-01-21 Rafaël Carrémkvenc: Write TrackTimecodeScale
2010-01-21 Ronald S. BultjeRemove reply and content_ptr arguments from rtsp_send_c...
2010-01-21 Ronald S. BultjeChange on rtsp_send_cmd() to the _async() version since...
2010-01-21 Ronald S. BultjeReindent after r21368.
next