Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-22libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix
2015-02-22rtsp: parse lang attribute in SDPGilles Chanteperdrix
2015-02-22rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix
2015-02-22rtpdec_h264: Add a missing closing paren in a log messageMartin Storsjö
2015-02-21rtpdec_hevc: Implement parsing of aggregated packetsThomas Volkert
2015-02-21rtpdec_hevc: Initialize variables to silence false positive compiler warningsMartin Storsjö
2015-02-21rtpdec_hevc: Use a shared function for parsing parameter setsMartin Storsjö
2015-02-21rtpdec_h264: Make reusable functions non-staticMartin Storsjö
2015-02-21rtpdec_h264: Fix nal type counting after refactoringMartin Storsjö
2015-02-21rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevcMartin Storsjö
2015-02-21rtpdec_h264: Generalize parse_sprop_parameter_setsMartin Storsjö
2015-02-21hlsenc: write playlist into a temp file and replace the original atomicallyHendrik Leppkes
2015-02-21hlsenc: remove the AVIOContext for the playlist from the muxer contextHendrik Leppkes
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