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-05-24dshow: rename dshow.h to avoid conflict with system header of equal nameKyle
2012-05-24fate: update checksum after pal8 changesMichael Niedermayer
2012-05-24Build the aformat filter when ffmpeg is built.Carl Eugen Hoyos
2012-05-24Do not disable ffmpeg with --disable-everything.Carl Eugen Hoyos
2012-05-24Fix compilation with --disable-everything.Carl Eugen Hoyos
2012-05-24lavfutils: fix copyrightMichael Niedermayer
2012-05-24lavfi/video: fix copyrightMichael Niedermayer
2012-05-24drawutils: fix copyrightMichael Niedermayer
2012-05-24vf_fps: fix copyrightMichael Niedermayer
2012-05-24vf_fps: license cleanupMichael Niedermayer
2012-05-24lavfi/buffer.c: fix copyrightMichael Niedermayer
2012-05-24lavfi/avcodec.c: fix copyrightMichael Niedermayer
2012-05-24asrc_anullsrc: fix copyrightMichael Niedermayer
2012-05-24asink_anullsink: fix copyrightMichael Niedermayer
2012-05-24af_null: fix copyrightMichael Niedermayer
2012-05-24lavfi: copy palette in start_frame()Stefano Sabatini
2012-05-24lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23avidec: simplify avi_read_idx1()Michael Niedermayer
2012-05-23avidec: discard 0 packets even for sample_size==0 NIMichael Niedermayer
2012-05-23xsubdec: print frame size when too smallMichael Niedermayer
2012-05-23lavf: print the invalid tb in avpriv_set_pts_info()Michael Niedermayer
2012-05-23Do not leak extradata when encoding avui.Carl Eugen Hoyos
2012-05-23avuienc: Use field_order to determine if a stream is interlaced.Carl Eugen Hoyos
2012-05-23Fix compilation with --disable-everything --enable-demuxer=ogg (--disable-yasm).Carl Eugen Hoyos
2012-05-23Fix compilation with --disable-everything --enable-demuxer=flac (--disable-ya...Carl Eugen Hoyos
2012-05-23af_amerge: compute output timestamp.Nicolas George
2012-05-23af_amerge: set samples rate in query_formats.Nicolas George
2012-05-23ffv1: fix decoder state_transition tableMichael Niedermayer
2012-05-23os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2Dave Yeo
2012-05-23dwt: use av_freep()Michael Niedermayer
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23http: Add support for reading http POST reply headersSamuel Pitoiset
2012-05-23http: Add http_shutdown() for ending writing of postsSamuel Pitoiset
2012-05-23tcp: Allow signalling end of reading/writingSamuel Pitoiset
2012-05-23avio: Add a function for signalling end of reading/writingSamuel Pitoiset
2012-05-22lavfi: fix comment, audio is supported now.Anton Khirnov
2012-05-22lavfi: fix incorrect comment.Anton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-22avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov
2012-05-22asyncts: reset delta to 0 when it's not used.Anton Khirnov
2012-05-22x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles
2012-05-22swr: check return value of swr_inject_silence/drop_output.Michael Niedermayer
2012-05-22libvorbis: only store version string if bitexact is not set.Michael Niedermayer
2012-05-22swr: check count argument of realloc_audio()Michael Niedermayer
2012-05-22Add Avid Meridien Uncompressed (AVUI) encoder.Carl Eugen Hoyos
2012-05-22mxfdec: fix frame height computation for mixed fields layoutMatthieu Bouron