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-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
2012-02-29mp3enc: write attached pictures (APIC).Anton Khirnov
2012-02-29mp3enc: move mp3_write_xing() further up in the file.Anton Khirnov
2012-02-29id3v2enc: add a function for writing attached pictures.Anton Khirnov
2012-02-29id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov
2012-02-29id3v2enc: split ff_id3v2_write().Anton Khirnov
2012-02-29id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov
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-29id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov
2012-02-29lavf: move CodecMime from matroska.h to internal.hAnton Khirnov
2012-02-29swfdec: do not set codec timebase.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov
2012-02-29mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov
2012-02-29asf: don't seek back on EOF.Ronald S. Bultje
2012-02-29asf: error out on ridiculously large minpktsize values.Ronald S. Bultje
2012-02-28oma: don't read beyond end of leaf_table.Ronald S. Bultje
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-28segment: implement wrap aroundLuca Barbato
2012-02-28avf: reorder AVStream and AVFormatContextLuca Barbato
2012-02-27flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer
2012-02-27flvdec: Validate index entries added from metadata while readingMartin Storsjö
2012-02-27rtsp: Handle requests from server to clientTommy Winther
2012-02-27movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles
2012-02-27movenc: use the first cluster duration as the tfhd default durationJustin Ruggles
2012-02-27movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles
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-26rawdec: set timebase to 1/fps.Anton Khirnov
2012-02-25matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje
2012-02-24lavf: move the packet keyframe setting code.Anton Khirnov
2012-02-24oggenc: free comment header for all codecsJustin Ruggles
2012-02-24lavf/output-example: use new audio encoding API correctly.Anton Khirnov
2012-02-24lavf/output-example: more proper usage of the new API.Anton Khirnov
2012-02-24apetag: do not leak memory if avio_read() failsPaul B Mahol
2012-02-24apetag: propagate errors.Ronald S. Bultje
2012-02-24swf: check return values for av_get/new_packet().Ronald S. Bultje
2012-02-23rtpenc: Expose the max packet size via an avoptionMartin Storsjö
2012-02-23rtpenc: Move max_packet_size to a context variableMartin Storsjö
2012-02-23rtpenc: Add an option for not sending RTCP packetsMartin Storsjö
2012-02-23rtpenc: Add an error messageMartin Storsjö
2012-02-23rtpenc: Allow packetizing H263 according to the old RFC 2190Martin Storsjö
2012-02-23rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö