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-06cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger
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-05siff: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-05amr demuxer: do not set AVCodecContext.frame_size.Justin Ruggles
2012-03-05aiffdec: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-05mov: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-05ape: do not set AVCodecContext.frame_size.Justin Ruggles
2012-03-05rdt: remove workaround for infinite loop with aacJustin 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-05swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_sizeJustin Ruggles
2012-03-05rtpenc: use av_get_audio_frame_duration() for max_frames_per_packetJustin Ruggles
2012-03-05riffenc: use av_get_audio_frame_duration()Justin 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-05dv: Do not redundantly initialize struct members to zero.Diego Biurrun
2012-03-04tiertexseq: set correct block_align for audioJustin Ruggles
2012-03-04tiertexseq: set audio stream start time to 0Justin Ruggles
2012-03-04voc/avs: Do not change the sample rate mid-stream.Justin Ruggles
2012-03-04segafilm: use the sample rate as the time base for audio streamsJustin Ruggles
2012-03-04ea: fix audio ptsJustin Ruggles
2012-03-04psx-str: fix audio ptsJustin Ruggles
2012-03-04vqf: set packet durationJustin Ruggles
2012-03-04tta demuxer: set packet durationJustin Ruggles
2012-03-04thp: set audio packet durationsJustin Ruggles
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-03-03mpegts: Pad the packet buffer in handle_packet().Alex Converse
2012-03-03mpegts: Do not call read_sl_header() when no bytes remain in the buffer.Alex Converse
2012-03-02matroska: check buffer size for RM-style byte reordering.Ronald S. Bultje
2012-03-02rmdec: Honor .RMF tag size rather than assuming 18.Alex Converse
2012-03-02r3d: don't set codec timebase.Anton Khirnov
2012-03-02electronicarts: set timebase for tgv video.Anton Khirnov
2012-03-02electronicarts: parse the framerate for cmv video.Anton Khirnov
2012-03-02ogg: don't set codec timebaseAnton Khirnov
2012-03-02electronicarts: don't set codec timebaseAnton Khirnov
2012-03-02avs: don't set codec timebaseAnton Khirnov
2012-03-02mp3dec: Fix reading file size and frames in VBRI headersIngo Brückl
2012-03-02rmdec: adjust printf format string specifier to fix warningDiego Biurrun
2012-03-01rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö
2012-03-01dxa: set audio stream time base using the sample rateJustin Ruggles
2012-03-01psx-str: do not allow seeking by bytesJustin Ruggles
2012-03-01asfdec: Do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-01vqf: set packet parameters after av_new_packet()Justin Ruggles
2012-02-29rtpenc: Fix setting the max packet sizeMartin Storsjö
2012-02-29Add a minor bump, changelog/APIchanges entry and some documentation for APIC ...Anton Khirnov