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
2013-03-12lavf: add AV_ to two remaining CODEC_ID_*.Nicolas George
2013-03-12Merge commit '3e2f200237af977b9253b0aff121eee27bcedb44'Michael Niedermayer
2013-03-12Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer
2013-03-12Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111'Michael Niedermayer
2013-03-12avformat: keep r_frame_rateMichael Niedermayer
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer
2013-03-10mpegts: clear avprograms only for removed programsMichael Niedermayer
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08tty: set avg_frame_rate.Anton Khirnov
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-08mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-07avformat: Fix apics with aacMichael Niedermayer
2013-03-07hls: fix timebaseMichael Niedermayer
2013-03-07lavf/segment: add support to ffconcat segment listStefano Sabatini
2013-03-06asfdec: dont truncate type 2-5 valuesMichael Niedermayer
2013-03-05lavf/concat: compute duration if possible.Nicolas George
2013-03-05Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George
2013-03-05mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-05iff: fix integer overflowMichael Niedermayer
2013-03-04update_stream_timings: check bitrate for being in range.Michael Niedermayer
2013-03-04avformat: Make duration estimation from pts more robustMichael Niedermayer
2013-03-04nutdec: more specific return codes for decode_syncpoint()Michael Niedermayer
2013-03-04nutdec: print error on invalid/unsupported fourcc styleMichael Niedermayer
2013-03-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-04buildsys: only include log2_tab per library for shared buildsMichael Niedermayer
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-03-03avformat: gather aspect ratio from rv30/40 in find_stream_infoMichael Niedermayer
2013-03-03Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-03-03movenc: Do not flag secondary audio and subtitle tracks as enabled.Michael Niedermayer
2013-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-02rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö
2013-03-02Avoid huge memory allocations from asf demuxer.Carl Eugen Hoyos
2013-03-02Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9'Michael Niedermayer
2013-03-02Merge commit 'c91c63b5380bf79655c09320774a022f84d76fd5'Michael Niedermayer
2013-03-02flvdec: Check the return value of a mallocMartin Storsjö
2013-03-02flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö
2013-02-28lavf/avio: check for : in filenames for protocols.Nicolas George
2013-02-28lavf: rescale duration for chained muxers.Nicolas George
2013-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-28Revert "lavf/utils: add support for special characters encoding in URL"Michael Niedermayer
2013-02-28lavf/utils: add support for special characters encoding in URLSenthilnathan M
2013-02-28lavf/concatdec: define "ffcat" and "ffconcat" extensionsStefano Sabatini
2013-02-27lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-02-27oggdec: chained oggs have timestamp discontinuitiesMichael Niedermayer
2013-02-25pmpdec: make i unsigned, avoid undefined behavior of i++Michael Niedermayer
2013-02-25pmpdec: fix integer overflowMichael Niedermayer