]> git.sesse.net Git - ffmpeg/history - libavformat
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
[ffmpeg] / libavformat /
2011-01-26 Diego Elio PettenòMake RTPFirstDynamicPayloadHandler static to rtpdec.c
2011-01-26 Diego Elio PettenòMake ff_realmedia_mp3_dynamic_handler static.
2011-01-26 Diego Elio 'Flamee... Don't check for DEBUG before using dprintf.
2011-01-26 Diego Elio PettenòMake dvenc.c functions static to the unit.
2011-01-26 Martin Storsjörtspdec: Retry with TCP if UDP failed
2011-01-26 Martin Storsjortspdec: Move rtsp_read_pause up, next to rtsp_read_play
2011-01-26 Martin Storsjortsp: Use ff_rtsp_undo_setup in the cleanup code in...
2011-01-26 Martin Storsjortsp: Split out a function undoing the setup made by...
2011-01-26 Martin Storsjortsp: Make make_setup_request a nonstatic function
2011-01-26 Martin Storsjöapplehttp: Fix the key check in handle_variant_args
2011-01-26 Kostyareindent after last commit
2011-01-26 KostyaExtend WavPack demuxer and decoder to support >2 channe...
2011-01-25 Jai Menonffmetaenc : Use more correct format specifiers.
2011-01-24 Baptiste CoudurierIn mov muxer, mux adpcm_ms and adpcm_ima_wav the way...
2011-01-23 Anton Khirnovmp3enc: support for id3v2.3 tags using a per-muxer...
2011-01-23 Anton Khirnovid3v2: split tables for various ID3v2 versions
2011-01-23 Anton Khirnovmp3enc: handle errors in id3v2_put_ttag
2011-01-23 Clément BœschMove ID3v1 skip from decoder to demuxer
2011-01-23 Anton Khirnovmp3enc: add support for writing UTF-16 tags
2011-01-23 Anton Khirnovlavf: move ff_put_str16_nolen from asf to avio and...
2011-01-23 Anton Khirnovavio: add av_put_str and deprecate put_strz in favor...
2011-01-23 Anton Khirnovlavf: move the version macros to a new header
2011-01-21 Anton Khirnovid3v2: use an enum for encodings instead of magic numbers.
2011-01-21 Anton KhirnovSplit mp3 demuxer and muxer into separate files.
2011-01-21 Janne Grunaumpegtsenc: prefer metadata keyed with "service_name"
2011-01-21 Georgi ChorbadzhiyskiSet service_provider and service_name in mpegts demuxer
2011-01-21 Anton Khirnovid3v2: don't overwrite existing tags
2011-01-21 Anton Khirnovid3v2: convert metadata after all the tags were read
2011-01-21 Anton Khirnovid3v2: make ff_id3v2_parse static
2011-01-21 Georgi ChorbadzhiyskiAdd service_provider and service_name metadata
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-18 Justin RugglesRevise check for codec id in voc demuxer.
2011-01-18 Justin RugglesFix bug in voc demuxer that was introduced in SVN r26309.
2011-01-18 Reimar DöffingerMissing parts of IVF muxer support.
2011-01-17 Reimar DöffingerAdd muxer for IVF format.
2011-01-17 John Wimerprevent integer overflow in calculating duration
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-16 Michael NiedermayerCheck 4xm headers for validity. This should avoid 1/0.
2011-01-15 Michael NiedermayerParse fact chunks from wav files to find duration.
2011-01-15 Michael NiedermayerFactor tag reading code out of wav read_header()
2011-01-15 Michael NiedermayerSet duration for wav files from sample size and data...
2011-01-14 Baptiste CoudurierIn mxf muxer, check the return value of gmtime, fix...
2011-01-14 Ronald S. BultjeCopy metadata from ASF files contained in RTSP streams...
2011-01-14 Ronald S. BultjeIntroduce av_metadata_copy() to copy metadata from...
2011-01-14 Peter Rosswtv: ignore VIDEOINFOHEADER2 picture aspect ratio infor...
2011-01-13 Martin StorsjöRevert aviobuf: Retry if the read/write function return...
2011-01-12 Stefano SabatiniUse AVERROR_INVALIDDATA rather than -1 for nutdec error...
2011-01-12 Martin Storsjöaviobuf: Retry if the read/write function returns AVERR...
2011-01-11 Baptiste CoudurierIn mov demuxer, handle better wrong time scale, fix...
2011-01-11 Baptiste CoudurierIn mov demuxer, set r_frame_rate for cfr files
2011-01-11 Daniel KangDo not crash for illegal sample size, fixes issue 2502.
2011-01-11 Stefano SabatiniClarify timestamps related error messages in compute_pk...
2011-01-11 Peter Rosselectronicarts: prevent endless loop opportunity in...
2011-01-10 Peter Rossrevert r26302
2011-01-10 Peter Rosselectronicarts: prevent endless loop opportunity in...
2011-01-10 Peter Rosselectronicarts: only apply audio sanity checks when...
2011-01-10 Daniel Kangperform sanity check on sample rate in electronicarts...
2011-01-10 Daniel Kangperform sanity check on number of channels in electroni...
2011-01-09 Martin Storsjörtsp: Properly fail if unable to open an input RTP...
2011-01-09 Peter Rossfix indentation
2011-01-09 Peter Rosswtv: only process timestamp_guid chunks for streams...
2011-01-09 Peter Rosswtv: do not repopulate codec information after we have...
2011-01-09 Peter Rosswtv: stop processing chunks if length is smaller than...
2011-01-09 Peter Rosswtv: fix typo
2011-01-09 Peter RossAdd audio codec 0x1602 (AAC LATM)
2011-01-08 Carl Eugen HoyosLagarith decoder by Nathan Caldwell, saintdev at gmail
2011-01-07 Baptiste CoudurierIn mov muxer, override codec tag for dv in mov, fix...
2011-01-07 Baptiste CoudurierIn mov muxer, override codec tag for h263 in mov, fix...
2011-01-06 Martin Storsjörtsp: Allow requesting of filtering of source packets
2011-01-06 Martin Storsjöudp: Allow specifying the connect option in udp_set_rem...
2011-01-06 Martin Storsjörtpproto: Allow specifying the connect option, passed...
2011-01-06 Carl Eugen HoyosSet blkalign to 3840 (maximum bytes per frame) for...
2011-01-06 Martin Storsjörtpdec: Don't set RTP timestamps if they already are...
2011-01-06 Daniel KangFix assertion fail on audio files with invalid sample...
2011-01-06 Stefano SabatiniRevert previous commit, as it was not meant to be pushed.
2011-01-06 Stefano SabatiniIssue more explicit error messages in compute_pkt_field...
2011-01-06 Stefano SabatiniIn av_close_input_stream(), flush the packet queue...
2011-01-05 Martin Storsjörtsp: Parse RTP-Info headers
2011-01-05 Martin StorsjöReindent
2011-01-05 Martin Storsjörtsp: Simplify code
2011-01-05 Martin Storsjörtsp: Move resetting of rtpdec parameters to before...
2011-01-05 Baptiste CoudurierIn ogg muxer, correctly mux VFR streams, fix issue...
2011-01-05 Baptiste CoudurierIn mov demuxer, check that gmtime returns a valid value...
2011-01-05 Baptiste CoudurierIn mov demuxer, check that stts data exists, fix crash...
2011-01-04 Anton Khirnovlavf: rename meta.h->ffmeta.h for consistency.
2011-01-04 Peter Rosswtv: obtain codec information from stream2_guid chunks...
2011-01-02 Peter Rosswtv: display warning if scrambled stream is detected
2011-01-02 Anssi HannulaAdd AVOption support for muxers.
2011-01-02 Anssi HannulaUse new function put_nbyte() to speed up padding.
2011-01-02 Anssi HannulaAdd function put_nbyte() to speed up padding in SPDIF...
2011-01-02 Martin Storsjörtsp: Store the Content-Base header value straight...
2011-01-02 Martin Storsjörtsp: Pass the method name to ff_rtsp_parse_line
2011-01-02 Martin Storsjörtsp: Pass RTSPState to ff_rtsp_parse_line, instead...
2011-01-02 Martin Storsjörtsp: Add a method parameter to ff_rtsp_read_reply
2011-01-02 Daniel KangFix a floating point exception for invalid framerate...
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2011-01-01 Peter Rossmove ff_get_bmp_header under CONFIG_DEMUXERS block
2010-12-30 Carl Eugen HoyosSet blkalign to maximum framesize to allow playback...
2010-12-29 Carl Eugen HoyosCosmetics: Re-indent after last commit.
2010-12-29 Anssi HannulaDo not add the preamble if the DTS stream is already...
next