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
2007-03-26add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier
2007-03-26warning about vhooks statusMichael Niedermayer
2007-03-25activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362...Baptiste Coudurier
2007-03-25prefer MP3 idBaptiste Coudurier
2007-03-25use MKTAGBaptiste Coudurier
2007-03-25dont fail immediately when a somehow broken track is detected, some tracks mi...Baptiste Coudurier
2007-03-25add support for V_THEORA into MatroskaAurelien Jacobs
2007-03-24cosmectics, mov -> mp4Baptiste Coudurier
2007-03-24sortBaptiste Coudurier
2007-03-24add some codec object type idsBaptiste Coudurier
2007-03-24prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier
2007-03-24add specifications reference commentsBaptiste Coudurier
2007-03-24Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol
2007-03-21The NSV demuxer assumes that a video frame's timestamp increases by one on eachDavid Conrad
2007-03-21av_estimate_timings_from_pts() flushes the packet queue but doesn'tWolfram Gloger
2007-03-21cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier
2007-03-21cosmeticsBaptiste Coudurier
2007-03-21set audio frame size based on sttsBaptiste Coudurier
2007-03-21treat frame_size > 1 as compressed audioBaptiste Coudurier
2007-03-20revert r8428, the check was not that uselessMichael Niedermayer
2007-03-20i think this is more correctMichael Niedermayer
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
2007-03-19fix end-of-file detectionClemens Ladisch
2007-03-19add dnxhd fourccBaptiste Coudurier
2007-03-18improve ac3_probe by counting consecutive framesJustin Ruggles
2007-03-18Remove parameter unused in format string.Diego Pettenò
2007-03-17remove incorrect special case for audioMichael Niedermayer
2007-03-17fix indentionMichael Niedermayer
2007-03-17reorder pts into dts supportMichael Niedermayer
2007-03-17remove useless if()Michael Niedermayer
2007-03-17simplifyMichael Niedermayer
2007-03-17simplifyMichael Niedermayer
2007-03-17remove silly video check, theres nothing video specific in thereMichael Niedermayer
2007-03-17add a delay variable to hold the timestamp buffer sizeMichael Niedermayer
2007-03-17remove special case for h.264 whatever this was supposed to do its not correctMichael Niedermayer
2007-03-16disable pts reordering code and initialize a parser insteadAurelien Jacobs
2007-03-15Targa (.tga) encoder,Bobby Bingham
2007-03-14DXA demuxer and decoderKostya Shishkov
2007-03-13remove outdated commentAurelien Jacobs
2007-03-13remove no more needed parametersAurelien Jacobs
2007-03-13set pkt->duration for laced packets tooAurelien Jacobs
2007-03-13calculate pts for laced packetsAurelien Jacobs
2007-03-13calculate default_duration for AAC tracksAurelien Jacobs
2007-03-13scale duration and default_durationAurelien Jacobs
2007-03-13move timecode calculation out of laces loopAurelien Jacobs
2007-03-12remove wrong avid imx ntsc fourccBaptiste Coudurier
2007-03-12Properly initialize filesize during input buffer initialization.Ronald S. Bultje
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
2007-03-12Give context to dprintfMichel Bardiaux
2007-03-12remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier