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
2014-10-15avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_com...Michael Niedermayer
2014-10-15Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'Michael Niedermayer
2014-10-15lavf: switch to AVCodecContext.framerate for demuxingAnton Khirnov
2014-10-14avformat/utils: print more information with av_dlog() in compute_pkt_fields()Michael Niedermayer
2014-10-12lavf: Don't drop both pts and dts if timestamps are invalidMichael Niedermayer
2014-10-06avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer
2014-10-06avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer
2014-09-29Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf'Michael Niedermayer
2014-09-29lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles
2014-09-21avformat/mp3dec: avoid early EOF with concatenated gapless mp3swm4
2014-09-20avformat/mp3dec: fix gapless audio supportwm4
2014-09-14avformat/utils: free s->pb for image2 as it can be used with and without a fileMichael Niedermayer
2014-09-08avformat/utils: Exclude the header size when computing duration from bit_rateHendrik Leppkes
2014-08-26avformat/utils: remove assert that tests the same condition as the if() direc...Michael Niedermayer
2014-08-25Merge commit 'b263f8ffe7599d9cd27ec477a12700da8eb2790d'Michael Niedermayer
2014-08-25lavf: add AVFormatContext.max_ts_probeAnton Khirnov
2014-08-15vformat/utils: call flush_packet_queue() from avformat_free_context()Michael Niedermayer
2014-08-15Fix packet_buffer memory leak in avformat_free_contextAndrey Myznikov
2014-08-14lavf: eliminate ff_get_audio_frame_size()Anton Khirnov
2014-08-14Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration()Michael Niedermayer
2014-08-14Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame...Michael Niedermayer
2014-08-14avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio...Michael Niedermayer
2014-08-14Merge commit '481a3667495425db9fdffb653292b6460fb68208'Michael Niedermayer
2014-08-14Merge commit '019d3fccc4dcf5c8379112f697ce9eb08edee9b9'Michael Niedermayer
2014-08-13lavf: eliminate ff_get_audio_frame_size()Anton Khirnov
2014-08-13Set protocol-level metadata in AVFormatContext any time a packet is read.Andrew Stone
2014-08-07avcodec/raw: add avpriv_get_raw_pix_fmt_tags()James Almer
2014-08-07Do not return a probe score from set_codec_from_probe_data() if the codec was...Carl Eugen Hoyos
2014-08-04avformat/util: change av_find_default_stream_index() to use a score based systemMichael Niedermayer
2014-07-30Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos
2014-07-29Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'Michael Niedermayer
2014-07-29avformat: Move av_probe_input* to format.cLuca Barbato
2014-07-27Merge commit '7215fcf84032118ecd9fb54fb14154d69fea638d'Michael Niedermayer
2014-07-27avformat: Mark AVOutputFormat argument in avformat_query_codec as constDiego Biurrun
2014-07-14avformat: add av_stream_get_parser() to access avformat AVParserMichael Niedermayer
2014-07-13avformat/utils: do not wait for packets from discarded streams for genptsMichael Niedermayer
2014-07-12avformat/mpegts: dont clear programs during probingMichael Niedermayer
2014-07-11avformat/mpegts: skip updating programs/streams when determining durationMichael Niedermayer
2014-07-08avformat_new_stream: make the AVCodec parameter constRoman Savchenko
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun
2014-06-19avformat/utils: better probing for duration in estimate_timings_from_pts()Gaullier Nicolas
2014-06-18Merge commit '194be1f43ea391eb986732707435176e579265aa'Michael Niedermayer
2014-06-18lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov
2014-06-16Merge commit '2dc265619a2fc9c6f9aff7ac2bcdbcb90e9610cb'Michael Niedermayer
2014-06-14lavf: group dump functions togetherVittorio Giovara
2014-06-10Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2014-06-10Allow values >31bit for -analyzeduration.Carl Eugen Hoyos