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
2012-10-14lavf: fix fps detection with PAFF H.264Michael Niedermayer
2012-10-14Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer
2012-10-14Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer
2012-10-14wv: do not report invalid stream durationPaul B Mahol
2012-10-14mp3enc: fix signed C99 overflowMichael Niedermayer
2012-10-14paf: avoid C99 overflowsMichael Niedermayer
2012-10-14avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-13sdp: output speex optional vbr parameterDmitry Samonenko
2012-10-13smjpegdec: use url_feof()Paul B Mahol
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-13Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'Michael Niedermayer
2012-10-13Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer
2012-10-13nut: prioritize native tagsLuca Barbato
2012-10-13nut: support pcm codecs not mapped in aviLuca Barbato
2012-10-13Allow autodetection of some dnxhd files that can be decoded correctly.Carl Eugen Hoyos
2012-10-13rtpdec_qdm2: change one assert to av_assert0Michael Niedermayer
2012-10-13wtvdec: fix memleak on errorMichael Niedermayer
2012-10-13avio: redesign ffio_rewind_with_probe_data()Michael Niedermayer
2012-10-13rtpdec_xiph: fix function return typeMans Rullgard
2012-10-13smjpeg: fix type of 'ret' variable in smjpeg_read_packet()Mans Rullgard
2012-10-13lavf/swf: transform the swf tags define in an enum.Clément Bœsch
2012-10-13lavf/swf: re-align after previous commit.Clément Bœsch
2012-10-13lavf/swf: define more tags.Clément Bœsch
2012-10-13lavf/swfdec: return more meaningful error codes.Clément Bœsch
2012-10-12lavf/swfdec: fix flushing with compressed swf.Clément Bœsch
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-12movenc: fix timescale for timecode trackMichael Niedermayer
2012-10-12avidec: Use sample size in case incorrect timestamps for aac in AVI (Ticket #...Heesuk Jung
2012-10-12Parse DEFINESOUND tags in swf (fix ticket 1638)Michael Bradshaw
2012-10-12rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö
2012-10-12rtmpproto: Fix an out of array writeMichael Niedermayer
2012-10-12rtspdec: Fix use of uninitialized byteMichael Niedermayer
2012-10-12yop: check return value of avformat_new_stream()Paul B Mahol
2012-10-12Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df'Michael Niedermayer
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer
2012-10-12rtmpproto: fix out of array writeMichael Niedermayer
2012-10-12rtspdec:read_line: fix use of uninitialized byteMichael Niedermayer
2012-10-12update_initial_timestamps: increase pts_buffer sizeMichael Niedermayer
2012-10-12md5: Allocate a normal private context for the opaque md5 context pointerMartin Storsjö
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-11bethsoftvid: check return value of av_packet_new_side_data()Paul B Mahol
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c'Michael Niedermayer
2012-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer
2012-10-11Fix broken timestamps for some mp3 in avi samples.Carl Eugen Hoyos
2012-10-10lavf: do not prematurely accept a format with low score in init_input()Michael Niedermayer
2012-10-10img2dec: detect .raw files only with a low score as img2Michael Niedermayer
2012-10-10lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer
2012-10-10mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau