]> git.sesse.net Git - ffmpeg/history - libavformat
Split flv decoding out.
[ffmpeg] / libavformat /
2010-01-06 Daniel VerkampHandle more ADPCM codecs in av_get_bits_per_sample().
2010-01-05 Ben Littleradd another mjpeg fourcc to riff.c list
2010-01-04 Baptiste Couduriercosmetics, remove useless parentheses, add space
2010-01-04 Baptiste Couduriersimplify error handling in mov_read_default
2010-01-04 Baptiste Coudurierremove no more needed MOVAtom.offset field
2010-01-04 Baptiste Coudurierremove useless code skipping data at end of hdlr atom...
2010-01-04 Ronald S. BultjeRemove forward declarations.
2010-01-04 Mike MelansonAdd support for these widely-used iTunes metadata field...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-01 Stefano SabatiniUse av_match_ext() in place of the deprecated match_ext...
2010-01-01 Stefano SabatiniDeprecate match_ext() in favor of av_match_ext(), and...
2010-01-01 Stefano SabatiniUse av_guess_format() in place of the deprecated guess_...
2010-01-01 Stefano SabatiniReindent.
2010-01-01 Stefano SabatiniDeprecate guess_format() in favor of av_guess_format().
2010-01-01 Stefano SabatiniFix typo.
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2009-12-31 Stefano SabatiniDocument guess_format().
2009-12-31 Stefano SabatiniDeprecate and mark for deletion the function guess_stre...
2009-12-30 Luca AbeniRemove outdated comments.
2009-12-30 Luca BarbatoRename internal function
2009-12-28 Luca AbeniRemove a useless local variable.
2009-12-28 Luca AbeniRemove outdated comment
2009-12-28 Luca AbeniRemove an unneeded local variable.
2009-12-27 Luca AbeniUse different dynamic payload types for audio and video.
2009-12-27 Kostya ShishkovRecognize 16-bit Interplay Video variant
2009-12-26 Luca AbeniUse RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
2009-12-24 Diego BiurrunRemove some unused variables, fixes the warnings:
2009-12-23 Luca AbeniAdd support for mp3 over RTP in rtpdec.c
2009-12-18 Michael NiedermayerIt appears that waveformatextensible is mandatory for...
2009-12-17 Reimar DöffingerAdd decoder for R210 (uncompressed 10-bit RGB) codec.
2009-12-17 Michael TisonCD+G demuxer and decoder
2009-12-17 Jai Menon10l : make sure probe buffer is large enough.
2009-12-16 Michael NiedermayerOnly add 1 index entry per keyframe.
2009-12-16 Jai MenonParse ID3v[12] metadata from TTA files.
2009-12-16 Martin StorsjöReply to RTMP ping with the same value as received...
2009-12-15 Diego BiurrunRemove unused variable, fixes the warning:
2009-12-14 Benjamin LarssonFix breakage introduced by setting the sample_fmt to...
2009-12-14 Michael NiedermayerRevert flvdec.c part of r20836
2009-12-14 Daniel VerkampFLV 8-bit PCM is unsigned, not signed
2009-12-13 Michael NiedermayerMake sure the Metadata: header is not printed if the...
2009-12-13 Michael NiedermayerMove dump_metadata() to where it is in ffmbc, looks...
2009-12-13 Michael Niedermayerindent
2009-12-13 Michael NiedermayerSkip dumping language twice.
2009-12-13 Michael Niedermayerdump metadata for AVStreams & AVPrograms too.
2009-12-13 Michael NiedermayerFactorize dump_metadata() out.
2009-12-13 Michael NiedermayerTry to simplify av_estimate_timings_from_pts() like...
2009-12-13 Alexander StrangeCorrect truncated ID3v1 genre name.
2009-12-13 Michael NiedermayerDebug av_log() about stream probing from ffmbc.
2009-12-13 Michael NiedermayerAdd CODEC_ID_DNXHD into the 25 fps case.
2009-12-13 Michael NiedermayerSimplify code by using av_metadata_set2().
2009-12-13 Michael NiedermayerMore entries for ff_id3v2_metadata_conv from ffmbc.
2009-12-13 Michael Niedermayers/author/artist/ for ID3
2009-12-13 Michael NiedermayerMore ID3v1 genres from ffmbc.
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-12-13 Michael NiedermayerAdd flags to prevent strdup() on arguments to av_metada...
2009-12-13 Michael NiedermayerGet rid of useless casts.
2009-12-13 Michael NiedermayerPrint extradata in case of failure. I had this in my...
2009-12-13 Michael NiedermayerAPIChanges & minor bump due to avg_frame_rate addition.
2009-12-13 Michael NiedermayerAdd avg_frame_rate.
2009-12-13 Carl Eugen HoyosUse constant CODEC_ID_NONE instead of 0 where appropriate.
2009-12-13 Michael NiedermayerRemove commented out code.
2009-12-13 Kostya ShishkovFactor out extradata reading code.
2009-12-13 Kostya ShishkovRM audio stream version should be 16-bit followed by...
2009-12-13 Kostya ShishkovMake RM demuxer look more like proper demuxer by introd...
2009-12-13 Kostya ShishkovFactor out variable declaration
2009-12-12 David ConradFix PTS for OGM codecs.
2009-12-12 John StebbinsReset pts_buffers in av_read_frame_flush().
2009-12-11 Kostya ShishkovDump RTMP packet contents in debug mode
2009-12-11 Martin Storsjö5l trocadero: don't forget to free packet in gen_connect()
2009-12-11 Martin StorsjöDo not try to interact with RTMP server after "stop...
2009-12-10 Carl Eugen Hoyos(Partly) support Metasoft MJPEG Codec, fixes half of...
2009-12-10 Carl Eugen HoyosSupport Etymonix MPEG-2 video codec, fixes issue 1603.
2009-12-09 Ben Littleradd dvcs to dvvideo, fixes issue 1604
2009-12-08 Carl Eugen HoyosSupport AVI1 and AVI2 in avi as MJPEG.
2009-12-08 Michael NiedermayerRaise threshold of h263 probe by 1 to avoid misdetection.
2009-12-08 Michael NiedermayerAdd out commented av_log to debug h263_probe.
2009-12-08 Michael NiedermayerAlso print the number of invalid packets in the debug...
2009-12-08 Michael NiedermayerFlip the comparission direction of vid+audio+priv1...
2009-12-07 Jai MenonAU : demuxed packet size should be sample size aligned.
2009-12-06 Kostya Shishkovcosmetics: insert space between codeword and left paren...
2009-12-06 SergiyDo not send invokes to RTMP server if we are not connec...
2009-12-06 Sean SoriaCalls to url_fseek should have their return value check...
2009-12-04 Kostya Shishkovcosmetics: reindent after last commit
2009-12-04 SergiyImplement RTMP output (publishing FLV stream to RTMP...
2009-12-04 SergiyCompress headers for output RTMP packets.
2009-12-03 Kostya ShishkovRemove duplicating variable
2009-12-03 Kostya Shishkov5l trocadero: RTMP channel ID lies in range 3-65599...
2009-12-03 SergiySend connect() and createStream() in RTMP system channe...
2009-12-03 SergiyMove "app" string into RTMP protocol context.
2009-12-03 SergiyRTMP packets with one-byte header use previous packet...
2009-12-03 Ramiro PollaUpdate Changelog, documentation, and libavformat minor...
2009-12-02 SergiyAdd another known RTMP channel ID to enum.
2009-12-02 SergiyMove is_input flag into RTMP protocol context.
2009-12-01 Baptiste Coudurierprint error message when image2 muxer fail to compute...
2009-12-01 Sean SoriaChange ret type to int64_t because url_fseek returns...
2009-12-01 Baptiste Coudurieruse AVFormatContext in av_log, better than AVCodecConte...
2009-12-01 Kostya ShishkovWrite timestamp deltas, not timestamps, for RTMP packet...
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-12-01 Kostya ShishkovWrite header for RTMP packets with channel_id >= 64...
2009-12-01 SergiyRead and write extended timestamps for RTMP packets.
next