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
2015-02-20rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_aMartin Storsjö
2015-02-20rtpdec_h264: Remove an unnecessary checkMartin Storsjö
2015-02-20rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_aMartin Storsjö
2015-02-20rtpdec_h264: Make a parameter pointer constMartin Storsjö
2015-02-20rtpdec_h264: Use av_realloc instead of av_malloc+mempcyMartin Storsjö
2015-02-20rtpdec_h264: Include the right header for AV_RB16Martin Storsjö
2015-02-20rtpdec_vp8: Set the keyframe flagMartin Storsjö
2015-02-19lavf: Add DSS demuxerOleksij Rempel
2015-02-17riff: Support QT RLE Animation in avi ('rle ' FourCC)Vittorio Giovara
2015-02-17riff: Support ProRes in avi (APCH fourcc)Vittorio Giovara
2015-02-17nutdec: Check memory allocationsHugo Beauzée-Luyssen
2015-02-17movenc: Check memory allocationsHugo Beauzée-Luyssen
2015-02-17rmdec: Check memory allocations from ff_rm_alloc_rmstream()Hugo Beauzée-Luyssen
2015-02-17lavf: Document the codec context initializationVittorio Giovara
2015-02-17matroskaenc: Validate chapter start and end timesVittorio Giovara
2015-02-15mov: Change DTS-based seek into CTS-based seek.Yusuke Nakamura
2015-02-15ape: Use the proper variable typeLuca Barbato
2015-02-15ogg: check memory allocationsFederico Tomassetti
2015-02-15rtp: h264: Drop the assertsLuca Barbato
2015-02-15rtp: h264: Move FU-A NAL parsing to a functionLuca Barbato
2015-02-15rtp: h264: Move STAP-A NAL parsing to a functionLuca Barbato
2015-02-15rtp: h264: Move parse_sprop_parameter_sets parsing to a functionLuca Barbato
2015-02-15rtp: h264: Move profile_level_id parsing to a functionLuca Barbato
2015-02-14mov: Fix compilation with DEBUG enabledDiego Biurrun
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-10lavf: move internal fields from public to internal contextwm4
2015-02-10mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov
2015-02-08lavf: remove unused codewm4
2015-02-07oma: Report a timestampLuca Barbato
2015-02-03r3d: Fix pos typeLuca Barbato
2015-02-03tta: Fix framepos and start_offset typesVittorio Giovara
2015-02-03isom: Decode Prores 4444 XQ with the existing Prores decoderCarl Eugen Hoyos
2015-02-03mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes
2015-02-03siff: Return more meaningful error valuesDiego Biurrun
2015-02-03siff: K&R formatting cosmeticsDiego Biurrun
2015-02-01ogg: Provide an option to offset the serial numberLuca Barbato
2015-01-29yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara
2015-01-28avio: Do not consider the end-of-buffer position validLuca Barbato
2015-01-27nuv: validate image sizeVittorio Giovara
2015-01-27nsvdec: validate channels and samplerateVittorio Giovara
2015-01-27mov: export audio service type as side dataAnton Khirnov
2015-01-27lavf: add a convenience function for adding side data to a streamAnton Khirnov
2015-01-27nutenc: do not use has_b_framesAnton Khirnov
2015-01-27avidec: do not export stream_codec_tagAnton Khirnov
2015-01-23segment: Check av_get_frame_filename() return valueVittorio Giovara
2015-01-23hlsproto: Properly close avio buffer in case of errorVittorio Giovara
2015-01-23mov: Do not compute negative SAR valuesVittorio Giovara
2015-01-23rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö
2015-01-22dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö
2015-01-22dashenc: Fix format string generationRodger Combs