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
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03oggdec: fix Ticket185Michael Niedermayer
2011-06-03udp: fix indentionJULIAN GARDNER
2011-06-03wav: update size check for ds64Michael Niedermayer
2011-06-03wav: fix skip size at end of ds64 chunkPhilip de Nier
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-03rawdec: initialize return value to 0.Anton Khirnov
2011-06-03rawdec: don't leak option strings.Anton Khirnov
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-06-02oma: check avio_read() return valueMans Rullgard
2011-06-02nutdec: remove unused variableMans Rullgard
2011-06-02Remove unused variablesMans Rullgard
2011-06-02Fix various uninitialized variable warningsClément Bœsch
2011-06-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-01Simplify code and avoid compiler warning about incompatible types.Reimar Döffinger
2011-06-01lavf: tag dump_format() as @deprecatedStefano Sabatini
2011-06-01yuv4mpeg: complain and exit if a non-rawvideo stream is selectedStefano Sabatini
2011-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-01Employ correct printf format specifiers, mostly in debug output.Diego Biurrun
2011-05-31improved 'edts' atom writing supportGil Pedersen
2011-05-30wav: Don't avio_seek() if we know we'll run into EOFTomas Härdin
2011-05-30examples: move API examples to a dedicated dir in docStefano Sabatini
2011-05-30TCP: change default timeout to 5secMichael Niedermayer
2011-05-30Revert "Timeout TCP open() after 5 seconds."Michael Niedermayer
2011-05-30Fix various unused variable warningsClément Bœsch
2011-05-30Fix various bad printf format warningsClément Bœsch
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-28iff: remove duplicated file descriptionStefano Sabatini
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-28Export PCR pidKieran Kunhya
2011-05-28Export more transport stream information.Kieran Kunhya
2011-05-28Output MPEG-TS stream identifiers.Kieran Kunhya
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-28lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov
2011-05-28rawdec: add a pixel_format private option.Anton Khirnov
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-27movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-05-27tcp: make connect() timeout properlyLuca Barbato
2011-05-27rawdec: factor video demuxer definitions into a macro.Anton Khirnov
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-27lavf: deprecate AVFormatParameters.width/height.Anton Khirnov
2011-05-27tty: add video_size private option.Anton Khirnov
2011-05-27rawdec: add video_size private option.Anton Khirnov
2011-05-27Add metadata conversion table to the wav demuxerTomas Härdin
2011-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27id3v2: Check malloc result. ID3v2 tags can be very large.Alex Converse