Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-30 avidec: demux ASS and SRT tracks out of GAB2 chunksAurelien Jacobs
2010-07-30add seeking support in ASS demuxerAurelien Jacobs
2010-07-28Check for udp_set_remote_url error.Reimar Döffinger
2010-07-28rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö
2010-07-28In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier
2010-07-28Skip short padding in id3v2.Alexander Kojevnikov
2010-07-28rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann
2010-07-28Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger
2010-07-27Fix doxy that refers to the wrong variable.Michael Niedermayer
2010-07-27Fix 2 doxy comments that referred to the wrong variable.Michael Niedermayer
2010-07-27Make doxygen formatting more consistent.Michael Niedermayer
2010-07-27Place the concat protocol entry at the begin of the registeredStefano Sabatini
2010-07-27Document existing rules for AVInputFormat.name.Alex Converse
2010-07-27Make frames unsigned.Alexander Kojevnikov
2010-07-27Show correct bitrate for VBR MP3 files.Alexander Kojevnikov
2010-07-27Remove duplicate initialiser for cavsvideo_muxer.extensionsMåns Rullgård
2010-07-27rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann
2010-07-27libavformat needs libavcoreMåns Rullgård
2010-07-27add Chinese AVS encoding via external library libxavsStefan Gehrer
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-27Reindent after r24516.Ronald S. Bultje
2010-07-27Use inverse error branches, i.e. instead of if(something){success} else {error},Ronald S. Bultje
2010-07-27Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. ThisRonald S. Bultje
2010-07-26matroskaenc: add support for muxing SRT tracksAurelien Jacobs
2010-07-25add mime-type for ASS muxerAurelien Jacobs
2010-07-25Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö
2010-07-25Cosmetics: fix indentation and remove a useless else.Reimar Döffinger
2010-07-25Simplify get_byte and url_fgetc.Reimar Döffinger
2010-07-25Move ffm_close function up to avoid a forward declaration.Reimar Döffinger
2010-07-25ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger
2010-07-25add SubRip muxer and demuxerAurelien Jacobs
2010-07-24Fix a "function declaration isn't a prototype" warning.Reimar Döffinger
2010-07-24Never shrink the ByteIOContext buffer in ff_rewind_with_probe_dataMartin Storsjö
2010-07-24mpegts: Warn if unable to seek backMartin Storsjö
2010-07-23In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier
2010-07-22use return value of ff_get_line()Aurelien Jacobs
2010-07-22document ff_get_line()Aurelien Jacobs
2010-07-22improve ff_get_line to return line lengthAurelien Jacobs
2010-07-22move ff_get_line to aviobuf.cAurelien Jacobs
2010-07-22rename get_line to ff_get_lineAurelien Jacobs
2010-07-21Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger
2010-07-21Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö
2010-07-21rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö
2010-07-21gxfenc: Fix ES name in the UMF media description, by using strlen instead of ...Thierry Foucu
2010-07-20Allow the ASF header to be transferred split over multiple packets, as someZhentan Feng
2010-07-20Explicitely set the size of the "ff_asf_head1_guid" header chunk, this isZhentan Feng
2010-07-20Align outgoing messages to 8 bytes, this is required to interact withZhentan Feng
2010-07-20Fix a compile warning when compiling with DEBUG=1. The warning was:Zhentan Feng
2010-07-20Check the status code of each server responses, and fail if it indicatesZhentan Feng