29855 Commits (f013cb81182a7030018183c32f8e7224496b6069)
 

Author SHA1 Message Date
Anton Khirnov ff884c79ee avconv: remove presets. 13 years ago
Dustin Brody a3e215cdc9 svq3: propagate codec memory allocation failure in context init 13 years ago
Dave Yeo cc73511e8e Fix NASM include directive 13 years ago
Alex Converse 48f7163f13 dsputil_mmx: Honor HAVE_AMD3DNOW 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Anton Khirnov a7c93dae55 jack: add 'channels' private option. 13 years ago
Reimar Döffinger 0e86965514 VC-1: fix reading of custom PAR. 13 years ago
Kostya Shishkov e9fb763611 Remove redundant and dubious video codec detection by its extradata 13 years ago
Dustin Brody 2bfdb34c8a mpeg12: remove repeat-field code disabled since May 2002 13 years ago
Michael Niedermayer 2dbdb309ac patch checklist: suggest fate instead of regression tests 13 years ago
Kostya 5c59fa56ed Turn on resampling on sudden size change instead of bailing out during recode. 13 years ago
Kostya 428c59d911 avtools: reinitialise filter chain when input video stream changes dimensions 13 years ago
Nathan Caldwell 24efdea7fd aacenc: Fix number of coefficients used in a LFE channel. 13 years ago
Nathan Caldwell 51a1d4d94a aacenc: Fix a segfault with grouped psymodel. 13 years ago
Luca Barbato 3304a1e69a swscale: add dithering to yuv2yuvX_altivec_real 13 years ago
Kostya Shishkov 78622ef362 rv34: free+allocate buffer instead of reallocating it to preserve alignment 13 years ago
Ronald S. Bultje 28ca701e0b h264: add missing brackets. 13 years ago
Ronald S. Bultje 28c1115a91 swscale: use 15-bit intermediates for 9/10-bit scaling. 13 years ago
Ronald S. Bultje b2c087871d Move x86util.asm from libavcodec/ to libavutil/. 13 years ago
Ronald S. Bultje 3a39195b1d Move x86inc.asm to libavutil/. 13 years ago
Dustin Brody e3a70c7c5f APIchanges: note error_recognition in lavf 13 years ago
Dustin Brody 2f63440c59 lavf: add support for error_recognition, use it in avidec, and bump minor API version 13 years ago
Anton Khirnov 8d2e4a7e68 avconv: change semantics of -map 13 years ago
Anton Khirnov 3d4f0dab79 avconv: get rid of new* options. 13 years ago
Anton Khirnov d4863fc1a8 cmdutils: allow precisely specifying a stream for AVOptions. 13 years ago
Pino Toscano f60d136637 configure: add missing CFLAGS to fix building on the HURD 13 years ago
Reinhard Tartler 69c4bee8fa libx264: Include hint for possible values for configuring libx264 13 years ago
Anton Khirnov d70e512250 cmdutils: allow ':'-separated modifiers in option names. 13 years ago
Anton Khirnov e6e6060c9b avconv: make -map_metadata work consistently with the other options 13 years ago
Anton Khirnov c9065c2917 avconv: remove deprecated options. 13 years ago
Anton Khirnov b9aac90bd8 avconv: make -map_chapters accept only the input file index. 13 years ago
Anton Khirnov 6291d7e416 Make a copy of ffmpeg under a new name -- avconv. 13 years ago
Anton Khirnov 791a86c37a ffmpeg: add a warning stating that the program is deprecated. 13 years ago
Kostya Shishkov b86ab38137 Add weighted motion compensation for RV40 B-frames 13 years ago
Kostya Shishkov e5ec68699e RV3/4: calculate B-frame motion weights once per frame 13 years ago
Kostya Shishkov d241f51e0f Move RV3/4-specific DSP functions into their own context 13 years ago
Dustin Brody 21d7037234 mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqt 13 years ago
Dustin Brody bac3ab13ea h264: notice memory allocation failure 13 years ago
Justin Ruggles c766eb1ce1 ac3enc: add macros for option names to make them more understandable. 13 years ago
Justin Ruggles 9542ca9fb7 ac3enc: fix 'channel_coupling' option to actually allow 'auto'. 13 years ago
Mans Rullgard 4a71da0f3a cavs: fix some crashes with invalid bitstreams 13 years ago
Justin Ruggles 069083a419 ac3enc: clip coupling coordinates during calculation 13 years ago
Justin Ruggles d271d5b215 Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample. 13 years ago
Baptiste Coudurier 1d36fb13b0 lavc: fix parentheses placement in avcodec_open2(). 13 years ago
Anton Khirnov 7221139ba0 lavc: make avcodec_init() static on next bump. 13 years ago
Justin Ruggles d1d33e0763 ac3enc: remove unneeded #include 13 years ago
Justin Ruggles fce33f9ead ac3enc: restructure coupling coordinate reuse calculation 13 years ago
Justin Ruggles c3d63262fe ac3enc: allow new coupling coordinates to be sent independently for each 13 years ago
Justin Ruggles d55ad59a8a ac3enc: separate exponent bit counting from exponent grouping. 13 years ago
Dustin Brody 12fe759423 h264: propagate error return values for AV_LOG_ERROR-triggering events 13 years ago