summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make opt_default() look for options in sws_opts only if sws_opts isStefano Sabatini2010-03-061-1/+1
* Add support to input devices in ffprobe.Stefano Sabatini2010-03-061-0/+6
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-062-3/+2
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-063-3/+1
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-062-4/+12
* Remove apparently unneeded define and includes.Michael Niedermayer2010-03-061-3/+0
* Make trasher use a well defined random number generator and allow the seed to...Michael Niedermayer2010-03-061-7/+11
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-052-8/+0
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-056-24/+30
* Add a function ff_url_join for assembling URLsMartin Storsjö2010-03-052-0/+73
* Always call ff_network_init/ff_network_close when opening protocolsMartin Storsjö2010-03-051-2/+14
* try to avoid returning odd slices.Michael Niedermayer2010-03-051-1/+4
* Round correctly chroma picture height.Vitor Sessak2010-03-051-2/+2
* Fix memory leak in NUT muxerVitor Sessak2010-03-051-1/+3
* Cosmetics: fix vertical alignment.Benoit Fouet2010-03-051-2/+2
* Update SW scaler doc after libswscale commit 30841.Janusz Krzysztofik2010-03-051-1/+1
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-053-1/+59
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-053-1/+98
* Return from rtp_read when select returns an errorMartin Storsjö2010-03-051-0/+2
* 10l fix timestamps (lavfi update broke them)Michael Niedermayer2010-03-051-9/+5
* Fix 100l pkt->pos typo.Michael Niedermayer2010-03-051-1/+1
* Libavfilter for ffplay support.Michael Niedermayer2010-03-051-30/+338
* Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik2010-03-051-2/+4
* oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad2010-03-051-0/+1
* Just ignore streams with unknown codec_type instead of exitingDavid Conrad2010-03-051-1/+1
* Cosmetics: use consistent spacing in the ffprobe.c options table.Stefano Sabatini2010-03-041-3/+3
* Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar2010-03-041-4/+4
* Fixed buffer overread in flashsv decoder.Laurent Aimar2010-03-041-0/+7
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-043-10/+28
* Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rech...Martin Storsjö2010-03-041-1/+6
* handle errors reported by av_get_packet() in Bink demuxerPeter Ross2010-03-041-2/+1
* Guard against invalid memory readPeter Ross2010-03-041-1/+3
* AAC: Return the number of bytes consumed in decoding a frame.Alex Converse2010-03-041-1/+3
* ffmpeg.c: Don't use NULL for integer metadata flags.Alex Converse2010-03-041-1/+1
* Really fix 2.95David Conrad2010-03-041-1/+2
* Maybe fix gcc 2.95David Conrad2010-03-041-1/+1
* Cope with rev 22183:Gwenole Beauchesne2010-03-041-4/+4
* Ensure that we write clusters and blocks with known size when streamingDavid Conrad2010-03-041-11/+40
* Fix indentationDavid Conrad2010-03-041-7/+7
* Simplify starting and ending clustersDavid Conrad2010-03-042-16/+11
* Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad2010-03-041-4/+11
* Attempt seeking to write EBML master sizes even if streamedDavid Conrad2010-03-041-4/+1
* AAC: Mark predictor functions av_always_inline.Alex Converse2010-03-041-2/+2
* Cosmetics: Re-indent after last commit.Alex Converse2010-03-041-13/+13
* AAC parser: Don't write channels, sample rate, and frame size each frame.Alex Converse2010-03-041-3/+11
* Port Optimizations about *_type init from decode to filter code.Michael Niedermayer2010-03-041-6/+11
* Optimize *_type init, 1.5 cpu cycles faster.Michael Niedermayer2010-03-041-1/+9
* Revert r30825, it was not supposed to be committed.Stefano Sabatini2010-03-042-35/+18
* Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini2010-03-041-0/+2
* Make swscale-test take in input the name of the input and the outputStefano Sabatini2010-03-042-18/+35
OpenPOWER on IntegriCloud