15048 Commits (07a70caba7cb2fac69bf9541914d4bffce61d1ea)

Author SHA1 Message Date
Carl Eugen Hoyos 66624cbb80 Disable cropping for the brainfart case. 14 years ago
Michael Niedermayer 6270207511 h264: allow debuging SEI types 14 years ago
Luca Barbato 22141917a9 Revert "h264: Properly set coded_{width, height} when parsing H.264." 14 years ago
Reimar Döffinger b118255e91 Replace goto by break, it has the same effect. 14 years ago
Reimar Döffinger 2cd7a9ebe0 JPEG-LS: clip offset based on cur_scan to valid range. 14 years ago
Matthew Einhorn 1d6eca2d27 Removes the internal avcodec_find_best_pix_fmt1()function previously used by avcodec_find_best_pix_fmt() and not used anymore. 14 years ago
Michael Niedermayer 1287c81d65 imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future changes 14 years ago
Matthew Einhorn adfe59407e Adds a new pix fmt function that selects the best dest fmt from among 2 formats to convert to, given a certain src format. 14 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 14 years ago
Diego Biurrun 0138a8dead doxygen: drop pointless star from pointer variable names 14 years ago
Michael Niedermayer a544545a03 acodec: change default bitrate to 128k 14 years ago
Dustin Brody f913eeea43 vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling 14 years ago
Dustin Brody 09c274e067 mpeg12: propagate chunk decode errors and fix conditional indentation 14 years ago
John Stebbins 0d802ac54e vc1: fix VC-1 Pulldown handling. 14 years ago
Alberto Delmás 1cf82cab08 VC1: Fix first/last row checks with slices 14 years ago
Ronald S. Bultje d4b9974465 vc1: properly zero coded_block[] edges on new slice entry. 14 years ago
Michael Niedermayer 565cabf5c8 h264: Try to fix 422 intra NEON 14 years ago
Anton Khirnov 4ae30cac22 libx264: add 'crf_max' private option. 14 years ago
Anton Khirnov c5dd0bc4ca libx264: add 'weightp' private option. 14 years ago
Anton Khirnov d4b9671318 libx264: add 'rc_lookahead' private option. 14 years ago
Anton Khirnov 2a44a8f609 libx264: add 'psy_trellis' private option. 14 years ago
Anton Khirnov 93e623c642 libx264: add 'psy_rd' private option. 14 years ago
Anton Khirnov 5c75b2a0b7 libx264: add 'aq_strength' private option. 14 years ago
Anton Khirnov 85254fcb46 libx264: add 'aq_mode' private option. 14 years ago
Anton Khirnov 9d508e4914 libx264: add 'cqp' private option. 14 years ago
Anton Khirnov d5dc8cc297 libx264: add 'crf' private option. 14 years ago
Anton Khirnov 8ee18b4bee lavc: remove vbv_delay option 14 years ago
Carl Eugen Hoyos 5f5e37e0fa Support decoding of 2bpp and 4bpp TIFF images. 14 years ago
Alberto Delmás 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 14 years ago
Nicolas George 7a71a3d098 codec_names: remove spaces in sed command. 14 years ago
Justin Ruggles 3be5a94351 ac3enc: remove outdated TODO comment for apply_channel_coupling() 14 years ago
Carl Eugen Hoyos 5b71ae2b65 Be more verbose about H264 cropping errors. 14 years ago
Nicolas George d2d7b7134f lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string. 14 years ago
Nicolas George b3be9f4a88 lavc: add a table of all codecs names. 14 years ago
Anton Khirnov ae60927aef libx264: only use ABR mode when the user explicitly set bitrate. 14 years ago
Anton Khirnov 03eff2bf43 libx264: use medium preset by default. 14 years ago
Anton Khirnov 0a593de38a mp2 encoder: make 128k the default bitrate. 14 years ago
Matthew Einhorn 27667d28a6 Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid destination pixel format. 14 years ago
Reimar Döffinger 18de79692c roqvideodec: Improve checking of input buffer bounds. 14 years ago
Stefano Sabatini 143d6a3fa7 lavc: add A|E|D flags to "ac" and "ar" options 14 years ago
Kostya Shishkov 4ba8c521b1 WavPack decoder: implement flush function 14 years ago
Reimar Döffinger 31ac0ac29b Fix parser not to clobber has_b_frames when extradata is set. 14 years ago
Michael Niedermayer 13e9a0fbfb h264: fixup indention 14 years ago
Jeff Downs 6581e161c5 h264: fix PCM intra-coded blocks in monochrome case 14 years ago
Jeff Downs 87cf70eb23 h264: correct implicit weight table computation for long ref pics 14 years ago
Jeff Downs 29a09eae9a h264: correct the check for invalid long term frame index in MMCO decode 14 years ago
Carl Eugen Hoyos fc5299e9b7 Allow setting resolution in DPI for Tiff. 14 years ago
Alex Converse 44920d04ba aac: Only set sample rate and object type from ADTS if output hasn't been configured. 14 years ago
Alex Converse 06d37fede4 aac: Set SBR and PS to unsignalled during headerless and ADTS initialization. 14 years ago
Alex Converse d8425ed4af aac: Only output configure if audio was found. 14 years ago