summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix install with shared libs on weird systemsMåns Rullgård2010-03-06
* Fix make installMåns Rullgård2010-03-06
* Prettify make outputMåns Rullgård2010-03-06
* Split install-headers target and simplify rulesMåns Rullgård2010-03-06
* Add INSTALL makefile variableMåns Rullgård2010-03-06
* Use mkdir -p to create directoriesMåns Rullgård2010-03-06
* Add CP make variableMåns Rullgård2010-03-06
* Add YASMDEP variable; use for deps on yasm filesMåns Rullgård2010-03-06
* Fix last frame block size correction.Thilo Borgmann2010-03-06
* Bink version 'h' also has chroma planes swappedKostya Shishkov2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Use $(RM) to delete filesMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Make opt_default() look for options in sws_opts only if sws_opts isStefano Sabatini2010-03-06
* Add support to input devices in ffprobe.Stefano Sabatini2010-03-06
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-06
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-06
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-06
* Remove apparently unneeded define and includes.Michael Niedermayer2010-03-06
* Make trasher use a well defined random number generator and allow the seed to...Michael Niedermayer2010-03-06
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-05
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Add a function ff_url_join for assembling URLsMartin Storsjö2010-03-05
* Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö2010-03-05
* try to avoid returning odd slices.Michael Niedermayer2010-03-05
* Round correctly chroma picture height.Vitor Sessak2010-03-05
* Fix memory leak in NUT muxerVitor Sessak2010-03-05
* Cosmetics: fix vertical alignment.Benoit Fouet2010-03-05
* Update SW scaler doc after libswscale commit 30841.Janusz Krzysztofik2010-03-05
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-05
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-05
* Return from rtp_read when select returns an errorMartin Storsjö2010-03-05
* 10l fix timestamps (lavfi update broke them)Michael Niedermayer2010-03-05
* Fix 100l pkt->pos typo.Michael Niedermayer2010-03-05
* Libavfilter for ffplay support.Michael Niedermayer2010-03-05
* Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik2010-03-05
* oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad2010-03-05
* Just ignore streams with unknown codec_type instead of exitingDavid Conrad2010-03-05
* Cosmetics: use consistent spacing in the ffprobe.c options table.Stefano Sabatini2010-03-04
* Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar2010-03-04
* Fixed buffer overread in flashsv decoder.Laurent Aimar2010-03-04
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-04
* Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö2010-03-04
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-04
* Guard against invalid memory readPeter Ross2010-03-04
* AAC: Return the number of bytes consumed in decoding a frame.Alex Converse2010-03-04
* ffmpeg.c: Don't use NULL for integer metadata flags.Alex Converse2010-03-04
* Really fix 2.95David Conrad2010-03-04
* Maybe fix gcc 2.95David Conrad2010-03-04
* Cope with rev 22183:Gwenole Beauchesne2010-03-04