29811 Commits (c960e67ad0f6b318a5f229bb662c899e7e7570d8)
 

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