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-06mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05avformat: Probe codecs at score 0 on buffer exhaustion conditions.Alex Converse
2012-06-05avformat: Factorize codec probing.Alex Converse
2012-06-05Indeo Audio decoderKostya Shishkov
2012-06-05isom: add Radius DV YUV FourCCsPiotr Bandurski
2012-06-05Add missing CRLFs to avisynth error messages.Carl Eugen Hoyos
2012-06-05Fix MP2 muxer Makefile dependencies.Carl Eugen Hoyos
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-04movenc: Write chan atom for all audio tracks in mov mode movies.Alex Converse
2012-06-04mpegtsenc: use avio_open_dyn_buf(), zero pointers after freeingJindřich Makovička
2012-06-04avidec: make scale and rate unsigned.Anton Khirnov
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
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