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
2014-08-04http: Refactor http_open_cnxLuca Barbato
2014-08-01flv: Index the audio streamLuca Barbato
2014-07-29matroska: Register mime typesLuca Barbato
2014-07-29aac: Register the mime typeLuca Barbato
2014-07-29avformat: Use the mime type information in input probeLuca Barbato
2014-07-29avstring: Expose the simple name match functionLuca Barbato
2014-07-29avformat: Move av_probe_input* to format.cLuca Barbato
2014-07-29caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun
2014-07-29dump: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun
2014-07-29mxf: Extract origin information from material and source trackMarc-Antoine Arnaud
2014-07-29mxf: Detect Vanc/Vbi SMPTE-436M mxf trackMarc-Antoine Arnaud
2014-07-27avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun
2014-07-27avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun
2014-07-24http: K&R formatting cosmeticsDiego Biurrun
2014-07-22http: Use a constant for the supported header sizeLuca Barbato
2014-07-22http: Do move the class instantiation in the conditional blockLuca Barbato
2014-07-22http: Provide an option to override the HTTP methodLuca Barbato
2014-07-21mpegts: do not export empty language tagsJan Gerber
2014-07-17avpacket: Check for and return errors in ff_interleave_add_packet()Nidhi Makhijani
2014-07-11mov: Clarify tkhd flag settingsLuca Barbato
2014-07-11mov: Do not group tracks if more than one is enabled per typeLuca Barbato
2014-07-10cdg: Forward error from avio_size() in read_header() functionNidhi Makhijani
2014-07-10mpegts: pass MpegTSContext ptr explicitlyAlexander V. Lukyanov
2014-07-09rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov
2014-07-09yuv4mpegenc: do not access AVCodecContext.coded_frameAnton Khirnov
2014-07-09nsvdec: remove commented out cruftAnton Khirnov
2014-07-09mov: free the dv demux context with avformat_free_context()Anton Khirnov
2014-07-09mtv: do not set sample_rate for videoAnton Khirnov
2014-07-09oggparsecelt: do not set AVCodecContext.frame_sizeAnton Khirnov
2014-07-09adxdec: get rid of an avpriv functionAnton Khirnov
2014-07-09lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov
2014-07-09avformat: update muxing doxyAnton Khirnov
2014-07-09cdg: set the keyframe flag on the first packetAnton Khirnov
2014-07-08mov: Remove a variable that is set but never usedMartin Storsjö
2014-07-08nut: Use nut->version in the version range checkLuca Barbato
2014-07-08avformat_new_stream: make the AVCodec parameter constRoman Savchenko
2014-07-07smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer
2014-07-06vc1test: Check malloc callNidhi Makhijani
2014-07-06vc1test: Return proper error codesNidhi Makhijani
2014-07-06librtmp: Don't free the temp url at the end of rtmp_openMartin Storsjö
2014-07-03id3v2enc: use a case-insensitive comparison for APIC picture typeAnton Khirnov
2014-07-03daud: split muxer and demuxerNidhi Makhijani
2014-07-03lavf: document av_dump_format()Vittorio Giovara
2014-07-02matroskadec: Fix a double negation typoMichael Niedermayer
2014-07-01matroska: Factor out mkv_write_stereo_modeLuca Barbato
2014-07-01matroska: Factor out write_track from mkv_write_tracksLuca Barbato
2014-07-01matroska: K&R formatting cosmeticsLuca Barbato
2014-07-01mov: Support default-base-is-moof.Yusuke Nakamura
2014-06-28rtpenc_jpeg: check for color_range tooVittorio Giovara
2014-06-26dump_stream: print the timebase as is, do not reduce itAnton Khirnov