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
2009-12-22Factorize common options documentation.Stefano Sabatini
2009-12-21Add -?, -help, and --help as alternative options to get help.Ramiro Polla
2009-12-21Print usage instead of help when no files are specified.Ramiro Polla
2009-12-21Split show_usage() out of show_help().Ramiro Polla
2009-12-21Add a general [options] to the basic usage string.Ramiro Polla
2009-12-21First print the program description and then the basic usage line.Ramiro Polla
2009-12-21Remove parameters no longer used in h[yc]scale().Ramiro Polla
2009-12-21Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla
2009-12-21Rename function pointers used to convert from the input pixel format to theRamiro Polla
2009-12-21Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla
2009-12-21Remove unused fields from SwsContext.Ramiro Polla
2009-12-20Indentation.Ramiro Polla
2009-12-20Indent.Ramiro Polla
2009-12-20Set fast_bilinear functions in sws_init_swScale().Ramiro Polla
2009-12-20Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla
2009-12-20Add new fields for the VDPAU/MPEG-4 back-end.Gwenole Beauchesne
2009-12-20Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla
2009-12-19Add long_name for Xxan codec.Diego Biurrun
2009-12-19Improve handling allocated buffers in Xan decoderKostya Shishkov
2009-12-19cosmetics: reindent a bitKostya Shishkov
2009-12-19Add tables used by both AMR-NB and SIPRVitor Sessak
2009-12-19Cosmetic: indent after last change.Mike Melanson
2009-12-19Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson
2009-12-18More sane error message when extradata has not been set.Michael Niedermayer
2009-12-18Swap red and blue when decoding r210.Carl Eugen Hoyos
2009-12-18It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
2009-12-17CD+G demuxer and decoderMichael Tison
2009-12-1710l : make sure probe buffer is large enough.Jai Menon
2009-12-17Only add 1 index entry per keyframe.Michael Niedermayer
2009-12-16Set bits_per_raw_sample appropriately in dpx decoder.Reimar Döffinger
2009-12-16Parse ID3v[12] metadata from TTA files.Jai Menon
2009-12-16Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak
2009-12-16Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak
2009-12-16List myself as the maintainer of celp_filters.*Vitor Sessak
2009-12-16Update ffm reference checksums as a result of r20869.Jai Menon
2009-12-16Reply to RTMP ping with the same value as received by client.Martin Storsjö
2009-12-16Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet
2009-12-16Undo r20874: It broke AAC decoding.Carl Eugen Hoyos
2009-12-16Remove unused variable, fixes the warning:Diego Biurrun
2009-12-16Use positive logic in opt_target() for selecting the PAL/othersStefano Sabatini
2009-12-15Simplify freeing of audio_language and subtitle_language.Matthieu Crapet
2009-12-15Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos
2009-12-15Fix a typo in documentation.Ramiro Polla
2009-12-15Factorize opt+1 out in parse_options(), simplify.Stefano Sabatini
2009-12-15Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos
2009-12-15Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_tar...Stefano Sabatini
2009-12-15Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson
2009-12-14Correct typoVitor Sessak
2009-12-1410l: Don't spawn a subshell when disabling vdpau.Alex Converse