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
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2004-01-15xvid "packed" stuff supportMichael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2003-12-30motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler
2003-12-13cleanupMichael Niedermayer
2003-12-07h263 slice structured modeMichael Niedermayer
2003-12-03cleanupMichael Niedermayer
2003-12-03h263 modified quantization fixMichael Niedermayer
2003-12-03split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer
2003-12-01h263 loop filterMichael Niedermayer
2003-11-30rv20 decoderMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-30pts fix and related fixesMichael Niedermayer
2003-10-21AVRationalMichael Niedermayer
2003-10-17emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_...Michael Niedermayer
2003-10-15fix "first frame is no keyframe" bugMichael Niedermayer
2003-10-13dont check if the ac esc 3 could have been stored as vlc as this detects only...Michael Niedermayer
2003-10-0510l ?Michael Niedermayer
2003-09-11AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer
2003-09-10detect old xvid with fourcc=DIVXMichael Niedermayer
2003-09-10removed warningsFabrice Bellard
2003-08-28spelling fixFabrice Bellard
2003-08-25xvid edge bug (if i understand the mpeg4 spec correctly) autodetectionMichael Niedermayer
2003-08-01make the h263 decoder more error tolerantMichael Niedermayer
2003-07-29rate distortion mb decision supportMichael Niedermayer
2003-07-23last frame decoding fixMichael Niedermayer
2003-07-17AVCodec.flush()Michael Niedermayer
2003-07-16fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they are...Michael Niedermayer
2003-07-10flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker
2003-07-04fix last_block_index<=0 bugMichael Niedermayer
2003-05-27motion vector vissualization for mpeg1/2Michael Niedermayer
2003-05-22truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer
2003-04-27tiredMichael Niedermayer
2003-04-22cleanup mpeg1/2 bitstream parserMichael Niedermayer
2003-04-1210l (use before malloc)Michael Niedermayer
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-04-10fixing slice decoding, dunno why the regression tests didnt catch that ...Michael Niedermayer
2003-03-20better non conformant divx packed bitstream detection, so unpacked (no b fram...Michael Niedermayer
2003-03-20error resilience cleanup (its faster too...)Michael Niedermayer
2003-03-16field pic decoding cleanupMichael Niedermayer
2003-03-15cleaner & more flexible edge bug workaroundMichael Niedermayer
2003-03-10* 'externaly' visible option list begins avoptions_ prefixZdenek Kabelac
2003-03-08merging fourcc with codec_tagMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-03-05mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)Michael Niedermayer
2003-02-28fixing padding bug autodetection for some rare files, closes bug #647941Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-08direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer
2003-02-03divx503 decoding fixMichael Niedermayer
2003-01-27drawing cute arrows instead of lame lines for motion vector visualizationMichael Niedermayer