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-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
2014-06-23Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun
2014-06-22build: Add missing object files for webm muxerDiego Biurrun
2014-06-22build: Add missing object files for Matroska demuxerDiego Biurrun
2014-06-22build: Add missing replaygain object file for CAF demuxerDiego Biurrun
2014-06-19rtsp: Support misordered fmtp rtpmapJoshua Kordani
2014-06-19rtsp: Factor out fmtp parsingLuca Barbato
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-18riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov
2014-06-18lavf: add the notimestamps flag to the muxers missing itAnton Khirnov
2014-06-18rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov
2014-06-18Remove avserver.Anton Khirnov
2014-06-17flvenc: Don't over-count metadata.Josh Allmann
2014-06-14lavf: dump stream side data when probingVittorio Giovara
2014-06-14lavf: group dump functions togetherVittorio Giovara
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-06-11mpegts: Provide an option to override the pcr periodLuca Barbato
2014-06-11mpegts: Move the option section to the bottomLuca Barbato