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-02-12lavf: fix aspect ratio mismatch message.Andrey Utkin
2012-01-31lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-30avformat_write_header(): detail error messageRafaël Carré
2012-01-27lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-26lavf: prevent infinite loops while flushing in avformat_find_stream_infoJanne Grunau
2012-01-25libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö
2012-01-20lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau
2012-01-18lavf: free packets for muxers implementing interleave_packet().Anton Khirnov
2012-01-13utils: Check for extradata size overflows.Alex Converse
2012-01-05lavf: cosmetics, reformat av_read_frame().Anton Khirnov
2012-01-05lavf: refactor av_read_frame() to make it easier to understand.Anton Khirnov
2012-01-03lavf: flush decoders in avformat_find_stream_info().Anton Khirnov
2011-12-31threads: default to automatic thread count detectionJanne Grunau
2011-12-22libavformat: Add a utility function for adding parameter change side dataMartin Storsjö
2011-12-18lavf: force threads to 1 in avformat_find_stream_info()Anton Khirnov
2011-12-13lavf: dealloc private options in av_write_trailerLuca Barbato
2011-12-12lavf: add avformat_close_input().Anton Khirnov
2011-12-12lavf: deprecate av_close_input_stream().Anton Khirnov
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-07avformat/utils: Drop unused goto label.Diego Biurrun
2011-12-05avformat: use avcodec_decode_audio4() in avformat_find_stream_info()Justin Ruggles
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-30lavf: estimate frame duration from r_frame_rate.Anton Khirnov
2011-11-22pthread: do not touch has_b_framesJanne Grunau
2011-11-16avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö
2011-11-16avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö
2011-11-16lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard
2011-11-13lavf: pass options from AVFormatContext to avio.Anton Khirnov
2011-11-13avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-11-09lavf: don't leak corrupted packetsAndrey Utkin
2011-11-08avformat: Avoid a warning about mixed declarations and codeMartin Storsjö
2011-11-07avformat: Warn about using network functions without calling avformat_network...Martin Storsjö
2011-11-06lavf: don't return from void av_update_cur_dts()Anton Khirnov
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-05avformat: Add functions for doing global network initializationMartin Storsjö
2011-10-29lavf: use number of output pictures for delay checks.Ronald S. Bultje
2011-10-29probe: Restore identification of files with very large id3 tags and no extens...Alex Converse
2011-10-29probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse
2011-10-28lavf: make some seeking functions privateAnton Khirnov