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-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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
2012-02-25matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-25rmdec: fix "warning: format %d expects argument of type int, but argument 7 h...Michael Niedermayer
2012-02-25mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this func...Michael Niedermayer
2012-02-25flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not...Michael Niedermayer
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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-24apetag: do not leak memory if avio_read() failsPaul B Mahol
2012-02-24apetag: propagate errors.Ronald S. Bultje
2012-02-24udp: Fix sign of error codes.Michael Niedermayer
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-23sbgdec: read_seek was undeprecated.Nicolas George
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ö
2012-02-23riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp...Compn
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23mov: set channel layout for AC-3 streams based on the 'dac3' atom infoJustin Ruggles
2012-02-23img2: split muxer and demuxer into separate filesPaul B Mahol