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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26Enable generic index/seeking for mgsts demuxer.Reimar Döffinger
2012-03-26Handle 0-size sync packets when only parsing headers.Reimar Döffinger
2012-03-26Support FLIC in MOV.Reimar Döffinger
2012-03-26mxfdec: fix off by one error.Michael Niedermayer
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-03-26lavf doxy: expand AVStream.codec doxy.Anton Khirnov
2012-03-26lavf doxy: improve AVStream.time_base doxy.Anton Khirnov
2012-03-26lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov
2012-03-26lavf doxy: document passing options to demuxers.Anton Khirnov
2012-03-26lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov
2012-03-26mpegtsenc: allow user triggered PES packet flushingJindrich Makovicka
2012-03-26mxfdec: pass correct context to av_timecode_init()Michael Niedermayer
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25"Metal Gear Solid: The Twin Snakes" demuxerPaul B Mahol
2012-03-25mov: fix heap buffer overflowMichael Niedermayer
2012-03-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25movenc: Merge if statementsMartin Storsjö
2012-03-25avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö
2012-03-25libavformat: Document who sets the AVStream.id fieldMartin Storsjö
2012-03-23xmv: check channel numberMichael Niedermayer
2012-03-23mov: Fix FPE on 0 time_scaleMichael Niedermayer
2012-03-23vorbisdemux: Check private context in theoras gtopts.Michael Niedermayer
2012-03-23matroskadec: fix strcmp(NULL)Michael Niedermayer
2012-03-23mov: fix global unicode convertion array overflow.Michael Niedermayer
2012-03-23mmdemux: dont set pkt->size to an invalid value.Michael Niedermayer
2012-03-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-23xwma: Validate channels and bits_per_coded_sample.Alex Converse
2012-03-23mov: Do not read past the end of the ctts_data table.Alex Converse
2012-03-23mov: Add missing terminator to mov_ch_layout_map_1ch.Alex Converse
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-22asf: reset side data elements on packet copy.Ronald S. Bultje
2012-03-22oggparseogm: fix order of arguments of avpriv_set_pts_info().Michael Niedermayer
2012-03-22udp: lock all operations on shared variables.Nicolas George
2012-03-22udp: return the error code instead of generic EIO.Nicolas George
2012-03-22udp: call av_fifo_space directly as needed.Nicolas George
2012-03-22udp: use non-blocking read instead of select.Nicolas George
2012-03-22udp: use pthread_cancel instead of a shared flag.Nicolas George
2012-03-22aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-CJustin Ruggles
2012-03-22aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFFJustin Ruggles
2012-03-22aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-CJustin Ruggles
2012-03-22aiffdec: do not set bit rate if block duration is unknownJustin Ruggles
2012-03-22segment: fix null pointer dereferencePaul B Mahol
2012-03-22electronicarts vp6: set duration of video streamPaul B Mahol
2012-03-22Fix type and codetype fields in the MMF header for some phones.Vidar Madsen
2012-03-21Print a warning when using wild guesses as time stamps.Reimar Döffinger
2012-03-21westwood_vqa: set video stream durationPaul B Mahol
2012-03-21westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-21aiffdec: Fix SIGFPE on pcm_f32beTomas Härdin
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer