]> git.sesse.net Git - ffmpeg/history - libavformat
LZW decoder as separate module plus TIFF LZW support
[ffmpeg] / libavformat /
2006-10-25 Baptiste Coudurierremove mov_read_leaf and remove useless reading functio...
2006-10-25 Aurelien Jacobsfix mp3 in swf decoding
2006-10-23 Kostya ShishkovRegister .tga and .tiff image extensions
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-23 Aurelien Jacobsfix flvdec.c file description comment
2006-10-23 Aurelien Jacobsdocument the extradata protocol for VP6F
2006-10-22 Aurelien Jacobsdon't use ast before checking it's not NULL
2006-10-22 Aurelien Jacobsuse the adjustment value present in FLV to crop VP6...
2006-10-22 Baptiste Coudurieractivate gif decoder, seems to work fine on showdown2.mov
2006-10-22 Baptiste Coudurieradd gif support
2006-10-22 Baptiste Coudurierdisable annoying debug messages
2006-10-22 Luca AbeniMake read_packet fail is the v4l2 driver returns an...
2006-10-21 Andreas Ömanavoid crashing when trying to parse invalid files,...
2006-10-21 Andreas Ömanfix probe, patch by Andreas Oman, andreas at olebyn...
2006-10-20 Baptiste Coudurierwarn about zlib support needed if file has compressed...
2006-10-20 Michael Niedermayermove memory reading ByteIOContext init from mov.c to...
2006-10-19 Michael Niedermayerdont mess with ByteIOContext internal variables (fixes...
2006-10-18 Baptiste Coudurieruse AVFormatContext to log
2006-10-18 Diego BiurrunFix license header error notice by Steve LHomme.
2006-10-18 Baptiste Couduriersimplify pcm read seek, use av_get_bits_per_sample
2006-10-17 Baptiste Coudurieravoid overwriting pkt
2006-10-17 Aurelien Jacobs10l inverted condition check generated an endless loop
2006-10-17 Baptiste Coudurierskip packet if no stream index is found, fix proxy_pal0...
2006-10-17 Baptiste Coudurierskip run in sequence, fix C0023S01.mxf
2006-10-16 Roman Shaposhnik * Simplifying the setting of STYPE for AAUX AS
2006-10-16 Diego BiurrunReplace FLAC FourCC by TwoCC.
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-15 Diego BiurrunRemove unused variable.
2006-10-15 Diego BiurrunConsistently use $(BUILD_ROOT).
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Dominik MierzejewskiUse proper PRI?64 macros for %ll? format to fix printf...
2006-10-14 Kostya ShishkovMove block size check to decoder
2006-10-13 Michael Niedermayer10l CODEC vs. FORMAT
2006-10-13 Roberto Togniflv files from myspace with mp3 audio require need_pars...
2006-10-13 Kostya ShishkovTIFF decoder
2006-10-13 Diego BiurrunAdd a note about illegal codec IDs.
2006-10-13 Diego BiurrunAdd codec ID for Shorten audio.
2006-10-12 Baptiste Couduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-12 Reynaldo H. Verdej... new mtv demuxer
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-11 Baptiste Couduriersupport for Delphine Software .cin files demuxing ...
2006-10-11 Baptiste Coudurierfix bit rate
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample, compute block align if...
2006-10-11 Baptiste Couduriersimplify by not writing unneeded codec name to fix...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-11 Kostya ShishkovTarga image decoder
2006-10-10 Michael Niedermayerunused #define
2006-10-10 Michael Niedermayerremove dummy amr_read_close()
2006-10-10 Michael Niedermayermore factoriztaion and a FIXME note
2006-10-10 Michael Niedermayerfactorze another 2 lines
2006-10-10 Michael Niedermayerset duration and timebase (based on a patch by Simon...
2006-10-10 Michael Niedermayerfactorize (untested)
2006-10-10 Michael Niedermayerreturn cleanup
2006-10-10 Baptiste Coudurierfix d-10 mapping detection
2006-10-10 Baptiste Coudurierrewind completely if sample time is negative
2006-10-10 Baptiste Coudurierdont seek back if no sync to let eof happen
2006-10-10 Baptiste Coudurierquiet gcc about enum value not handled in switch
2006-10-10 Kostya Shishkov10l: remove alien seek function from demuxer
2006-10-07 YongAdd fourccs for Wavpak and TTA
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-06 Michael Niedermayerflac fourcc (fixes mplayer -demuxer 35 with flac)
2006-10-06 Michael Niedermayerprevent >16bit tags to be truncated and used in creatin...
2006-10-05 Baptiste Couduriersupport D-10, XDCAM, fix ebu_small_d10_50_audio_resampl...
2006-10-04 Baptiste Coudurierremove useless casts
2006-10-03 Diego BiurrunMove EXTRALIBS handling to common.mak.
2006-10-03 Michael Niedermayerfix r_frame_rate detection in mpeg4 streams with non...
2006-10-03 Diego BiurrunRemove unused variables and the corresponding warnings...
2006-10-02 Diego Biurrunrtp.o needs mpegts.o
2006-10-02 Baptiste Coudurierfix audio for mog_op1a_prompeg_mpeg.mxf
2006-10-02 Baptiste Coudurierreturn 0 as stream index if only one stream, this is...
2006-10-01 Steve L'Hommeadd support for some MS DIB formats for avisynth
2006-10-01 Brian BriceFix wrong ASF duration of generated files
2006-09-30 Michael Niedermayerdont set sub_id as its completly redundant and silly
2006-09-29 Baptiste Coudurierrudimentary binary seek
2006-09-29 Baptiste Coudurieradd another data definition ul
2006-09-29 Baptiste Coudurieruse a data definition uls table to fetch codec type
2006-09-29 Baptiste Coudurieradd string param to PRINT_KEY for debug
2006-09-29 Baptiste Couduriershut up gcc about incompatible pointer type
2006-09-29 Baptiste Coudurierremove useless casts
2006-09-29 Baptiste Coudurierremove gcc warnings about void * used in arithmetic
2006-09-28 Baptiste Couduriermove sample size adjusting code after audio stsd v2...
2006-09-28 Baptiste Coudurieradd lpcm fourcc
2006-09-28 Baptiste Coudurierchange codec id if sample size field is set to 24 in...
2006-09-27 Michael Niedermayerprevent infinite loop with VORC012.WMA
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-27 Måns Rullgårdremove useless memset()
2006-09-26 Michael Niedermayerfix r_frame_rate init code for groundhog.vob
2006-09-26 Michael Niedermayerdrop broken telecine detection code
2006-09-26 Michael Niedermayerreindent
2006-09-26 Michael Niedermayerdont ignore MAX_READ_SIZE
2006-09-26 Michael Niedermayersupport forward seeking in non seekable streams
2006-09-26 Michael Niedermayersimplify seek() failure check
2006-09-26 Kostya ShishkovWavPack lossless audio decoder
2006-09-22 Michael Niedermayersimplify url_fseek()
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-20 Michael Niedermayerreduce scores if the mp3 frames dont start from the...
2006-09-20 Panagiotis IssarisMigrate the "packetsize" OptionDef option to become...
2006-09-20 Panagiotis IssarisMigrate the "muxrate" OptionDef option to become an...
next