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
2013-12-11avformat/utils: Check avcodec_open2() return code in av_find_stream_info()Michael Niedermayer
2013-12-11avformat/hdsenc: fix off by 1 error in array size checkMichael Niedermayer
2013-12-11avformat/hdsenc: fix unintentional integer overflow in hds_write_packet()Michael Niedermayer
2013-12-11avformat/hdsenc: Check rename() return valueMichael Niedermayer
2013-12-11avformat/aviobuf: fix null dereference in avio_close_dyn_buf()Michael Niedermayer
2013-12-11Force one stream for raw muxers.Carl Eugen Hoyos
2013-12-11avformat/oggparseopus: calculate pts/dts for initial packets after seekingMichael Niedermayer
2013-12-11avformat/oggparseopus: factor opus_duration() outMichael Niedermayer
2013-12-09Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'Michael Niedermayer
2013-12-09Fix remuxing of IMA_QT in mov.Carl Eugen Hoyos
2013-12-09Do not detect "00000000..." (and other non-changing values) as adp.Carl Eugen Hoyos
2013-12-09Revert: flvenc: Don't pretend to support muxing "plain" VP6Carl Eugen Hoyos
2013-12-09Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'Michael Niedermayer
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09avformat: AviSynth demuxer rewrited s
2013-12-08avformat/rtpdec: Enable GSM RTP depacketizationAndrey Utkin
2013-12-07avformat/utils: remove unused variableMichael Niedermayer
2013-12-07avformat/utils: reject poorly fitting rfps values earlierMichael Niedermayer
2013-12-07avformat/mov: use rfps_add_frame() only for videoMichael Niedermayer
2013-12-06lavf/mux: Don't write "encoder" metadata tag when bitexact is requestedJames Almer
2013-12-06do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer
2013-12-06Add Windows resource file support for shared librariesJames Almer
2013-12-06Ignore es_map_length when parsing mpeg program stream map.Carl Eugen Hoyos
2013-12-05avformat/mov: calculate rfps from the first 100 frames of the indexMichael Niedermayer
2013-12-05avformat/utils: factor rfps calculation outMichael Niedermayer
2013-12-05avformat/utils: provide more IO statistics in debug output at start and end o...Michael Niedermayer
2013-12-04avformat/utils: move update_wrap_reference() upMichael Niedermayer
2013-12-04avformat/utils: reorder operations in update_wrap_reference()Michael Niedermayer
2013-12-04mpegts: do not set pts for missing dts in video streamsRainer Hochecker
2013-12-04avformat/utils: correct for timestamp wrap earlierMichael Niedermayer
2013-12-04avformat/utils: also fix wrapping of start_time in update_initial_timestamps()Michael Niedermayer
2013-12-04avformat/utils: Fix pts_wrap_behavior calculation with negative first_dtsMichael Niedermayer
2013-12-02avformat/avisynth: remove duplicate av_new_packet() callMichael Niedermayer
2013-12-01avisynth: make avs_library statically allocated.Anton Khirnov
2013-12-01avisynth: Move to av_new_packet/av_free_packet.Stephen Hutchinson
2013-12-01Add an Opus and a Speex muxer.Carl Eugen Hoyos
2013-12-01Support AC-3 in Sega Dreamcast Sofdec files.Carl Eugen Hoyos
2013-11-29mxfdec: set extradata sizeAnton Khirnov
2013-11-26MSN Audio supportKostya Shishkov
2013-11-25build: Integrate multilibrary examples into the build systemDiego Biurrun
2013-11-25lavf/segment: add a few log messages when avio_open2() failsStefano Sabatini
2013-11-25lavf/segment: add segment_list_entry_prefix optionStefano Sabatini
2013-11-25lavf: Exporting opus pre_skip in AVCodecContextVignesh Venkatasubramanian
2013-11-24avformat/asfdec: ignore packet_segmentsMichael Niedermayer
2013-11-24avformat/asfdec: reset packet_time_start when asf_read_frame_header() failedAlberto Delmás
2013-11-24avformat/asfdec: remove duplicated packet_segments resetMichael Niedermayer
2013-11-24lavf/mpegenc: Print a warning if ac3, pcm_s16be or dts are muxed into mpeg1.Carl Eugen Hoyos
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-23avformat/hnm: check chunk_size == 0Michael Niedermayer