21833 Commits (a80459fdf3259cbdd7f81df9026c7a2cb9ccfd28)
 

Author SHA1 Message Date
Kostya Shishkov 588f8cd8df Add Auravision Aura decoding support 15 years ago
Kostya Shishkov c587910696 There is no need to print FFmpeg or codec name in error message 15 years ago
Kostya Shishkov 5590342322 cosmetics: correct formatting a bit 15 years ago
Måns Rullgård 1a91f1a0da ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access 15 years ago
Stefano Sabatini f69d394f6b Satisfy grammatical nits. 15 years ago
Stefano Sabatini 3f7bb42607 Implement a -pix_fmts option for listing all the supported pixel 15 years ago
Stefano Sabatini dc7f38f59c Re-add missing "@end table" which was erroneously removed in the 15 years ago
Stefano Sabatini 5f6cb6eb9c Factorize common options documentation. 15 years ago
Ramiro Polla 870e015048 Add -?, -help, and --help as alternative options to get help. 15 years ago
Ramiro Polla 7f11e745b2 Print usage instead of help when no files are specified. 15 years ago
Ramiro Polla 0c2a18cbcd Split show_usage() out of show_help(). 15 years ago
Ramiro Polla 8319aefeec Add a general [options] to the basic usage string. 15 years ago
Ramiro Polla 27daa420fc First print the program description and then the basic usage line. 15 years ago
Ramiro Polla aaba7e6c66 Remove parameters no longer used in h[yc]scale(). 15 years ago
Ramiro Polla a1f4b4bb6e Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. 15 years ago
Ramiro Polla bb53e1d188 Rename function pointers used to convert from the input pixel format to the 15 years ago
Ramiro Polla e7a47515ab Check if chroma horizontal scaler is needed in sws_init_swScale(). 15 years ago
Ramiro Polla 6f9771d7a6 Remove unused fields from SwsContext. 15 years ago
Ramiro Polla d3243d1431 Indentation. 15 years ago
Ramiro Polla e77ddfa293 Indent. 15 years ago
Ramiro Polla b501a1f56a Set fast_bilinear functions in sws_init_swScale(). 15 years ago
Ramiro Polla bae76dc3eb Set horizontal scaler's range conversion in context in sws_init_swScale(). 15 years ago
Gwenole Beauchesne c1977fbbd7 Add new fields for the VDPAU/MPEG-4 back-end. 15 years ago
Ramiro Polla 84011f10d5 Set horizontal scaler's src offsets in context in sws_init_swScale(). 15 years ago
Diego Biurrun cb39768960 Add long_name for Xxan codec. 15 years ago
Kostya Shishkov 0080402d36 Improve handling allocated buffers in Xan decoder 15 years ago
Kostya Shishkov 2628f515fe cosmetics: reindent a bit 15 years ago
Vitor Sessak a8eb8de461 Add tables used by both AMR-NB and SIPR 15 years ago
Mike Melanson da8af9388c Cosmetic: indent after last change. 15 years ago
Mike Melanson e6e32bdc5f Optimize unpack_vectors() by not shuffling around redundant vectors. 15 years ago
Michael Niedermayer b2cc8111d6 More sane error message when extradata has not been set. 15 years ago
Carl Eugen Hoyos 646eb55139 Swap red and blue when decoding r210. 15 years ago
Michael Niedermayer 2c2a167ca7 It appears that waveformatextensible is mandatory for more cases than 15 years ago
Reimar Döffinger 4aaab0a328 Add decoder for R210 (uncompressed 10-bit RGB) codec. 15 years ago
Michael Tison a3d995c1eb CD+G demuxer and decoder 15 years ago
Jai Menon 8993535cbb 10l : make sure probe buffer is large enough. 15 years ago
Michael Niedermayer 134271c232 Only add 1 index entry per keyframe. 15 years ago
Reimar Döffinger c3abb55141 Set bits_per_raw_sample appropriately in dpx decoder. 15 years ago
Jai Menon 22ff336145 Parse ID3v[12] metadata from TTA files. 15 years ago
Vitor Sessak 5c910fcad8 Cosmetics: make celp_filters.* formatting more consistent with the rest of 15 years ago
Vitor Sessak 6ef607c2d5 Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests. 15 years ago
Vitor Sessak 5ad14c6c3a List myself as the maintainer of celp_filters.* 15 years ago
Jai Menon 18eb23db7d Update ffm reference checksums as a result of r20869. 15 years ago
Martin Storsjö 4aaebf78f5 Reply to RTMP ping with the same value as received by client. 15 years ago
Matthieu Crapet 0fc2c0f618 Add -vlang option to set ISO 639 video stream language code. 15 years ago
Carl Eugen Hoyos b0bc928b86 Undo r20874: It broke AAC decoding. 15 years ago
Diego Biurrun 18a49f118c Remove unused variable, fixes the warning: 15 years ago
Stefano Sabatini 06a3c9c45a Use positive logic in opt_target() for selecting the PAL/others 15 years ago
Matthieu Crapet e6db28ceb2 Simplify freeing of audio_language and subtitle_language. 15 years ago
Carl Eugen Hoyos 257c7147e1 Use enum and constant to avoid three icc warnings. 15 years ago