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
2006-06-25s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård
2006-06-2510l: don't allocate a new buffer quite so oftenMåns Rullgård
2006-06-25cleaned up buffer managementMåns Rullgård
2006-06-25check only existing streamsBaptiste Coudurier
2006-06-25minor cleanupLuca Barbato
2006-06-24simplifyBaptiste Coudurier
2006-06-21Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner
2006-06-20increase search limit in av_find_stream_infoMåns Rullgård
2006-06-20allow packets with non-zero PES_scrambling_controlMåns Rullgård
2006-06-19fix aac in mov for ipodBaptiste Coudurier
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-06-17use standard codec tag if the specified tag is out of range and would beMåns Rullgård
2006-06-16Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-06-16make dump_format output more homogenousBaptiste Coudurier
2006-06-16export all tracks to libavformat layerBaptiste Coudurier
2006-06-15Fix segfaultR. Brian Anderson
2006-06-15Fix typoLuca Abeni
2006-06-14dont load the index if we cant seek backMichael Niedermayer
2006-06-14check fseek return valueBaptiste Coudurier
2006-06-14fix unused computed valueBaptiste Coudurier
2006-06-13fix mp3 muxingBaptiste Coudurier
2006-06-13fix probe of high bitrate mpeg2videoMichael Niedermayer
2006-06-12simplify, completely ignore streams not recognized, that fixes seeking for so...Baptiste Coudurier
2006-06-11read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger
2006-06-10Add support for GNU/kFreeBSD systems.Diego Biurrun
2006-06-06probe for mpeg audioMåns Rullgård
2006-06-05rm_read_audio_stream_info return type is not voidRoberto Togni
2006-06-04Support for AAC (fourcc raac and racp) in rm filesRoberto Togni
2006-06-04fix seek related bugsMåns Rullgård
2006-06-02remove redundant make variable SUBDIRMåns Rullgård
2006-06-01Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson
2006-05-30Include the correct video4linux2 headerLuca Abeni
2006-05-28suggest solution for 2 fixmiesMichael Niedermayer
2006-05-26Remove all .cvsignore files, they are no longer necessary.Diego Biurrun
2006-05-19fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...Michael Niedermayer
2006-05-19dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer
2006-05-19dont write LAVF_ID if bitexact and any meta tag is setMichael Niedermayer
2006-05-19simplify meta tag writing codeMichael Niedermayer
2006-05-18fix seeking, typo provoking hard segfaultBaptiste Coudurier
2006-05-18fix keyframe check, stss might be there but count set to 0Baptiste Coudurier
2006-05-18Add MPEG FourCC for MPEG-2 video.Diego Biurrun
2006-05-17Proper PTS generation for Smacker audioKostya Shishkov
2006-05-17Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov
2006-05-15fix avc nal parsingBaptiste Coudurier
2006-05-15fix pcm_s24be demuxing, simplifyBaptiste Coudurier
2006-05-14add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier
2006-05-14fix mulaw muxingBaptiste Coudurier
2006-05-14do not write wave if not neededBaptiste Coudurier