26238 Commits (9446b4bbbc60c2b1241911efb65401b3ab83810a)
 

Author SHA1 Message Date
Stefano Sabatini 6afd569e1d Make ffprobe able to set AVFormatContext options. 14 years ago
Stefano Sabatini 20e021c711 Add more missing checks in opt_default(), prevent a crash if 14 years ago
Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 14 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 14 years ago
Måns Rullgård d66a546f77 vorbisenc: remove VLAs 14 years ago
Stefano Sabatini a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 14 years ago
Stefano Sabatini 120119225a Add missing NULL checks, fix crash. 14 years ago
Martin Storsjö 6df4029549 Add an AVOption max_delay for AVFormatContext->max_delay 14 years ago
Stefano Sabatini d860aaf8cd Add missing existence checks in opt_default(). 14 years ago
Michael Niedermayer d7cd001ff2 indent 14 years ago
Michael Niedermayer 8a19053361 Cosmetic (rename detect_repeats to is_atty which matches the truth) 14 years ago
Michael Niedermayer 3f07e8dbee Doxy consistency cosmetics 14 years ago
Michael Niedermayer 6b6bca6443 Enable AV_LOG_SKIP_REPEATED to maintain previous behavior. 14 years ago
Michael Niedermayer 1c1c80f0a3 2nd try to fix av_log() repeated detection 14 years ago
Ronald S. Bultje 7e117771cd Remove unused variable. 14 years ago
Ronald S. Bultje ae11291865 Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this 14 years ago
Ronald S. Bultje 4bca677494 Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the 14 years ago
Ronald S. Bultje d801f1c848 Update docs regarding writing optimizations: 14 years ago
Stefano Sabatini 32eba9f27e Remove unnecessary av_strdup() and av_free(). 14 years ago
Stefano Sabatini 07cac2a082 Update doc/APIchanges after the last API changes. 14 years ago
Stefano Sabatini f66eb58ec4 Make ffplay -h show the settable AVOptions. 14 years ago
Stefano Sabatini e44c01563f Deprecate av_opt_show() in favor of a new function av_opt_show2(), 14 years ago
Stefano Sabatini 47941088f9 Add frei0r filter. 14 years ago
Martin Storsjö 21e681ba57 Add a G.722 encoder 14 years ago
Reimar Döffinger 2efcde73fc rawdec: only allocate a full-frame size buffer if it actually will 14 years ago
Michael Niedermayer 177477f57a Correct terminology bug in poll_frame() 14 years ago
Måns Rullgård c4795e8069 fate: print commands being executed with V=1 14 years ago
Carl Eugen Hoyos b7d56a17ae Fix indentation after r25158. 14 years ago
José Miguel Gonçalves 70f77361d8 Allow to set the frame rate in v4l2 devices 14 years ago
Richard Buteau 6ac6e3d123 Fix aspect ratio for files that have it stored in 14 years ago
Ronald S. Bultje 9c193cc47c Fix typo (instruciton -> instruction). 14 years ago
Ivan Kalvachev 392c99007f The debug text output of macroblocks can indicate MB_TYPE_INTERLACED, 14 years ago
Diego Biurrun 26d5112c57 cosmetics: Place concat protocol entry in alphabetical order. 14 years ago
Martin Storsjö b416267622 tcp: Check both wfds and efds when waiting for the result from connect 14 years ago
Måns Rullgård c0bc8b9afb x86: disable SSE functions using stack when stack is not aligned 14 years ago
Måns Rullgård bdefad7366 Disable ALIGNED_STACK with icc 10 or prior on x86_32 14 years ago
Måns Rullgård 59782b828b Add HAVE_ALIGNED_STACK config setting 14 years ago
Måns Rullgård 75c490f467 ARM: disable movw/movt for relocated values on Apple platforms 14 years ago
Stefano Sabatini 1790d3b330 Move log_callback_help to cmdutils.[hc], for allowing sharing. 14 years ago
Benjamin Larsson 4792d1e792 Support deinterlacing of YUVJ420P. 14 years ago
Martin Storsjö 63206a8ffb Check for the IPPROTO_IPV6 define before using it 14 years ago
Måns Rullgård f41237c9db x86: remove hack disabling sse2 h264 loop filter with 32-bit icc 14 years ago
Måns Rullgård 217d3d8fe9 Request 16-byte aligned stack with icc on x86_32 14 years ago
Justin Ruggles ff19d16b91 10l: error in last commit. use decoder channels not encoder channels. 14 years ago
Justin Ruggles 37f5a713de Change remaining ost->st->codec and ist->st->codec to enc and dec in 14 years ago
Lou Logan 61410787b8 Remove legacy x264 presets 14 years ago
Vitor Sessak 6e2ecc2dba Remove pointless semicolon 14 years ago
Ronald S. Bultje ada65af9d1 Don't access upper 32 bits of a 32-bit int on 64-bit systems. 14 years ago
James Darnley 8328ad1370 configure: print minimum lame version number required after revision 25128 14 years ago
Ronald S. Bultje 6c3d021891 Properly add HAVE_YASM around yasmified symbols. Should fix compile error 14 years ago