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-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-28mxfdec: set pixel format for cdci picture formatsPhilip de Nier
2012-02-28mxfdec: detect uncomp pictures using essence container ulPhilip de Nier
2012-02-28mxf: add uncompressed 422 8-bit rawvideo labelPhilip de Nier
2012-02-28mxfdec: set track edit rate num/den in expected orderPhilip de Nier
2012-02-28mxf: fix v210 label matching lenPhilip de Nier
2012-02-28omadec: Fix wrong number of array elements.Michael Niedermayer
2012-02-28add v210 to intra only list to allow "-vcodec copy"Philip de Nier
2012-02-28segment: implement wrap aroundLuca Barbato
2012-02-28avf: reorder AVStream and AVFormatContextLuca Barbato
2012-02-28pmpdec: Check for zero audio packets.Michael Niedermayer
2012-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-26cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger
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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer