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
2012-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-03set some categories of some AVClass structsMichael Niedermayer
2012-06-03librtmp: return AVERROR_UNKNOWN instead of -1.Anton Khirnov
2012-06-03librtmp: don't abuse a variable for two unrelated things.Anton Khirnov
2012-06-03librtmp: add rtmp_app and rtmp_playpath private options.Anton Khirnov
2012-06-03Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos
2012-06-03mpegtsenc: zero pointers after freeingMichael Niedermayer
2012-06-03mpegts_audio_write: fix potential integer overflowMichael Niedermayer
2012-06-03flv: support stream text data as onTextDataLuca Barbato
2012-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-03mpegtsenc: Support LATM packetization for AACJindrich Makovicka
2012-06-03adtsenc: Don't expose the muxer internals to the rest of lavfJindrich Makovicka
2012-06-03mpegtsenc: use AVFormatContext for AAC packetizationJindrich Makovicka
2012-06-03mpegtsenc: use AVERROR() for return codesJindrich Makovicka
2012-06-03oggdec: fix regression that caused reading the whole file during openMichael Niedermayer
2012-06-02lavf: use input keyframe flag when muxer does not provide keyframe flags.Michael Niedermayer
2012-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-01http: Add the url_shutdown function for https, tooMartin Storsjö
2012-06-01http: Simplify code by removing a local variableMartin Storsjö
2012-06-01http: Clear the old URLContext pointer when closedMartin Storsjö
2012-06-01http: use ffurl_closep()Michael Niedermayer
2012-06-01url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer
2012-06-01lavf: use av_freep() in ffurl_close()Michael Niedermayer
2012-06-01tcp: Check the return values from bind and acceptMartin Storsjö
2012-06-01tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö
2012-06-01tcp: Check the return values from bind and acceptMartin Storsjö
2012-06-01dv-demux: dont mess with codec valuesMichael Niedermayer
2012-06-01jacosub_probe: slightly increase the score to limit misdetection.Clément Bœsch
2012-05-31jacosub_probe: speedup by making only one call to sscanfClément Bœsch
2012-05-31avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi
2012-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-31oggparsevorbis: fix null ptr dereferenceMichael Niedermayer
2012-05-31mxfenc: support 50 and 60 frame ratesMatthieu Bouron
2012-05-31ipmovie_probe: speedup by avoiding memcmp() callMichael Niedermayer
2012-05-31ac3_probe: speedup by checking for header earlierMichael Niedermayer
2012-05-31yop_probe: check more fields to avoid detecting random data as yopMichael Niedermayer
2012-05-31avidec: fix odd extradata size case.Michael Niedermayer
2012-05-31libavformat: ff_get_bmp_header: return esize tooMichael Niedermayer
2012-05-31http: Pass the proper return code of net IO operationsSamuel Pitoiset
2012-05-31http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset
2012-05-30mp3/ac3 probe: search for PES headers to prevent probing MPEG-PS as MP3.Ronald S. Bultje
2012-05-30Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer
2012-05-29lavf/microdvd: support events lasting to the next one.Clément Bœsch
2012-05-29ape: Fix null ptr dereference with files missing a seekatable.Michael Niedermayer
2012-05-29movdec: Check count of stts/ctts elements instead of just the pointer.Michael Niedermayer
2012-05-294xm: fix division by zero caused by bps<8Michael Niedermayer
2012-05-29movenc: Fix muxing of Apple Quicktime chapters. v3Philip Langdale
2012-05-28http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset
2012-05-28http: Add support for using persistent connectionsSamuel Pitoiset
2012-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer