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-03-20lavf: requeue attached pictures after seeking.Anton Khirnov
2012-03-19libavformat: Use AVFormatContext.probesize in init_inputMartin Storsjö
2012-03-18lavf: remove some disabled code.Anton Khirnov
2012-03-18lavf: only set average frame rate for video.Anton Khirnov
2012-03-18lavf: remove a pointless check.Anton Khirnov
2012-03-15lavf: don't select an attached picture as default stream for seeking.Anton Khirnov
2012-03-05cosmetics: reindentJustin Ruggles
2012-03-05avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles
2012-03-05avformat: do not fill-in audio packet duration in compute_pkt_fields()Justin Ruggles
2012-03-05lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()Justin Ruggles
2012-03-05avformat: do not require frame_size in avformat_find_stream_info() for CELTJustin Ruggles
2012-03-05avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3Justin Ruggles
2012-03-05avformat: do not require frame_size in avformat_find_stream_info() for AACJustin Ruggles
2012-03-05lavf: deobfuscate read_frame_internal().Anton Khirnov
2012-03-05lavf: make read_from_packet_buffer() more flexible.Anton Khirnov
2012-03-05lavf: factorize freeing a packet buffer.Anton Khirnov
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-02-29id3v2: remove unused ff_id3v2_read().Anton Khirnov
2012-02-29lavf: export id3v2 attached pictures as streams.Anton Khirnov
2012-02-29lavf: generic code for exporting attached pictures.Anton Khirnov
2012-02-26lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov
2012-02-26lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov
2012-02-24lavf: move the packet keyframe setting code.Anton Khirnov
2012-02-22lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().Anton Khirnov
2012-02-21avcodec: add duration field to AVCodecParserContextJustin Ruggles
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